terminal-jarvis 0.0.46 โ†’ 0.0.47

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
@@ -1,12 +1,28 @@
1
1
  # Terminal Jarvis
2
2
 
3
- [![NPM Version](https://img.shields.io/npm/v/terminal-jarvis.svg)](https://www.npmjs.com/package/terminal-jarvis)
4
- [![NPM Downloads](https://img.shields.io/npm/dm/terminal-jarvis.svg)](https://www.npmjs.com/package/terminal-jarvis)
5
- [![Crates.io Version](https://img.shields.io/crates/v/terminal-jarvis.svg)](https://crates.io/crates/terminal-jarvis)
6
- [![Crates.io Downloads](https://img.shields.io/crates/d/terminal-jarvis.svg)](https://crates.io/crates/terminal-jarvis)
3
+ <div align="center">
4
+
5
+ <!-- NPM Package -->
6
+
7
+ [![NPM Version](https://img.shields.io/npm/v/terminal-jarvis.svg?logo=npm&label=NPM%20Version)](https://www.npmjs.com/package/terminal-jarvis)
8
+ [![NPM Downloads](https://img.shields.io/npm/dm/terminal-jarvis.svg?logo=npm&label=NPM%20Downloads)](https://www.npmjs.com/package/terminal-jarvis)
9
+ [![NPM Stable](https://img.shields.io/npm/v/terminal-jarvis/stable.svg?label=NPM%20Stable&color=green&logo=npm)](https://www.npmjs.com/package/terminal-jarvis)
10
+ [![NPM Beta](https://img.shields.io/npm/v/terminal-jarvis/beta.svg?label=NPM%20Beta&color=orange&logo=npm)](https://www.npmjs.com/package/terminal-jarvis)
11
+
12
+ <!-- Rust Crate -->
13
+
14
+ [![Crates.io Version](https://img.shields.io/crates/v/terminal-jarvis.svg?logo=rust&label=Crates.io%20Version)](https://crates.io/crates/terminal-jarvis)
15
+ [![Crates.io Downloads](https://img.shields.io/crates/d/terminal-jarvis.svg?logo=rust&label=Crates.io%20Downloads)](https://crates.io/crates/terminal-jarvis)
16
+
17
+ <!-- Homebrew -->
18
+
19
+ [![Homebrew](https://img.shields.io/badge/Homebrew-Available-blue.svg?logo=homebrew)](https://github.com/BA-CalderonMorales/homebrew-terminal-jarvis)
20
+
21
+ <!-- General -->
22
+
7
23
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
- [![NPM Stable](https://img.shields.io/npm/v/terminal-jarvis/stable.svg?label=stable&color=green)](https://www.npmjs.com/package/terminal-jarvis)
9
- [![NPM Beta](https://img.shields.io/npm/v/terminal-jarvis/beta.svg?label=beta&color=orange)](https://www.npmjs.com/package/terminal-jarvis)
24
+
25
+ </div>
10
26
 
11
27
  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.
12
28
 
@@ -32,6 +48,10 @@ npm install -g terminal-jarvis@stable
32
48
 
33
49
  # Install via Cargo (Rust users)
34
50
  cargo install terminal-jarvis
51
+
52
+ # Install via Homebrew (macOS/Linux)
53
+ brew tap ba-calderonmorales/terminal-jarvis
54
+ brew install terminal-jarvis
35
55
  ```
36
56
 
37
57
  **๐Ÿ“‹ Prerequisites:**
@@ -105,14 +125,14 @@ terminal-jarvis templates apply my-template
105
125
 
106
126
  ## Supported AI Tools
107
127
 
108
- | Tool | Description | Status | Package |
109
- | ---------- | -------------------------------------- | ---------- | --------------------------- |
110
- | `claude` | Anthropic's Claude for code assistance | โœ… Stable | `@anthropic-ai/claude-code` |
111
- | `gemini` | Google's Gemini CLI tool | โœ… Stable | `@google/gemini-cli` |
112
- | `qwen` | Qwen coding assistant | โœ… Stable | `@qwen-code/qwen-code` |
113
- | `opencode` | Terminal-based AI coding agent | ๐Ÿงช Testing | Install script |
114
- | `llxprt` | Multi-provider AI coding assistant | ๐Ÿงช Testing | NPM package |
115
- | `codex` | OpenAI Codex CLI for local AI coding | ๐Ÿงช Testing | NPM package |
128
+ | Tool | Description | Status | Installation Command |
129
+ | ---------- | -------------------------------------- | ---------- | -------------------------------------------- |
130
+ | `claude` | Anthropic's Claude for code assistance | โœ… Stable | `npm install -g @anthropic-ai/claude-code` |
131
+ | `gemini` | Google's Gemini CLI tool | โœ… Stable | `npm install -g @google/gemini-cli` |
132
+ | `qwen` | Qwen coding assistant | โœ… Stable | `npm install -g @qwen-code/qwen-code@latest` |
133
+ | `opencode` | Terminal-based AI coding agent | ๐Ÿงช Testing | `npm install -g opencode-ai@latest` |
134
+ | `llxprt` | Multi-provider AI coding assistant | ๐Ÿงช Testing | `npm install -g @vybestack/llxprt-code-core` |
135
+ | `codex` | OpenAI Codex CLI for local AI coding | ๐Ÿงช Testing | `npm install -g @openai/codex` |
116
136
 
117
137
  \*See [limitations](docs/LIMITATIONS.md) for known issues and workarounds
118
138
 
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.46");
132
+ console.log("๐Ÿค– Terminal Jarvis v0.0.47");
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.46",
3
+ "version": "0.0.47",
4
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"