terminal-jarvis 0.0.14 → 0.0.16
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 +1 -1
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.16) 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
|
@@ -105,7 +105,7 @@ async function main() {
|
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
function showFallbackMessage() {
|
|
108
|
-
console.log("🤖 Terminal Jarvis v0.0.
|
|
108
|
+
console.log("🤖 Terminal Jarvis v0.0.16");
|
|
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