@involvex/super-agent-cli 0.0.62 → 0.0.63

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.
Binary file
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@involvex/super-agent-cli",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "description": "An open-source AI agent that brings the power of Super Agent directly into your terminal.",
5
5
  "keywords": [
6
6
  "cli",
7
7
  "agent",
8
- "text-editor",
8
+ "cli-agent",
9
+ "ai-cli",
10
+ "coding-cli",
11
+ "ai-coding-cli",
9
12
  "ai"
10
13
  ],
11
14
  "homepage": "https://involvex.github.io/super-agent-cli/",
package/tsc_output.txt DELETED
@@ -1,2 +0,0 @@
1
- src/agents/manager.ts(22,28): error TS2339: Property 'getSettingsDir' does not exist on type 'SettingsManager'.
2
- src/skills/manager.ts(19,28): error TS2339: Property 'getSettingsDir' does not exist on type 'SettingsManager'.