hokusai/bulkgen
Konstantin Fickel ee6c411f3c
feat: add click-based colorized output with progress events and build timer
- Add click as explicit dependency (already bundled with typer)
- Replace typer.echo calls with click.echo + click.style for colorized output
- Add BuildEvent enum and ProgressCallback to builder for decoupled progress reporting
- Remove direct typer dependency from builder module
- Show per-target status with colored labels (skip/ok/fail/...)
- Display elapsed build time in summary
- Colorize graph and clean command output
- Update CLI tests to match new output format
2026-02-14 21:25:38 +01:00
..
providers fix: send images to Mistral as base64 vision chunks instead of placeholders 2026-02-14 17:45:39 +01:00
__init__.py feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
builder.py feat: add click-based colorized output with progress events and build timer 2026-02-14 21:25:38 +01:00
cli.py feat: add click-based colorized output with progress events and build timer 2026-02-14 21:25:38 +01:00
config.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
graph.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
state.py refactor: switch to basedpyright, remove pydantic-settings 2026-02-13 20:25:28 +01:00