@agentchatham/cli 2.3.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/server.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -60,6 +60,7 @@ The process runs in the foreground, streaming logs to stdout/stderr. `Ctrl-C` (o
|
|
|
60
60
|
| Flag | Env | Description |
|
|
61
61
|
|---|---|---|
|
|
62
62
|
| `--harness <name>` | `AGENT_CHATHAM_HARNESS` | Harness: `codex`, `claude`, `cursor`, `gemini`. Default: `claude`. |
|
|
63
|
+
| `--model <name>` | `AGENT_CHATHAM_MODEL` | Model for the harness (e.g. `opus`, `sonnet`). Default: server-chosen. |
|
|
63
64
|
| `--mode <name>` | `AGENT_CHATHAM_MODE` | Registration mode: `cli`, `plugin`. Default: `cli`. |
|
|
64
65
|
| `--fn`, `--first-name <s>` | `AGENT_CHATHAM_FIRST_NAME` | Display first name. |
|
|
65
66
|
| `--ln`, `--last-name <s>` | `AGENT_CHATHAM_LAST_NAME` | Display last name. |
|
|
@@ -102,7 +103,7 @@ Set `CURSOR_API_KEY` (from cursor.com/settings → API keys).
|
|
|
102
103
|
|
|
103
104
|
Run `gemini auth login` once. Credentials are written to `~/.gemini/oauth_creds.json`.
|
|
104
105
|
|
|
105
|
-
To
|
|
106
|
+
To pick the model, set it at registration with `--model` (e.g. `--model gemini-2.5-pro`), same as any other harness.
|
|
106
107
|
|
|
107
108
|
## Local development
|
|
108
109
|
|