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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,22 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
26
26
-`bl config show` now masks all supported secret fields.
27
27
- Config updates preserve unmanaged fields, and logout clears the complete OpenAPI credential set including STS security tokens.
28
28
29
+
## [1.8.3] - 2026-07-16
30
+
31
+
### Fixed
32
+
33
+
- Fixed `bl text chat --messages-file -` failing on Windows by treating standard input as a `/dev/stdin` file path; piped JSON messages are now read from standard input correctly. (#103)
34
+
35
+
## [1.8.2] - 2026-07-15
36
+
37
+
### Changed
38
+
39
+
-`bl model list` now defaults to JSON output; pass `--output text` for the table view.
40
+
41
+
### Fixed
42
+
43
+
-`bl model list --enrich` now returns each model's input parameter schema (predictConfig); it was previously always empty because the console gateway response envelope was not unwrapped.
| Browse model catalog / pricing / params |`bl model list`| Console auth; `--model <family>` for detail, `--enrich` for input params (temperature/top_p…) |
71
+
| Validate / upload a training dataset |`bl dataset validate` / `upload`| API key; `.jsonl` or `.zip`; schemas: chatml/dpo/cpt/tts/image |
72
+
| Fine-tune a model (text/audio/image) |`bl finetune text\|audio\|image create`| API key; text = sft/sft-lora/dpo/dpo-lora/cpt; then `bl finetune watch`|
73
+
| Fine-tune job lifecycle |`bl finetune list`/`get`/`watch`/`logs`/`checkpoints`/`export`/`cancel`/`delete`/`capability`| API key |
74
+
| Deploy a (fine-tuned) model |`bl deploy text\|audio\|image create`| API key; audio defaults `--plan mu`, text/image `lora`|
75
+
| Deployment lifecycle |`bl deploy list`/`get`/`update`/`scale`/`delete`/`models`| API key |
0 commit comments