terminal-jarvis 0.0.12 → 0.0.13

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/lib/index.js CHANGED
@@ -105,7 +105,7 @@ async function main() {
105
105
  }
106
106
  }
107
107
  function showFallbackMessage() {
108
- console.log("🤖 Terminal Jarvis v0.0.12");
108
+ console.log("🤖 Terminal Jarvis v0.0.13");
109
109
  console.log("");
110
110
  console.log("❌ Error: Could not find or execute the T.JARVIS binary.");
111
111
  console.log("");
package/package.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "terminal-jarvis",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "A thin Rust wrapper that provides a unified interface for managing and running AI coding tools",
5
- "bin": "lib/index.js",
5
+ "bin": {
6
+ "terminal-jarvis": "lib/index.js"
7
+ },
6
8
  "files": [
7
9
  "lib/",
8
10
  "bin/",
@@ -23,7 +25,7 @@
23
25
  "build": "npm run sync-readme && npm run build-rust && npm run copy-binary && tsc",
24
26
  "prepublishOnly": "npm run build",
25
27
  "dev": "npm run build && node lib/index.js",
26
- "postinstall": "node -e \"console.log(n🤖 Terminal Jarvis v0.0.12 installed successfully!nn✅ Full T.JARVIS interface ready to use!nnRun: npx terminal-jarvisn)\""
28
+ "postinstall": "node -e \"console.log(n🤖 Terminal Jarvis v0.0.13 installed successfully!nn✅ Full T.JARVIS interface ready to use!nnRun: npx terminal-jarvisn)\""
27
29
  },
28
30
  "keywords": [
29
31
  "cli",