Commit 10527b6
authored
feat(shared): add Antigravity CLI (agy) as a built-in terminal agent (#6767)
* feat(shared): add Antigravity CLI (agy) as a built-in terminal agent
Adds Google's Antigravity CLI (agy) to BUILTIN_TERMINAL_AGENTS, with the official mark as its preset icon, README row, docs bullet, and marketing demo entry. Rebased from #5772; prompt launches use -i (positional prompts are rejected by the CLI), resume uses --conversation <id>, agy -p is the headless form. Verified against an installed agy 1.1.19.
Co-authored-by: Fraser Brown <173673575+thebrownproject@users.noreply.github.com>
Claude-Session: https://claude.ai/code/session_01DuAhw6Ao5Cru3acdkrzx9f
* feat(desktop): expose Antigravity in the icon picker, settings search, and preset docs
Claude-Session: https://claude.ai/code/session_01DuAhw6Ao5Cru3acdkrzx9f1 parent 9cacc38 commit 10527b6
11 files changed
Lines changed: 79 additions & 0 deletions
File tree
- apps
- desktop/src/renderer/routes/_authenticated/settings
- agents/components/V2AgentsSettings/components/AgentIconPicker
- utils/settings-search
- docs/content/docs
- marketing
- public/app-icons
- src/app/components/FeaturesSection/components/UniversalCompatibilityDemo
- packages
- ui/src/assets/icons/preset-icons
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
867 | 867 | | |
868 | 868 | | |
869 | 869 | | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
870 | 873 | | |
871 | 874 | | |
872 | 875 | | |
| |||
930 | 933 | | |
931 | 934 | | |
932 | 935 | | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
933 | 939 | | |
934 | 940 | | |
935 | 941 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
Loading
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
128 | 156 | | |
129 | 157 | | |
130 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
211 | 223 | | |
212 | 224 | | |
213 | 225 | | |
| |||
Lines changed: 12 additions & 0 deletions
Loading
0 commit comments