@seawork/cli 1.0.15-rc.1 → 1.0.16-rc.1
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.
|
@@ -13,7 +13,7 @@ export function addRunOptions(cmd) {
|
|
|
13
13
|
.option("-d, --detach", "Run in background (detached)")
|
|
14
14
|
.option("--title <title>", "Assign a title to the agent")
|
|
15
15
|
.addOption(new Option("--name <name>", "Hidden alias for --title").hideHelp())
|
|
16
|
-
.option("--provider <provider>", "Agent provider, or provider/model (e.g. codex or codex/gpt-5.
|
|
16
|
+
.option("--provider <provider>", "Agent provider, or provider/model (e.g. codex or codex/gpt-5.5)", "claude")
|
|
17
17
|
.option("--model <model>", "Model to use (e.g., claude-sonnet-4-20250514, claude-3-5-haiku-20241022)")
|
|
18
18
|
.option("--thinking <id>", "Thinking option ID to use for this run")
|
|
19
19
|
.option("--mode <mode>", "Provider-specific mode (e.g., plan, default, bypass)")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seawork/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16-rc.1",
|
|
4
4
|
"description": "Seawork CLI - control your AI coding agents from the command line",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@clack/prompts": "^1.0.0",
|
|
27
|
-
"@seawork/relay": "1.0.
|
|
28
|
-
"@seawork/server": "1.0.
|
|
27
|
+
"@seawork/relay": "1.0.16-rc.1",
|
|
28
|
+
"@seawork/server": "1.0.16-rc.1",
|
|
29
29
|
"chalk": "^5.3.0",
|
|
30
30
|
"commander": "^12.0.0",
|
|
31
31
|
"mime-types": "^2.1.35",
|