-
Notifications
You must be signed in to change notification settings - Fork 0
IDE Extension
github-actions[bot] edited this page Feb 28, 2026
·
1 revision
The ClawDE IDE Extension connects your editor directly to the local daemon, giving you inline AI assistance without leaving your coding environment.
| Editor | Extension | Status |
|---|---|---|
| VS Code | clawde.clawde-vscode |
Planned Sprint LL |
| JetBrains (all IDEs) | io.clawde.plugin |
Planned Sprint MM |
| Neovim | clawde.nvim |
Community — post v0.3.0 |
| Zed | Native extension | Planned post v0.3.0 |
- Inline chat: Open a chat panel scoped to the current file or selection
- Diff preview: Proposed changes appear as inline diff before applying
- Task status: See active session status in the status bar
- Error fix: Right-click a diagnostic → "Fix with ClawDE"
- Context picker: Choose which open files go into the prompt
The extension talks to the daemon at ws://127.0.0.1:4300 using the same JSON-RPC 2.0 protocol as the desktop app. No separate process needed — the daemon must be running.
The extension uses the same device token as the desktop app. If the desktop app is installed, the extension reuses its token automatically.
VS Code extension is Sprint LL. Requires stable RPC protocol (locked in v0.2.0) and VS Code Webview for the chat panel.
ClawDE · GitHub · MIT License
ClawDE
Getting started
Reference
- Architecture
- Daemon-Reference
- Folder-Structure
- Providers
- Multi-Account
- Security
- Features
- Features/Daemon
- Features/Session-Manager
- Features/Mode-System
- Features/Repo-Intelligence
- Features/Projects
- Features/Remote-Access
- Features/Desktop-App
- Features/Provider-Knowledge
- Features/Coding-Standards
- Roadmap
Branding
Contributing