terminal
howtonotcode.com
Eclipse Foundation logo

Eclipse Foundation

Company

The Eclipse Foundation is a not-for-profit organization that supports a community of open-source software projects. It is aimed at developers and organizations interested in collaborative software development and innovation. A key use case is providing governance, infrastructure, and services to foster open-source projects.

article 2 storys calendar_today First seen: 2026-01-06 update Last seen: 2026-03-03 open_in_new Website menu_book Wikipedia

Resources

Links to check for updates: homepage, feed, or git repo.

home Homepage

code Git repo

Stories

Showing 1-2 of 2

Cursor instability and the pivot toward agentic coding tools

Recent user reports point to reliability regressions in Cursor, with crashes, hung operations, and unexpected file behavior raising red flags for teams trialing AI IDEs. Multiple forum threads describe Cursor freezing after a period of use, startup crashes, and workflows stuck at a "participants" step, alongside a case of a new file being silently accepted without expected prompts ([stops working after some time](https://forum.cursor.com/t/cursor-stopps-working-after-some-time/153475), [crashing on start](https://forum.cursor.com/t/cursor-keeps-crashing-on-start/153487), [stuck at participants](https://forum.cursor.com/t/every-operation-stuck-at-participants-now/153455), [silent file accept](https://forum.cursor.com/t/new-file-was-silently-accepted/153459)). A feature request for ACP support suggests gaps for enterprise-grade controls remain ([ACP support request](https://forum.cursor.com/t/cursor-ide-with-acp-support/153451)). A recent analysis argues developer attention is shifting from IDE-centric copilots to terminal-first, agentic tools that autonomously clone, code, test, and PR—exemplified by Claude Code—reshaping how teams think about AI in the SDLC ([trend summary](http://oreateai.com/blog/cursors-quiet-shift-from-ai-ide-darling-to-a-changing-landscape/1093a0796e2b89acc1ced8c67ddc1fc4)).

calendar_today 2026-03-03
cursor claude-code ai-agents code-generation toolchain-reliability

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