@agent-api/cli 0.4.36 → 0.4.37
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/dist/index.js +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -279,7 +279,7 @@ function agentChatCommand() {
|
|
|
279
279
|
.description("Start an interactive chat, or send one message when prompt text is provided")
|
|
280
280
|
.argument("[prompt...]", "prompt text")
|
|
281
281
|
.option("-p, --profile <name>", "profile name")
|
|
282
|
-
.option("-c, --conversation <name>", "conversation name"
|
|
282
|
+
.option("-c, --conversation <name>", "conversation name")
|
|
283
283
|
.option("--preset <name>", "agent preset")
|
|
284
284
|
.option("--model <name>", "explicit model")
|
|
285
285
|
.option("--file <path>", "read prompt text from file")
|
package/dist/runtime.d.ts
CHANGED
package/dist/runtime.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-api/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.37",
|
|
4
4
|
"description": "First-class command line interface for Agent API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/scalebox-dev/agent-tui#readme",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"test": "npm run sync-version && npm run build && npm run smoke -w @agent-api/app-engine && node --test test/*.test.mjs"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@agent-api/app-engine": "^0.1.
|
|
39
|
+
"@agent-api/app-engine": "^0.1.34",
|
|
40
40
|
"better-sqlite3": "^12.11.1",
|
|
41
41
|
"commander": "^14.0.3",
|
|
42
42
|
"ink": "^6.8.0",
|