@agent-api/cli 0.4.5 → 0.4.7
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
|
@@ -208,7 +208,7 @@ function agentChatCommand() {
|
|
|
208
208
|
.option("--local-skill <path...>", "load one or more local skill directories")
|
|
209
209
|
.option("--no-local-skills", "disable automatic local SKILL.md discovery for workdir runs")
|
|
210
210
|
.option("--workspace-skills", "allow model-facing skill discovery to search workspace skills")
|
|
211
|
-
.option("--memory", "enable memory
|
|
211
|
+
.option("--memory", "enable memory read/prefetch")
|
|
212
212
|
.option("--memory-read", "enable memory read/prefetch")
|
|
213
213
|
.option("--memory-write", "enable memory writes")
|
|
214
214
|
.option("--memory-tenant-search", "allow memory search across the workspace/user scope")
|
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.7",
|
|
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",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"test": "npm run sync-version && npm run build && npm run smoke -w @agent-api/app-engine && node --test test/*.test.mjs"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@agent-api/app-engine": "^0.1.
|
|
38
|
+
"@agent-api/app-engine": "^0.1.7",
|
|
39
39
|
"commander": "^14.0.3",
|
|
40
40
|
"ink": "^6.8.0",
|
|
41
41
|
"react": "^19.2.7"
|