You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,32 @@
1
1
# Changelog
2
2
3
+
## [v0.14.3] - 2025-10-29
4
+
5
+
### Added
6
+
- Image generation models via BlackBoxAI backend: `flux-pro`, `flux-pro/v1.1`, `flux-pro/v1.1-ultra` (Black Forest Labs), `fast-lightning-sdxl` (ByteDance), and `nano-banana` (Google). Implemented using new `openai_alt_img_gen` SDK worker with chat completion-style API.
7
+
- Language model: `claude-4.5-sonnet` (Anthropic) via BlackBoxAI backend.
8
+
- Routing profile: `all_blackboxai` profile routes all supported model requests to BlackBoxAI backend.
9
+
10
+
### Changed
11
+
- Model aliases in `base_deck.toml`: `base-img-gen` → `flux-pro/v1.1-ultra`, `best-img-gen` → `nano-banana`, `llm_for_large_codebase` now includes `claude-4.5-sonnet`.
12
+
- Configuration file: `BLACKBOX_RULES.md` renamed to `.blackboxrules`.
13
+
14
+
### Fixed
15
+
- Image generation schema: `ImgGenJobParams.seed` field now explicitly defined with `default=None`.
16
+
- CLI bundle validation: `pipelex validate` command now accepts bundle path (`.plx` file) which are in the package and already loaded and performs dry run on all pipes in the bundle.
0 commit comments