terminal-jarvis 0.0.18 → 0.0.20

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/README.md CHANGED
@@ -21,7 +21,7 @@ npm install -g terminal-jarvis
21
21
  cargo install --git https://github.com/BA-CalderonMorales/terminal-jarvis
22
22
  ```
23
23
 
24
- > **Note**: The current NPM version (0.0.18) includes full binary functionality with the complete T.JARVIS interface. No additional installation required!
24
+ > **Note**: The current NPM version (0.0.19) includes full binary functionality with the complete T.JARVIS interface. No additional installation required!
25
25
 
26
26
  ## Features
27
27
 
Binary file
package/lib/index.js CHANGED
@@ -129,7 +129,7 @@ async function main() {
129
129
  }
130
130
  }
131
131
  function showFallbackMessage() {
132
- console.log("🤖 Terminal Jarvis v0.0.18");
132
+ console.log("🤖 Terminal Jarvis v0.0.19");
133
133
  console.log("");
134
134
  console.log("❌ Error: Could not find or execute the T.JARVIS binary.");
135
135
  console.log("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terminal-jarvis",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
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"