terminal-jarvis 0.0.34 → 0.0.35

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,6 +1,6 @@
1
1
  {
2
2
  "name": "terminal-jarvis",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "A thin Rust wrapper that provides a unified interface for managing and running AI coding tools",
5
5
  "bin": {
6
6
  "terminal-jarvis": "bin/terminal-jarvis"
@@ -26,7 +26,7 @@
26
26
  "build": "npm run sync-readme && npm run copy-binary && npx tsc",
27
27
  "prepublishOnly": "npm run build",
28
28
  "dev": "npm run build && node lib/index.js",
29
- "postinstall": "node -e \"console.log('\\nšŸ¤– Terminal Jarvis v0.0.23 installed successfully!\\n\\nāœ… Full T.JARVIS interface ready to use!\\n\\nRun: npx terminal-jarvis\\n')\""
29
+ "postinstall": "node -e \"console.log('\\nšŸ¤– Terminal Jarvis v0.0.34 installed successfully!\\n\\nāœ… Full T.JARVIS interface ready to use!\\n\\nRun: npx terminal-jarvis\\n')\""
30
30
  },
31
31
  "keywords": [
32
32
  "cli",
@@ -36,7 +36,8 @@
36
36
  "claude",
37
37
  "gemini",
38
38
  "qwen",
39
- "opencode"
39
+ "opencode",
40
+ "llxprt"
40
41
  ],
41
42
  "author": "BA-CalderonMorales",
42
43
  "license": "MIT",