You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Libraries are sourced in the order listed above (ui → args → config → ...
70
70
71
71
Most adapters are defined declaratively in the **adapter registry** (`lib/adapters.sh`) using pipe-delimited entries. Custom adapters that need special logic remain as override files in `adapters/editor/` and `adapters/ai/`.
- **Antigravity**: Install from [antigravity.google](https://antigravity.google), `agy` command available after installation
149
150
- **Cursor**: Install from [cursor.com](https://cursor.com), enable shell command
150
151
- **VS Code**: Install from [code.visualstudio.com](https://code.visualstudio.com), enable `code` command
151
152
- **Zed**: Install from [zed.dev](https://zed.dev), `zed` command available automatically
152
153
153
154
**Workspace files:**
154
155
155
-
VS Codeand Cursor support `.code-workspace` files for multi-root workspaces, custom settings, and recommended extensions. When opening a worktree:
156
+
VS Code, Cursor, and Antigravity support `.code-workspace` files for multi-root workspaces, custom settings, and recommended extensions. When opening a worktree:
156
157
157
158
1. If `gtr.editor.workspace` is set to a path, opens that file (relative to worktree root)
158
159
2. If set to `none`, disables workspace lookup (always opens folder)
0 commit comments