Wind Surf, the agentic AI IDE recognized as a competitor to Cursor, has launched a significant update: Wave 3. This new iteration introduces a suite of powerful features designed to enhance developer workflows. Central to this update is the integration of the Model Context Protocol (MCP), a framework pioneered by Anthropic. MCP standardizes how AI applications access external data, enabling Wind Surf to retrieve information from structured sources via MCP servers. This integration, seamlessly woven into Cascade's AI flow system, allows users to configure MCP servers through JSON within Wind Surf's settings panel, facilitating the incorporation of external data into AI-driven workflows. MCP support is available across all individual plans and will extend to team and enterprise plans with admin controls.
Navigation within the editor becomes more fluid with the Tap to Jump feature. Building upon Wind Surf's predictive AI capabilities, Tap to Jump accelerates editor navigation. While Autocomplete previously predicted code additions at the cursor, and Super Complete expanded this with tab-based edits, Tap to Jump allows users to swiftly move the cursor to the next relevant edit location with a simple tab press. Wind Surf Wave 3 also unlocks unlimited Autocomplete and Super Complete suggestions for all users, including free plan users. Paid plans gain access to unlimited Tab to Jump and a turbocharged fast mode, toggleable in the settings.
The Turbo Mode feature elevates automation within Wind Surf. This mode empowers Cascade, the IDE's chat interface, to execute tasks autonomously and iteratively, eliminating the need for manual approval. Inspired by features like Kine's autoo or Cursor's composer, Turbo Mode streamlines automated terminal commands, allowing Cascade to rapidly execute and refine steps independently.
Further enhancing user experience, Wave 3 introduces drag and drop image support. Building on Wave 1's multimodal image input, this update allows users to seamlessly drag and drop images directly into the editor. This simplifies tasks like website building and Figma translations, enabling rapid coding from visual inputs. A minor yet personalized update allows users to customize the application logo displayed on their dock, offering a unique aesthetic touch.
Model support is significantly expanded in Wave 3, now including DeepSeek R1, O3 Mini, Gemini 2.0 Flash, and DeepSeek Version 3. While Claude 3.5 Sonnet is the default model, optimized for tool selection and execution, the addition of models like O3 Mini and DeepSeek R1 offers users greater choice for specific generation needs. It's important to note that model costs and credit usage vary, with Claude 3.5 Sonnet using one credit and models like DeepSeek R1 using 0.5 credits.
For users eager to access the latest features, Wind Surf is launching Wind Surf Next, a pre-release version providing early access to cutting-edge AI development tools and real-world testing opportunities. This program allows users to experience new features before their stable release in subsequent Wave updates. The update also includes numerous patch fixes and bug tweaks, detailed in the changelog, further refining the Wind Surf experience.
In a practical demonstration, the narrative highlights the creation of a documentation knowledge base MCP server for Wind Surf's documentation. Users can configure and manage MCP servers via a dedicated button within the interface. Turbo mode is showcased as well, demonstrating how to enable autonomous command execution within Cascade's settings, eliminating manual confirmation steps for terminal commands.
While the original text doesn't explicitly include source code examples, the integration of MCP and the configuration process using JSON suggest areas where code snippets would be relevant. For instance, configuring an MCP server in settings.json
might look like this:
{
"mcp_servers": [
{
"name": "Documentation Server",
"url": "http://your-documentation-server.com/mcp",
"description": "MCP server for Wind Surf documentation"
}
]
}
This example illustrates how users might configure MCP servers within Wind Surf's settings using JSON, as described in the update. For more detailed code examples and feature implementations, users are encouraged to consult the official Wind Surf documentation and blog post.
Keywords: Wind Surf, Wave 3, AI IDE, MCP, Model Context Protocol, Tap to Jump, Turbo Mode, Autocomplete, Super Complete, Drag and Drop Image, DeepSeek, Gemini, Claude 3.5 Sonnet, Wind Surf Next, AI Development Tools, JSON configuration, autonomous execution.
Belum ada tanggapan untuk "Windsurf Wave 3 Update, The best AI Editor 2025?"
Post a Comment