terminal-jarvis 0.0.4 → 0.0.5

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
@@ -18,7 +18,7 @@ npx terminal-jarvis
18
18
  npm install -g terminal-jarvis
19
19
  ```
20
20
 
21
- > **Note**: The current NPM version (0.0.1) is a preview release. Full binary functionality will be available in upcoming releases through automated GitHub Actions builds for multiple platforms.
21
+ > **Note**: The current NPM version (0.0.5) is a preview release. Full binary functionality will be available in upcoming releases through automated GitHub Actions builds for multiple platforms.
22
22
 
23
23
  ## Features
24
24
 
package/lib/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  "use strict";
3
- console.log("Terminal Jarvis v0.0.4");
3
+ console.log("Terminal Jarvis v0.0.5");
4
4
  console.log("This is a preview release - full binary support coming soon!");
5
5
  console.log("");
6
6
  console.log("Available commands:");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terminal-jarvis",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "A thin Rust wrapper that provides a unified interface for managing and running AI coding tools",
5
5
  "bin": "lib/index.js",
6
6
  "files": [