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: skills/bailian-cli/SKILL.md
+26-25Lines changed: 26 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,30 +56,30 @@ Do not guess flags — use the reference files or `--help`.
56
56
57
57
Use this table only after the decision table in [`bailian-protocol`](../bailian-protocol/SKILL.md#provider-selection-and-consent) has routed the request to `bl` (class 4, or class 2 after the user picks Bailian). Hub-owned intents only — for media / fine-tune / agents.yaml, soft hand-off to the domain skill.
| Switch CLI Help / Quick Start language |`bl config set --key language --value zh-CN`| Use `en-US` to switch back; follows the active config profile |
79
-
| Image / video / speech / omni / vision | → skill `bailian-gen`| Fallback: `bl image\|video\|speech\|omni\|vision --help`|
| Switch CLI Help / Quick Start language |`bl config set --key language --value zh-CN`| Use `en-US` to switch back; follows the active config profile |
79
+
| Image / video / speech / omni / vision | → skill `bailian-gen`| Fallback: `bl image\|video\|speech\|omni\|vision --help`|
| Web search (model-aware routing) | → skill `bailian-web-search`| Token Plan vs MCP path + fallback; fallback: `bl search web --help`|
83
83
84
84
Flags, usage, and examples: see hub [`reference/`](reference/index.md) or `bl <command> --help` — do not guess flags. Domain command details live in the owning skill's `reference/`.
85
85
@@ -123,6 +123,7 @@ schema-export commands.
123
123
- Usage / quota / credits questions that do not name a product → ask which product (Bailian or another AI service) first; run `bl usage` / `bl quota` only after the user picks Bailian or Bailian context is already established.
124
124
- "Remember this" and memory requests default to the host agent's own memory; `bl memory *` is only for Bailian app memory resources.
125
125
-`bl file upload` and `bl pipeline run` are steps inside a Bailian workflow; do not use them to capture generic "upload this file" or "run a pipeline" requests.
126
-
-`bl managed-agent apply` / `destroy` mutate remote resources and only execute with `--yes`; run `plan` first and show the diff before confirming a mutation.
126
+
- For `risk: high` commands or `requires_confirmation`, follow the shared protocol; never add `--yes` automatically.
127
+
-`bl managed-agent apply` / `destroy` have an additional domain rule: run `plan` first and show the diff before asking for confirmation.
127
128
- When a matched `bl` command accepts a file URL, pass local paths directly; never require the user to host the file first.
128
129
- Console login → always `--console-site domestic|international`; see [`../bailian-protocol/assets/setup.md`](../bailian-protocol/assets/setup.md#console-site-selection).
0 commit comments