terminal-jarvis 0.0.42 โ 0.0.44
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 +2 -1
- package/bin/terminal-jarvis +0 -0
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://www.npmjs.com/package/terminal-jarvis)
|
|
7
7
|
[](https://www.npmjs.com/package/terminal-jarvis)
|
|
8
8
|
|
|
9
|
-
A unified command center for AI coding tools. Manage and run claude-code, gemini-cli, qwen-code, opencode, and
|
|
9
|
+
A unified command center for AI coding tools. Manage and run claude-code, gemini-cli, qwen-code, opencode, llxprt, and codex from one beautiful terminal interface.
|
|
10
10
|
|
|
11
11
|
<img src="screenshots/promo_image_for_readme.png" alt="Terminal Jarvis Interface" width="100%">
|
|
12
12
|
|
|
@@ -48,6 +48,7 @@ Terminal Jarvis is your AI coding assistant command center:
|
|
|
48
48
|
- `qwen` - Qwen coding assistant
|
|
49
49
|
- `opencode` - Terminal-based AI coding agent ๐งช
|
|
50
50
|
- `llxprt` - Multi-provider AI coding assistant ๐งช
|
|
51
|
+
- `codex` - OpenAI Codex CLI for local AI coding ๐งช
|
|
51
52
|
- **๐ Smart Status Detection**: See which tools are installed and ready to use
|
|
52
53
|
- **๏ฟฝ Interactive Workflows**: Guided prompts for running tools with the right arguments
|
|
53
54
|
|
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.43");
|
|
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "terminal-jarvis",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.44",
|
|
4
|
+
"description": "AI Coding Tools Wrapper - Unified interface for claude-code, gemini-cli, qwen-code, opencode, llxprt, and codex",
|
|
5
5
|
"bin": {
|
|
6
6
|
"terminal-jarvis": "bin/terminal-jarvis"
|
|
7
7
|
},
|