terminal-jarvis 0.0.17 ā 0.0.19
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 +1 -1
- package/bin/terminal-jarvis +0 -0
- package/lib/index.js +1 -1
- package/package.json +2 -2
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.
|
|
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
|
|
package/bin/terminal-jarvis
CHANGED
|
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.
|
|
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.
|
|
3
|
+
"version": "0.0.19",
|
|
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"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"build": "npm run sync-readme && npm run build-rust && npm run copy-binary && tsc",
|
|
26
26
|
"prepublishOnly": "npm run build",
|
|
27
27
|
"dev": "npm run build && node lib/index.js",
|
|
28
|
-
"postinstall": "node -e \"console.log('\\nš¤ Terminal Jarvis v0.0.
|
|
28
|
+
"postinstall": "node -e \"console.log('\\nš¤ Terminal Jarvis v0.0.18 installed successfully!\\n\\nā
Full T.JARVIS interface ready to use!\\n\\nRun: npx terminal-jarvis\\n')\""
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
31
|
"cli",
|