v1.0.0 π
The first stable release.
Install
MCP Server:
claude mcp add windsurf -- npx windsurf-mcpExtension β download the .vsix below:
windsurf --install-extension windsurf-mcp-bridge-1.0.0.vsix
# or: code / cursor --install-extension ...What's New in 1.0
- Streaming inline chat β
@clauderesponses appear token-by-token in your file - Tool-backed queries β
@claude what errors are here?actually calls the editor API - Follow-up conversations β reply to π€ responses with another @claude
- Parallel processing β multiple @claude blocks fire simultaneously
- Cross-platform β macOS, Linux, Windows support
- Auto-update notifications β checks GitHub releases daily
- 33 MCP tools β live editing, diagnostics, symbols, search, decorations, code actions, batch edits
- Smart completions from brainctl agent memory
Full Feature List
| Feature | Description |
|---|---|
| Live buffer editing | Edit open files in real-time, user watches it happen |
| @claude inline chat | Type @claude in any file, get responses in-place |
| Tool dispatch | Queries about errors/refs/symbols use real editor data |
| Diagnostics | Pull TS/ESLint/Biome errors without running linters |
| Symbol navigation | Go-to-definition, find references, rename |
| Code actions | Get and apply quick fixes from the language server |
| Workspace search | Text and symbol search across all files |
| Decorations | Inline code annotations with colors and hover messages |
| Diff preview | Show proposed changes before applying |
| Event stream | Real-time feed of editor activity |
| Smart completions | Tab completions from agent memory (brainctl) |
| Auto-update | Notifies when new versions are available |