Commit 1eca131
Add Claude Desktop configurator and redesign dock UI (#18)
* Add Claude Desktop configurator and redesign dock UI
- Add Claude Desktop client (npx mcp-remote bridge for stdio-only Desktop)
- Redesign dock: single client dropdown instead of per-client rows
- Add dev-mode toggle (persisted in EditorSettings) to hide debug controls
- Show manual-command panel with Copy button when auto-configure fails
- Resolve claude CLI via login-shell fallback for GUI-launched Godot
- Add Dock button for floating panels (emits close_requested to redock)
- Remove redundant section headers, bump remaining header font sizes
- Add script/open-godot-here for worktree-aware Godot launches
- Document manual config commands for all 4 clients in README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Add dock screenshot to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Simplify: dedupe, cache, and remove hot-path waste
- Extract _read_json_config/_write_json_config shared by Claude Desktop + Antigravity
- Cache _find_claude_cli() to avoid subprocess spawns on dropdown change
- Replace _pretty_client_name with String.capitalize()
- Event-driven redock detection (NOTIFICATION_PARENTED) instead of per-frame polling
- Guard _update_log() when log section is hidden
- Extract COLOR_MUTED/COLOR_HEADER constants for magic color literals
- Remove _refresh_setup_status side effect from _apply_dev_mode_visibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Fix cyclic reference: use static var for Color constants
GDScript const with Color() on a class_name class triggers cyclic
reference errors. The replace_all also accidentally replaced the
values in the declarations themselves. Fix both issues.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Use SHELL for login-shell CLI resolution instead of hardcoded bash
macOS defaults to zsh — PATH entries in .zshrc would not be found
via /bin/bash. Use SHELL env var with /bin/bash as fallback.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 35c6986 commit 1eca131
7 files changed
Lines changed: 572 additions & 132 deletions
File tree
- docs/images
- plugin/addons/godot_ai
- script
- src/godot_ai/tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | | - | |
46 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
47 | 89 | | |
48 | 90 | | |
| 91 | + | |
| 92 | + | |
49 | 93 | | |
50 | 94 | | |
51 | 95 | | |
| |||
Loading
0 commit comments