@involvex/super-agent-cli 0.0.85 → 0.0.87
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
CHANGED
|
@@ -1731,7 +1731,7 @@ var init_indexer = __esm(() => {
|
|
|
1731
1731
|
var require_package = __commonJS((exports, module) => {
|
|
1732
1732
|
module.exports = {
|
|
1733
1733
|
name: "@involvex/super-agent-cli",
|
|
1734
|
-
version: "0.0.
|
|
1734
|
+
version: "0.0.87",
|
|
1735
1735
|
description: "An open-source AI agent that brings the power of Super Agent directly into your terminal.",
|
|
1736
1736
|
keywords: [
|
|
1737
1737
|
"cli",
|
package/dist/super-agent-cli.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"compile": "tsc -p ./",
|
|
22
22
|
"copy-assets": "node build.js",
|
|
23
23
|
"lint": "eslint src --ext ts",
|
|
24
|
-
"package": "vsce package --no-dependencies",
|
|
24
|
+
"package": "bun run build && vsce package --no-dependencies",
|
|
25
25
|
"typecheck": "tsc --noEmit",
|
|
26
26
|
"vscode:prepublish": "npm run compile && npm run copy-assets",
|
|
27
27
|
"watch": "tsc -w -p ./"
|
|
@@ -38,6 +38,11 @@
|
|
|
38
38
|
"title": "Reconnect to CLI",
|
|
39
39
|
"icon": "icon.png"
|
|
40
40
|
},
|
|
41
|
+
{
|
|
42
|
+
"command": "super-agent.startServer",
|
|
43
|
+
"title": "Start CLI Server",
|
|
44
|
+
"icon": "icon.png"
|
|
45
|
+
},
|
|
41
46
|
{
|
|
42
47
|
"command": "super-agent.mentionFile",
|
|
43
48
|
"title": "Mention File in Chat"
|