terminal
howtonotcode.com
Windsurf logo

Windsurf

Term

Windsurf is a sport that combines surfing and sailing elements.

article 19 storys calendar_today First seen: 2025-12-30 update Last seen: 2026-03-03 open_in_new Website menu_book Wikipedia

Stories

Showing 1-19 of 19

AI IDEs go mainstream: vibe coding gains speed, but add guardrails

AI-first dev tools are pushing 'vibe coding' into production, but teams should add guardrails for model choice, verify Windows 11 25H2 compatibility, and stay ahead of IP risks. A detailed [Medium piece](https://medium.com/@designo038/ai-doesnt-need-your-figma-file-and-that-s-going-to-kill-your-job-96b9f834a162) argues tools like V0, Bolt, Lovable, Cursor, and Replit are already shipping full SaaS from prompts, citing aggressive adoption stats (e.g., 10M+ projects on Lovable, 90% of Fortune 100 using GitHub Copilot, 41% AI-written code in 2024) alongside real case studies. Operationally, Windsurf users can add repeatability with an [auto-model-switcher skill](https://lobehub.com/skills/karstenheld3-openai-backendtools-windsurf-auto-model-switcher) that screenshot-verifies the active model—useful for CI-style experiments and consistent comparisons across LLMs. Caveats are emerging: a [Stack Overflow thread](https://stackoverflow.com/questions/79899821/windsurf-and-antigravity-installers-freeze-on-extracting-files-after-upgrad) reports installer freezes for Windsurf/Antigravity after Windows 11 25H2, and an ABA newsletter flags IP pitfalls when blending AI-generated artifacts with human code in vibe coding workflows ([overview](https://www.americanbar.org/groups/intellectual_property_law/resources/newsletters/vibe-coding-intellectual-property/)).

calendar_today 2026-03-03
lovable windsurf github-copilot v0 bolt

AI IDEs go agentic: Cursor "demos" and Windsurf Cascade

AI IDEs are shifting from code suggestions to autonomous agents that run, test, and showcase changes, led by Cursor’s new demo-first experience and Windsurf’s Cascade engine. Cursor now emphasizes "demos, not diffs," with agents that can run the software they build and send video evidence of their changes ([YouTube](https://www.youtube.com/watch?v=XbZvC4KTH68&pp=ygURQ3Vyc29yIElERSB1cGRhdGU%3D)). Meanwhile, Windsurf’s agentic Cascade engine promises project-aware, multi-file edits on a familiar VS Code foundation with simple onboarding and settings import ([TechCompanyNews guide](https://www.techcompanynews.com/how-to-use-windsurf-step-by-step-guide-for-beginners/)). The direction is clear: AI IDEs are moving from inline suggestions to autonomous, runnable workflows. Operational maturity remains a concern: users report surprise auto-updates ([automatic updater](https://forum.cursor.com/t/cursor-automatic-updater/152697)), Windows update failures ([Windows updates failing](https://forum.cursor.com/t/updates-on-windows-are-failing-still-antivirus/152819)), and visibility issues before approval in a recent build ([v2.5.20 diffs visibility](https://forum.cursor.com/t/modified-code-changes-not-visible-before-approval-cursor-v2-5-20/152760)), alongside UI changes like replacing "Keep All" with auto-approve ([discussion](https://forum.cursor.com/t/the-loss-of-keep-all-the-addition-of-auto-approve/152780)). Community threads also cite rate limits even on paid plans ([Reddit](https://www.reddit.com/r/cursor/comments/1rdfk9p/what_would_make_you_switch_from_cursor_to_another/)) and a practical auth fix for a Windsurf codex plugin by clearing a local token file ([Reddit fix](https://www.reddit.com/r/codex/comments/1rdddu3/windsurf_codex_plugin_issue/)). Teams are sketching an "AI builder stack" that pairs an agentic IDE with project tracking, instant deploy previews, and AI QA to close the loop from change to validation ([HackerNoon](https://hackernoon.com/the-ai-builder-stack-linear-cursor-vercel-and-qatech?source=rss)). New native entrants like macOS-focused G-Rump hint at a widening field and specialization opportunities ([Swift forums](https://forums.swift.org/t/g-rump-a-native-macos-ai-coding-agent-looking-for-early-feedback/84953)).

calendar_today 2026-02-24
cursor windsurf codeium visual-studio-code linear

Windsurf ships new models, Linux ARM64, and enterprise hooks

Windsurf rolled out new frontier coding models, full Linux ARM64 support, and enterprise-grade Cascade Hooks while community feedback spotlights its transparent crediting versus rivals' opaque limits. Windsurf’s latest updates add Gemini 3.1 Pro, Claude Sonnet 4.6, GLM-5, Minimax M2.5, and GPT-5.3-Codex-Spark with time-limited credit multipliers, plus quality-of-life fixes and features like automatic Plan→Code switching, skills loading from .agents/skills, tracked rules in post_cascade_response, and diff zones auto-closing on commit; importantly, it now provides full Linux ARM64 deb/rpm packages and enterprise cloud config for Cascade Hooks with Devin service key auth, as detailed in the [Windsurf changelog](https://windsurf.com/changelog). A power user’s comparison underscores cost control and predictability: they favored Windsurf’s clear credit model over Cursor/Claude Code’s rate-limit surprises, keeping GitHub Copilot Pro+ for predictable premium requests while continuing to code primarily in Windsurf, per this [Reddit write-up](https://www.reddit.com/r/windsurf/comments/1r9b58e/i_almost_left_windsurf/).

calendar_today 2026-02-20
windsurf gemini-31-pro claude-sonnet-46 glm-5 minimax-m25

Custom Copilot agents, IDE arenas, and terminal control planes

AI agent tooling for developers is maturing with customizable Copilot skills, IDE-based model comparisons, and terminal-first control planes, while new research warns multi-agent setups often hurt results. GitHub now documents how to tailor the Copilot CLI and coding agent with project-specific instructions, hooks, and skills, enabling targeted automation for repo chores, build/test flows, and shell tasks directly from your terminal or VS Code Insiders agent mode ([customize Copilot CLI](https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot), [create agent skills](https://docs.github.com/copilot/how-tos/use-copilot-agents/coding-agent/create-skills)). In parallel, IDE workflows are adding native model evaluation and task skills: Windsurf’s terminal and test-generation capabilities are backed by docs and guides, and its recent “Arena Mode” for side-by-side model comparisons surfaced in industry coverage ([terminal guide](https://docs.windsurf.ai/features/terminal), [AI command assistance](https://docs.windsurf.ai/cascade/terminal), [test generation](https://docs.windsurf.ai/features/test-generation), [InfoQ LLMs page](https://www.infoq.com/llms/news/)). Agent orchestration is shifting to the command line as well: Cline CLI 2.0 positions the terminal as an AI agent control plane for multi-file refactors and scripted operations ([DevOps.com](https://devops.com/cline-cli-2-0-turns-your-terminal-into-an-ai-agent-control-plane/)). But a new Google Research study summarized by InfoQ reports that scaling to multiple cooperating agents does not reliably improve outcomes and can reduce performance, so start with single-agent flows and measure before adding complexity ([InfoQ LLMs page](https://www.infoq.com/llms/news/)). Early experiments like xAI’s Grok Build with parallel agents and arena-style evaluation point to where this is heading, but details remain in flux ([TestingCatalog](https://www.testingcatalog.com/xai-tests-parralel-agents-and-arena-mode-for-grok-build/)).

calendar_today 2026-02-17
github-copilot github-copilot-cli visual-studio-code-insiders windsurf cascade

Firestore pipeline ops preview and VillageSQL fork signal AI-ready data backends

Google Firestore added preview Pipeline operations for server-side aggregations and optional indexing, while VillageSQL forked MySQL to add extension-driven features for AI and agent workloads. InfoQ highlights that Firestore’s new Pipeline operations bring MongoDB-style aggregations and array unnesting to a managed NoSQL service, with an optional indexing model aimed at faster writes and lower cost; the preview currently lacks real-time and emulator support, so plan staged evaluation first ([InfoQ news](https://www.infoq.com/news/)). In the same roundup, VillageSQL appears as a tracking fork of MySQL focused on extensibility to close feature gaps for AI/agent use cases, pointing to a broader trend of database engines adding programmable hooks for AI-centric workloads ([InfoQ news](https://www.infoq.com/news/)).

calendar_today 2026-02-12
google firestore mongodb mysql villagesql

Claude Code praised for reasoning; Cursor flagged for auto commit co-authoring

Teams evaluating AI coding agents report Claude Code excels at complex reasoning and speed, while some Cursor users are seeing auto-added co-author lines in Git commits that may violate repo policies. A practitioner review contrasts Windsurf, Cursor, and Claude Code, highlighting trade-offs like reasoning, UI, multi-agents, debugging, and price [I spent the last month rotating between Windsurf, Cursor, and Claude Code](https://www.reddit.com/r/ClaudeCode/comments/1qzkwav/i_spent_the_last_month_rotating_between_windsurf/)[^1]. A separate report flags Cursor adding "Co-authored-by: Cursor cursoragent@cursor.com" to commit messages by default [Cursor is signing commit messages now?](https://www.reddit.com/r/cursor/comments/1r05m6l/cursor_is_signing_commit_messages_now/)[^2], and an enterprise take explains why teams keep switching among Copilot, Cursor, and Claude Code [Copilot, Cursor, Claude Code: why enterprises can’t stop switching](https://jpcaparas.medium.com/copilot-cursor-claude-code-why-enterprises-cant-stop-switching-dd4ca0f93262?source=rss-8af100df272------2)[^3]. [^1]: Adds: first-hand comparison of strengths/weaknesses across Claude Code, Cursor, and Windsurf. [^2]: Adds: concrete example of governance/compliance risk from agent-altered commit metadata. [^3]: Adds: enterprise lens on vendor/agent switching dynamics and decision factors.

calendar_today 2026-02-10
cursor claude-code windsurf github-copilot github

Cisco donates CodeGuard to CoSAI as research exposes persistent LLM code vulnerabilities

Cisco donated its model-agnostic CodeGuard security ruleset to CoSAI while new research shows LLM code generators reliably repeat exploitable patterns, raising the bar for secure-by-default AI coding. OASIS Open details CodeGuard’s coverage and IDE-assistant integrations like Cursor, GitHub Copilot, Windsurf, and Claude Code ([Cisco Donates Project CodeGuard to Coalition for Secure AI](https://www.oasis-open.org/2026/02/09/cisco-donates-project-codeguard-to-coalition-for-secure-ai/)[^1]). Research on “vulnerability persistence” introduces FSTab to predict and exploit recurring flaws in LLM-generated software with high cross-domain success, and domain-focused safety stacks like Guardrails AI are emerging to catch dangerous outputs ([AI Code Generation Tools Repeat Security Flaws](https://quantumzeitgeist.com/ai-security-code-generation-tools-repeat-flaws/)[^2]; [Inside Guardrails AI](https://www.webpronews.com/inside-guardrails-ai-how-a-seattle-startup-is-deploying-clinical-expertise-to-neutralize-the-most-dangerous-failures-in-artificial-intelligence/)[^3]). [^1]: Official announcement of the CodeGuard donation, scope, and integrations with popular AI coding assistants. [^2]: Summarizes FSTab and evidence of predictable, repeatable vulnerabilities (e.g., high success versus Claude‑4.5 Opus). [^3]: Example of domain-specific guardrails and enterprise safety demand context.

calendar_today 2026-02-09
cisco project-codeguard coalition-for-secure-ai-cosai oasis-open cursor

Collab-first AI IDEs: Dropstone's Share Chat vs single-player agents

Collaborative AI coding workspaces like Dropstone’s Share Chat are challenging single‑user AI IDEs by letting PMs and engineers co-edit live contexts to push production-grade changes faster while preserving review control. [Dropstone’s Share Chat 3.0.5](https://medium.com/@epicprogrammer/the-23-minute-feature-how-dropstones-share-chat-is-breaking-the-ai-coding-hierarchy-9d6e4f93b303)[^1] contrasts with single-player agents by sharing a live reasoning+code state for real-time review/edits, targeting the “70% wall.” A practitioner comparison highlights day-to-day tradeoffs of [Cursor, Windsurf, and Claude Code](https://www.reddit.com/r/ClaudeCode/comments/1qzkwav/i_spent_the_last_month_rotating_between_windsurf/)[^2] [^1]: Adds: Explains Share Chat 3.0.5, live workspace links, and the “70% wall” with a concrete end-to-end example and workflow details. [^2]: Adds: Hands-on pros/cons and pricing context across Cursor, Windsurf, and Claude Code, including model access and collaboration features.

calendar_today 2026-02-09
dropstone blankline cursor windsurf claude-code

Cisco open-sources CodeGuard as research flags predictable LLM code flaws

Cisco donated its CodeGuard security framework to OASIS’s Coalition for Secure AI as new research shows LLM code assistants repeat predictable vulnerabilities, raising the bar for secure-by-default AI coding workflows. Details of the open donation and integration targets (Cursor, Copilot, Windsurf, Claude Code) are in OASIS Open’s announcement [Cisco Donates Project CodeGuard to Coalition for Secure AI](https://www.oasis-open.org/2026/02/09/cisco-donates-project-codeguard-to-coalition-for-secure-ai/)[^1]. Complementary research findings show vulnerability persistence and a black-box FSTab method with up to 94% attack success on LLM-generated apps [AI Code Generation Tools Repeat Security Flaws, Creating Predictable Software Weaknesses](https://quantumzeitgeist.com/ai-security-code-generation-tools-repeat-flaws/)[^2], with broader context on latent backdoors in “clean” AI code [Backdoors With Manners](https://hackernoon.com/backdoors-with-manners-when-ai-writes-clean-code-that-turns-malicious-later?source=rss)[^3] and sector-specific safety layers emerging in healthcare [Inside Guardrails AI](https://www.webpronews.com/inside-guardrails-ai-how-a-seattle-startup-is-deploying-clinical-expertise-to-neutralize-the-most-dangerous-failures-in-artificial-intelligence/)[^4]. [^1]: Adds: Official details on CodeGuard scope, integrations, and governance via CoSAI. [^2]: Adds: Research summary explaining FSTab, vulnerability recurrence metrics, and attack success rates. [^3]: Adds: Perspective on behavioral trojans and delayed-malicious code patterns. [^4]: Adds: Example of domain-specific safety guardrails in production contexts.

calendar_today 2026-02-09
cisco oasis-open coalition-for-secure-ai-cosai project-codeguard cursor

Cursor updates spark security alerts, memory leak, and commit co-authoring

Community reports indicate recent Cursor updates introduced security alerts, memory leaks, and unexpected commit metadata behavior, prompting some teams to favor alternatives like Claude Code. Multiple users report a Cursor update triggering Microsoft Defender malware alerts, a <cursor_commands> memory leak, and unwanted 'Co-authored-by: Cursor' lines in Git commits ([Defender alert thread](https://forum.cursor.com/t/microsoft-defender-detects-cursor-update-as-trojan-win32-wacatac-b-ml-and-trojan-script-wacatac/151306)[^1], [memory leak report](https://forum.cursor.com/t/cursor-commands-memory-leak/151286)[^2], [commit co-author complaint](https://www.reddit.com/r/cursor/comments/1r05m6l/cursor_is_signing_commit_messages_now/)[^3]). A comparative review favors Claude Code for daily work and notes Cursor’s strengths but flags stability and pricing concerns ([tool comparison](https://www.reddit.com/r/ClaudeCode/comments/1qzkwav/i_spent_the_last_month_rotating_between_windsurf/)[^4], [Cursor rules regression](https://forum.cursor.com/t/cursor-rules-not-working-anymore/151255)[^5]). [^1]: Adds: community report of Defender flagging a recent Cursor update as Trojan. [^2]: Adds: user-reported memory leak in <cursor_commands> after update. [^3]: Adds: complaint about Cursor auto-adding 'Co-authored-by' lines in Git commits. [^4]: Adds: hands-on comparison praising Claude Code and outlining Cursor pros/cons. [^5]: Adds: report that Cursor Rules stopped working after an update.

calendar_today 2026-02-09
cursor claude-code microsoft-defender github git

User flags degraded Claude Opus 4.6 behavior and higher credit burn in Windsurf vs Claude Code

A Reddit report describes noticeably worse results and more credit burn when using Claude Opus 4.6 through Windsurf compared to running the same model via Claude Code directly. The post details unnecessary back-and-forth, confrontational replies, and 2×–4× credit multipliers in [this thread](https://www.reddit.com/r/windsurf/comments/1qxpcfd/is_anyone_else_getting_really_frustrated_with/)[^1]. [^1]: Adds: First-hand comparison of Windsurf vs Claude Code behavior, including examples and credit multipliers.

calendar_today 2026-02-07
windsurf claude-opus-46 claude-code claude-opus ai-coding-assistants

CreateOS integrates with Windsurf via MCP for in-IDE AI deployments

NodeOps’ CreateOS now plugs into the Windsurf IDE using the Model Context Protocol, enabling AI-powered deployment workflows directly from your editor—see the official setup guide for steps, prerequisites, and verification checks ([integration guide](https://nodeops.network/createos/docs/Integrations/Integration-Windsurf)).[^1] Configure mcp.json with the CreateOS MCP server and API key, verify it under Cascade → MCP Servers, then deploy from the chat UI using Cascade ([MCP endpoint](https://api-createos.nodeops.network/mcp)).[^2] [^1]: Official setup guide with step-by-step instructions, prerequisites, and verification steps. [^2]: API endpoint used in the MCP configuration, showing the exact connection details.

calendar_today 2026-02-04
windsurf createos nodeops model-context-protocol ide-integration

Windsurf: user-reported slowness vs multi-file edit workflow

Developers report Windsurf sessions stalling for nearly an hour and missing features (e.g., image input on some models), eroding confidence in day-to-day use [Reddit post](https://www.reddit.com/r/windsurf/comments/1qvn8l7/done_with_windsurf_it_used_to_be_my_daily_driver/)[^1]. If you still pilot it, center usage on the documented multi-file edit flow that coordinates atomic cross-file refactors with previews and rollback, noting prerequisites (Windsurf IDE, Cascade AI, .windsurf directory, Git) [SkillKit guide](https://skillkit.io/zh/skills/claude-code/windsurf-multi-file-editing)[^2]. [^1]: Adds: user-reported reliability issues (slowness, hangs, missing image support) and perceived drop in responsiveness from the team. [^2]: Adds: concrete workflow for coordinated multi-file edits with atomic changes, preview, rollback, and required setup.

calendar_today 2026-02-04
windsurf cascade-ai gpt-52-codex-high kimi-k25 skillkit

Choosing Cursor, Windsurf, or Claude Code for backend workflows

The AI coding stack is bifurcating: IDE-first agents like [Cursor](https://serenitiesai.com/articles/cursor-ai-vs-windsurf-vs-claude-code-2026)[^2] and Windsurf emphasize editor-native control, while [Claude Code](https://rajsarkar.substack.com/p/part-4-cursor-vs-claude-code-two)[^1] is terminal-native and architected for agentic, repo-wide plans and execution—pick based on your team’s primary locus of work (editor vs CLI). Near-term shifts matter: rumors of Anthropic’s Sonnet 5 and OpenAI’s upcoming Codex updates could change cost/throughput and tool hooks, but balance vendor claims against independent evidence that AI boosts can inhibit skills formation and may be uneven across experience levels ([Handy AI](https://handyai.substack.com/p/anthropic-preps-sonnet-5-while-openai)[^3], [ITPro](https://www.itpro.com/software/development/anthropic-research-ai-coding-skills-formation-impact)[^4], [Futurum](https://futurumgroup.com/insights/100-ai-generated-code-can-you-code-like-boris/)[^5]). [^1]: Adds: hands-on analysis contrasting IDE vs CLI mental models and Claude Code’s agentic loop. [^2]: Adds: feature/pricing comparison and trade-offs across Cursor, Windsurf, and Claude Code. [^3]: Adds: rumor timeline on Sonnet 5 and OpenAI Codex/GPT-5.3 rollouts that could shift capabilities. [^4]: Adds: Anthropic fellows’ study showing productivity gains can inhibit skills formation, especially when delegating fully. [^5]: Adds: reality check contrasting 100% AI-code claims with broad empirical findings on actual gains and reliability.

calendar_today 2026-02-03
cursor windsurf claude-code anthropic openai

AI VS Code forks can prompt nonexistent Open VSX extensions

AI-powered VS Code forks (Cursor, Windsurf, Google Antigravity, Trae) inherit extension recommendations from Microsoft’s marketplace, but some recommended extension names don’t exist in Open VSX, the registry these forks rely on. This gaps creates a name-squatting avenue where attackers could publish malicious packages under those names; prompts can be file-based or software-based, increasing exposure.

calendar_today 2026-01-06
cursor windsurf open-vsx visual-studio-code supply-chain-security

Pair Qodo (PR/CI) with Windsurf (IDE) for AI-driven code quality

Qodo positions itself as the AI code review and test/coverage gatekeeper for PRs and CI (Qodo Merge/Gen/Cover), with on‑prem/VPC options, SOC 2 Type II, and zero data retention. Windsurf (by Codeium) focuses on agentic coding in the IDE (autocomplete, multi-file edits), with basic GitHub-only PR review in beta and chat-driven test generation but no dedicated coverage feature. The pitch is to let Windsurf generate code while Qodo enforces standards and coverage before merge.

calendar_today 2026-01-06
qodo windsurf code-review test-generation ci-cd

AI IDE forks exposed by OpenVSX namespace hijack in built-in extension recommendations

Koi found that popular AI IDEs forked from VS Code (Cursor, Windsurf, Google Antigravity, Trae) inherit hardcoded extension recommendations that point to Microsoft’s marketplace, but those extensions don’t always exist on OpenVSX (the registry these IDEs actually use). Unclaimed namespaces on OpenVSX could be registered by attackers to ship malicious lookalike extensions that the IDE proactively recommends based on files or installed software. Koi preemptively claimed several risky namespaces (e.g., PostgreSQL, Azure Pipelines, ARM tools) with placeholder packages to reduce immediate risk.

calendar_today 2026-01-06
cursor windsurf openvsx vscode supply-chain-security

Agentic IDEs: Google Antigravity vs Cursor for backend teams

Agentic IDEs can plan, execute, and verify changes across files, terminals, and browsers with minimal human orchestration. Google’s Antigravity lets you manage multiple parallel agents via a manager view with artifacts for traceability and supports Gemini 3 Pro, Claude Sonnet 4.5, and OpenAI models; it’s free in public preview. Cursor blends fast inline autocomplete with an Agent mode for multi-file changes, using deep code context and real-time diff review.

calendar_today 2025-12-31
antigravity cursor agentic-ide code-generation sdlc

Update: Codex IDE extension

OpenAI updated the Codex IDE extension docs with a direct Visual Studio Code Marketplace link and separate downloads for VS Code, Cursor, Windsurf, and VS Code Insiders. It also clarifies Windows support via WSL with a dedicated setup guide and adds tips for placing Codex in the right sidebar and handling Cursor’s horizontal activity bar. Core capabilities remain the same; this update focuses on installation and UX guidance.

calendar_today 2025-12-30
ide vs code developer tools coding agents openai