Commit 1ef1870
authored
feat: Add Gemini support (#145)
This PR introduces support for Google's Gemini as a new AI assistant in
Claude Squad.
### Changes
- **Gemini Integration:**
- The application can now detect and use the `gemini` command-line tool
if it's available on the user's system.
- Tmux sessions are now configured to properly handle Gemini's prompts
and output.
- **Documentation:**
- The `README.md` has been updated to include instructions on how to use
Gemini with `cs`.
- `CONTRIBUTING.md` now includes a guide for adding new AI assistants in
the future.
This allows users to leverage Gemini's capabilities within the existing
Claude Squad workflow, expanding the tool's versatility.1 parent c7c39fd commit 1ef1870
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
131 | | - | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
| 224 | + | |
| 225 | + | |
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
| |||
0 commit comments