Home / Companies / Cursor / Blog / July 2025

July 2025 Summaries

3 posts from Cursor

Filter
Month: Year:
Post Summaries Back to Blog
Bugbot, a newly launched code review agent by Cursor, aims to automatically detect logic bugs, edge cases, and security issues in pull requests (PRs) before they reach production. Developed initially for internal use, Bugbot has become an essential tool for Cursor, operating directly from the Cursor dashboard to comment on detected issues within the code. By employing advanced models and techniques, Bugbot maintains a low false positive rate and allows for custom rules via BUGBOT.md to enhance review accuracy. During its beta phase, Bugbot reviewed over a million PRs and identified more than 1.5 million issues, with over half being resolved before PRs were merged. Engineering leaders from various companies have praised Bugbot for its ability to catch nuanced bugs, reduce the time spent on code reviews, and improve the review process, especially for AI-generated code.
Jul 24, 2025 423 words in the original blog post.
The concept of "shadow workspaces" is introduced as a method to enable AI to iterate on code within development environments without disrupting the user's experience. This approach involves creating hidden windows and kernel-level folder proxies to ensure that AI can make edits, receive lints, and perform concurrent tasks without altering the actual codebase or affecting the developer's workflow. Implemented in Cursor, a modified VS Code, the shadow workspace allows AI to operate in a separate, hidden environment, maintaining user independence and privacy. However, challenges remain in achieving full runnability, especially concerning disk isolation and the limitations of file system operations on platforms like macOS and Windows. The blog post explores potential solutions, such as using the FUSE API for Linux, but notes the complexities and limitations on other operating systems, proposing the need for creative solutions or potential collaboration with platform providers. Open questions remain about creating effective proxy folders and achieving network-level independence for AI operations, with suggestions for further exploration and development in this area.
Jul 10, 2025 4,083 words in the original blog post.
In response to recent confusion over its pricing changes, Cursor has apologized and clarified the new Pro plan, which now includes $20 of frontier model usage per month and the option to purchase additional usage at cost, with unlimited usage available when using the Auto mode. Previously, pricing was based on a request model that was not intuitive for users. The adjustment aims to better reflect usage costs, especially for complex tasks, by shifting to API-based pricing. Despite most users' costs remaining stable, the company acknowledged communication missteps and offered refunds for unexpected charges incurred between June 16 and July 4. Cursor is committed to improving transparency in future pricing updates and has enhanced its documentation and dashboard to help users monitor their usage and avoid surprises.
Jul 04, 2025 597 words in the original blog post.