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
-**Profile-level watermark control** — configure `watermark` with `bl config set --key watermark --value true|false` to control the default watermark behavior for image generation and editing, video generation and editing, and reference-to-video commands.
14
+
-**ASR accuracy controls** — `bl speech recognize` now supports instant hot words with `--vocabulary`, contextual word enhancement with `--context`, and reusable pre-built vocabularies with `--vocabulary-id` for supported ASR models.
-**Project initialization** — `managed-agent project init` now creates `./managed-agent` by default. Use `--project .` to initialize in place. **(BREAKING)**
22
+
-**Build confirmation** — `managed-agent project build` no longer requires confirmation and rejects `--yes`. Use `--dry-run` for a read-only preview; Publish still requires confirmation. **(BREAKING)**
23
+
-**Managed Agent SDK** — upgrade to `0.7.1`. Build automatically associates active Agent-local resources while preserving explicit bindings, Skill versions, and File mount paths. Ambiguous Environment or Vault selections are rejected before writing.
24
+
25
+
### Fixed
26
+
27
+
-**Project diagnostics** — provide actionable project-root guidance and surface the underlying Build validation error.
28
+
-**YAML initialization paths** — show the absolute YAML path in creation messages and existing-file errors.
29
+
30
+
### Internal
31
+
32
+
- Expand project initialization and Build regression coverage, and remove the obsolete Build confirmation flag from the local lifecycle E2E test.
33
+
34
+
## [1.21.0] - 2026-09-07
35
+
36
+
### Added
37
+
38
+
-**Managed Agent directory projects** — initialize, validate, build, and publish local projects with Agent-scoped resource configuration and resource examples.
39
+
-**Local project versions** — enable or disable snapshot versioning, list and preview history, and restore project files without Git.
40
+
-**Project Workbench** — edit resources, review changes, publish updates, and manage local versions in a browser.
41
+
42
+
### Changed
43
+
44
+
-**Playground version resolution** — check npm before launch, reuse matching local versions, and fetch the latest version when needed; retain explicit version and binary overrides.
45
+
-**Managed Agent SDK** — upgrade to `0.7.0` and consume project workspace and version services through SDK subpath exports.
46
+
47
+
## [1.20.0] - 2026-09-03
48
+
49
+
> Managed Agents now combines YAML-first infrastructure management with direct Bailian AgentStudio resource and runtime operations.
50
+
51
+
### Added
52
+
53
+
-**Managed Agent API commands** — added direct list, get, search, version, upload, download, run, pause, archive, event, and diagnostic operations for Agents, Environments, Skills, Vaults, Deployments, Sessions, and Files.
54
+
-**Scoped YAML-backed resource creation** — `agent create`, `environment create`, `skill create`, `vault create`, `vault credential create`, and `deployment create` update `agents.yaml` and apply only the target resource without unrelated drift blocking the operation.
55
+
-**Agent Skill attachment** — Agent creation supports existing custom or official Skill IDs as well as local Skill directories and ZIP archives.
56
+
57
+
### Changed
58
+
59
+
-**Bailian-only Managed Agent CLI** — `bl managed-agent` now targets the Bailian provider exclusively; provider-selection flags were removed and configurations containing other providers are rejected.
-**Managed Agent error reporting** — Apply and scoped-create failures preserve the underlying provider diagnostic instead of ending with only `Apply failed.`.
65
+
66
+
### Security
67
+
68
+
- Credentials are resolved in memory and removed from the process environment; Vault credential declarations reference environment variables without persisting plaintext secrets.
69
+
70
+
## [1.19.0] - 2026-09-01
71
+
72
+
### Added
73
+
74
+
-**`bl quota delete`** — clears all custom QPM/TPM rate limits for a model.
75
+
76
+
### Changed
77
+
78
+
-**High-risk operation confirmation** — high-risk commands show risk details in `--help` and Skill command references. Without `--yes`, the high-risk operation is not executed; JSON output returns exit code `7` with `error.type: "requires_confirmation"`. After confirmation, re-run with `--yes`; `--dry-run` does not require confirmation.
0 commit comments