terminal-jarvis 0.0.49 โ†’ 0.0.51

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,7 +1,7 @@
1
- # Terminal Jarvis
2
-
3
1
  <div align="center">
4
2
 
3
+ # Terminal Jarvis
4
+
5
5
  <!-- NPM Package -->
6
6
 
7
7
  [![NPM Version](https://img.shields.io/npm/v/terminal-jarvis.svg?logo=npm&label=NPM%20Version)](https://www.npmjs.com/package/terminal-jarvis)
@@ -21,6 +21,8 @@
21
21
  <!-- General -->
22
22
 
23
23
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
24
+ [![Mentioned in Awesome Gemini CLI](https://awesome.re/mentioned-badge.svg)](https://github.com/Piebald-AI/awesome-gemini-cli)
25
+ [![Buy Me a Coffee](https://img.shields.io/badge/โ˜•-Buy%20Me%20a%20Coffee-orange.svg)](https://www.buymeacoffee.com/brandoncalderonmorales)
24
26
 
25
27
  </div>
26
28
 
@@ -170,17 +172,29 @@ auto_sync = true
170
172
 
171
173
  ## Contributing
172
174
 
173
- We welcome contributions! Here's how to get started:
175
+ We welcome contributions! Please join our [Discord community](https://discord.gg/zNuyC5uG) first to discuss your ideas.
176
+
177
+ **Quick Start:**
178
+
179
+ 1. ๐Ÿ’ฌ Join the [Terminal Jarvis Discord](https://discord.gg/zNuyC5uG)
180
+ 2. ๐Ÿ—ฃ๏ธ Discuss your contribution in `#features` or `#bugfix` channels
181
+ 3. ๐Ÿด Fork the repository
182
+ 4. ๐Ÿ”ง Create a feature branch (`git checkout -b feature/amazing-feature`)
183
+ 5. โœ… Follow our [contribution guidelines](docs/CONTRIBUTIONS.md)
184
+ 6. ๐Ÿงช Ensure tests pass (`cargo test`)
185
+ 7. ๐Ÿ“ Use our PR template for submitting changes
186
+
187
+ **๐Ÿ“– Full Guide:** [docs/CONTRIBUTIONS.md](docs/CONTRIBUTIONS.md) - Complete contributor guide with coding standards, testing requirements, and development workflow.
188
+
189
+ **๐Ÿ—๏ธ Technical Details:** [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) - Architecture overview and development setup.
190
+
191
+ ## Support the Project
192
+
193
+ If Terminal Jarvis has been helpful for your AI coding workflow, consider supporting development:
174
194
 
175
- 1. Fork the repository
176
- 2. Create a feature branch (`git checkout -b feature/amazing-feature`)
177
- 3. Make your changes following the [architecture guide](docs/ARCHITECTURE.md)
178
- 4. Ensure tests pass (`cargo test`)
179
- 5. Commit your changes (`git commit -m 'Add amazing feature'`)
180
- 6. Push to the branch (`git push origin feature/amazing-feature`)
181
- 7. Open a Pull Request
195
+ [![Buy Me a Coffee](https://img.shields.io/badge/โ˜•-Buy%20Me%20a%20Coffee-orange.svg?style=for-the-badge)](https://www.buymeacoffee.com/brandoncalderonmorales)
182
196
 
183
- **๐Ÿ“– See [Architecture Guide](docs/ARCHITECTURE.md)** for technical details and development setup.
197
+ Your support helps maintain and improve Terminal Jarvis for the entire community! ๐Ÿ™
184
198
 
185
199
  ## License
186
200
 
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.49");
132
+ console.log("๐Ÿค– Terminal Jarvis v0.0.51");
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.49",
3
+ "version": "0.0.51",
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"