terminal-jarvis 0.0.36 → 0.0.37
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 +4 -0
- package/bin/terminal-jarvis +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
|
|
9
9
|
A unified command center for AI coding tools. Manage and run claude-code, gemini-cli, qwen-code, opencode, and llxprt from one beautiful terminal interface.
|
|
10
10
|
|
|
11
|
+
<img src="screenshots/promo_image_for_readme.png" alt="Terminal Jarvis Interface" width="100%">
|
|
12
|
+
|
|
13
|
+
----
|
|
14
|
+
|
|
11
15
|
🎉 **Try it instantly:** `npx terminal-jarvis`
|
|
12
16
|
|
|
13
17
|
⚠️ **Known Issues**: [View current limitations and workarounds](docs/LIMITATIONS.md)
|
package/bin/terminal-jarvis
CHANGED
|
Binary file
|
package/package.json
CHANGED