mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-17 04:17:11 +00:00
docs(cli): document target defaults and ccsd cliproxy usage
- add multi-target help examples for ccsd codex and ccsd agy - document per-profile target defaults for API and CLIProxy profiles - include dashboard parity notes for target configuration
This commit is contained in:
@@ -154,6 +154,30 @@ ccsd glm
|
||||
|
||||
Need additional alias names? Set `CCS_DROID_ALIASES` as a comma-separated list (for example: `CCS_DROID_ALIASES=ccs-droid,mydroid`).
|
||||
|
||||
### Per-Profile Target Defaults
|
||||
|
||||
You can pin a default target (`claude` or `droid`) per profile:
|
||||
|
||||
```bash
|
||||
# API profile defaults to Droid
|
||||
ccs api create myglm --preset glm --target droid
|
||||
|
||||
# CLIProxy variant defaults to Droid
|
||||
ccs cliproxy create mycodex --provider codex --target droid
|
||||
```
|
||||
|
||||
Built-in CLIProxy providers also work with Droid alias/target override:
|
||||
|
||||
```bash
|
||||
ccsd codex
|
||||
ccsd agy
|
||||
ccs codex --target droid
|
||||
```
|
||||
|
||||
Dashboard parity:
|
||||
- `ccs config` -> `API Profiles` -> set **Default Target**
|
||||
- `ccs config` -> `CLIProxy` -> create/edit variant -> set **Default Target**
|
||||
|
||||
### Kiro Auth Methods
|
||||
|
||||
`ccs kiro --auth` defaults to AWS Builder ID Device OAuth (best support for AWS org accounts).
|
||||
|
||||
@@ -326,6 +326,12 @@ Run ${color('ccs config', 'command')} for web dashboard`.trim();
|
||||
printSubSection('Multi-Target', [
|
||||
['ccs glm --target droid', 'Run GLM profile on Droid CLI'],
|
||||
['ccsd glm', 'Same as above (alias)'],
|
||||
['ccsd codex', 'Run built-in CLIProxy Codex profile on Droid'],
|
||||
['ccsd agy', 'Run built-in CLIProxy Antigravity profile on Droid'],
|
||||
[
|
||||
'ccs cliproxy create my-codex --provider codex --target droid',
|
||||
'Create CLIProxy variant with Droid as default target',
|
||||
],
|
||||
['ccs glm', 'Run GLM profile on Claude Code (default)'],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user