KI-First Code-Editor
Vollständiges Changelog mit allen Versionen seit dem ersten Release.
Neueste Version:2026-07-29
Releases insgesamt:80
Quelle:Web Changelog
Releases (80)
2026-07-28Neu
Cursor Start
28. Juli 2026
- •Generous access to Cursor models: Grok 4.5 (fixed medium effort, non-fast) and Composer (non-fast), with enough usage to build with agents every day.
- •Always-on cloud agents that build, test, and ship code while you keep working.
- •Cursor for iOS with remote control, so you can launch and steer agents from your phone.
- •Plugins, MCP servers, hooks, and skills to extend Cursor across your workflows.
- •Local pricing at ₹649 per month, tax inclusive, billed in INR with UPI or card.
2026-07-22
Cursor Router
22. Juli 2026
- •Intelligence: Frontier quality, matching the most expensive and powerful models that might be out of reach for daily use.
- •Balance: Strong quality, matching the frontier models that most people like to daily drive.
- •Cost: Good quality, reaching the highest available intelligence while optimizing token spend.
- •Per-request classification by task type and complexity
- •Optimization modes: Cost, Balance, and Intelligence
- •Admin controls: per-team and per-group enablement, mode restrictions, default mode, and model allow and block lists
- •Routed model can be displayed or hidden (hidden by default)
- •Soft and hard enforcement options for standardizing on Auto
2026-07-17
Improvements to Cursor in Slack
17. Juli 2026
- •Cursor now responds with a plan before it begins, so you can jump in and redirect early. As it works, it updates its status so you can follow each step.
- •We also refined how Cursor's responses look in Slack. In-message buttons are gone, replaced by compact footer links. Tables, PRs, and artifacts now render more cleanly.
- •From Slack, Cursor can now start in a named multi-repo environment instead of a single default repository. If your frontend, backend, and shared code live in separate repos, Cursor reads your request and targets the environment that gives it access to all of them.
- •Mid-task, when Cursor needs a repo outside the current environment, it prompts you with a Switch repository button. Click it, choose the repo or environment, and Cursor picks up right where it left off.
- •Cursor can now read from and send messages to other Slack channels and threads. During a task, it can pull context from elsewhere in the workspace and post updates back in the original thread or the relevant channel.
- •Learn more in our Slack docs.
2026-07-10
Side Chats and Conversation Search
10. Juli 2026
- •Improved repo picker grouping with options under No Repo, On This Computer, and Cloud.
- •Added the "Run on" picker that shows where your agent can run (Cloud, This Computer, or Remote Machines) and drills into the relevant choices (environments, local options, and so on) from there.
- •The branch picker opens on your default branch and recently used branches instead of a long flat list, with search for everything else.
- •Removed the Home concept so working without a repo is an explicit No Repo choice.
- •Combined all remote options—your machines, team pools, and existing remote workspaces—into one searchable Remote Machines menu.
- •Multi-repo and multi-root selection is a Select Multiple toggle inside the Cloud and This Computer flyouts, replacing the separate Set Up Workspace builder.
- •Moved search to the top of the menu.
- •Simplified the footer.
2026-06-30
MCPs and Organizations in Team Marketplaces
30. Juni 2026
- •Admins can now configure Team MCP servers once and distribute them across cloud agents, the agents window, IDE, and CLI.
- •When an admin sets up Team MCP servers for cloud agents, they can make those same servers available in a team marketplace from Dashboard -> Integrations & MCP. This allows members of the team to install approved integrations locally without configuring servers themselves.
- •Learn more in the docs on migrating existing Team MCPs.
- •Team MCP servers
- •Team marketplaces now support organization groups, in addition to team-level SCIM directory groups.
- •Marketplace organization groups
- •Under Dashboard -> Plugins -> Team Marketplaces, restrict marketplace access to specific organization groups. Marketplaces that already use SCIM directory groups keep that configuration.
- •Get started in the Cursor dashboard.
2026-06-29
Cursor Mobile App for iOS
29. Juni 2026
- •Open the Cursor mobile app, choose a repo, and launch an agent the same way you would on the desktop app. Pick any frontier model, describe ideas out loud with voice input, and use slash commands to guide Cursor in the right direction.
- •Cloud agents run in isolated virtual machines with full development environments to test, verify, and demo work. Move sessions from local to cloud to keep them running with your laptop closed.
- •Use Remote Control in the Agents Window to take an agent you're running on your computer and keep directing it from your phone.
- •Remote Control
- •You can also turn on a setting to keep your computer awake, so your machine stays reachable while you're away from your desk.
- •On Teams and Enterprise plans, admins must enable Remote Control from the Cursor Dashboard.
- •Track the status of your agents with Live Activities on your lock screen. Get push notifications when an agent finishes, needs input, or is ready for review.
- •Review demos, screenshots, logs, and diffs from your phone. Leave follow-up instructions, or merge the PR directly from the app.
2026-06-22
Customize Cursor
22. Juni 2026
- •You can now add and manage plugins, skills, MCPs, subagents, rules, commands, and hooks at the user, team, or workspace level, and even bring your own custom MCPs.
- •Cursor now shows you a leaderboard of the most popular plugins, skills, and MCPs across your team.
- •Add any to your setup with one click from the new Customize page and extend Cursor for your workflow.
- •Plugins now support prebuilt canvases: shared setup templates your team can open and reuse.
- •Use the Hex Canvas to build data visualizations.
- •Use the Atlassian Canvas to see a realtime view of all our issues, projects, and documents.
- •Team marketplaces now support imports of plugin repositories from GitLab, BitBucket, or Azure DevOps so you easily add plugins and distribute them to your team.
- •Learn more in our docs.
2026-06-18
Improvements to Cursor Automations
18. Juni 2026
- •Issue comment: when a comment is made on a non-PR issue
- •PR review comment: when an inline comment is left on a pull request diff
- •PR review submitted: when a PR review is submitted
- •Review thread updated: when a review thread on a pull request is marked resolved or unresolved
- •Workflow run completed: when a GitHub Actions workflow run finishes on a pull request or branch
- •Automations can now be saved in an incomplete state, so you can navigate away to set up an MCP auth without losing your progress
- •Automations can now open PRs by default; so you no longer have to specify that tool in the UI
- •You can now delete memory files in the UI, or prompt your automation to delete outdated memories when it runs
2026-06-17
Cloud Environment Setup and Cloud Subagents in Agents Window
17. Juni 2026
- •Cursor can now help you set up your dev environment in the cloud in less than 10 minutes. You can watch the agent's progress in a shared terminal session as it handles setup tasks like installing dependencies.
- •Your environment is captured in a reusable snapshot, so future cloud agents start up faster with the ability to test changes by running your software. It can iterate over long time horizons until outputs are verified. This benefits your entire team when committed to
.cursor/environment.json. - •Cloud environment setup
- •Use
/in-cloudto spin up a cloud subagent in its own VM to work on the next task you submit. It runs on its own VM and branch, so your local workspace stays clean and responsive. - •This is especially useful for isolating long-running or parallel work like fixing CI, investigating an issue, or exploring a codebase while you keep working locally.
- •You can also ask a cloud subagent to babysit a PR by clicking on the quick-action pill or using
/babysit. The cloud agent will iterate remotely to prepare your PR for merge without tying up the local session. - •The cloud subagent can run in the background without interrupting the parent agent, which can continue to run locally or in the cloud.
- •Move agent sessions more reliably between your local computer and the cloud. You can offload long-running work from your machine and run as many cloud agents in parallel as you want. Pull a cloud agent back down to local to test changes yourself.
2026-06-10
Bugbot is now over 3x faster, 22% cheaper, and finds 10% more bugs
10. Juni 2026
- •Bugbot is now over 3x faster, 22% cheaper, and finds 10% more bugs per review.
- •These performance gains are made possible by progress we've made training Composer 2.5, which now powers Bugbot. Bugbot respects model block lists, and speed and performance can vary depending on your configuration.
- •You can now run Bugbot and Security Review with
/reviewbefore pushing code./reviewprompts you to choose which agents to run, or use/review-bugbotand/review-securitydirectly. - •
/reviewalso syncs with Bugbot on GitHub and GitLab. If you run/reviewand then open a PR with the same diff, Bugbot recognizes it, skips the review, and leaves a comment noting it has already reviewed that diff. - •Available in Cursor 3.7+ and on cursor.com/agents, with support in CLI coming soon.
- •You can now configure Bugbot to only review what's new since the last review, keeping feedback focused on your latest updates.
- •Learn more in our docs.
2026-06-05
Design Mode Improvements
5. Juni 2026
- •Click on two or more elements together in the browser. Cursor sees the selected elements, their code, the surrounding layout, and the visual relationships on the page.
- •Ask the agent to make one match the other, remove repeated content, or adjust a group of components at once.
- •Narrate changes through the Design Mode overlay. The mic stays available while an agent is mid-run, so you can queue the next change by voice without waiting for the previous one to finish.
2026-06-04
Custom stores, custom tools, and auto-review for the Cursor SDK
4. Juni 2026
- •Run correlation: Every
send()now carries a platform-generatedrequestId, exposed onRunandRunResultand persisted across the in-memory, SQLite, and JSONL stores. Tie a script or CI run to backend logs, analytics, and support threads without inferring it fromagentId. - •Reliable `wait()` on local runs: Local runs no longer resolve
wait()before the terminal result is written. Hydration keeps refreshing until the run reaches a final state, so automation reads a complete result. - •Safe checkpoints on dispose: Disposing a local agent no longer removes checkpoint data when a root reference is missing but checkpoint blobs still exist. The agent directory is only cleared when there's genuinely nothing left to keep.
- •Cloud streaming over HTTP/1.1: Cloud agent sessions now stream correctly on HTTP/1.1 transports used by some proxies, older Node fetch stacks, and certain CI images. HTTP/2 behavior is unchanged.
- •Lighter import: Importing
@cursor/sdkno longer eagerly loads the full local agent stack. Cloud-only and type-only consumers skip the local runtime cost until the first local call, with no API change. The first local call pays a one-time import, then stays cached. - •Self-contained TypeScript types: Published
.d.tsfiles no longer reference unpublished workspace packages. This fixesTS2305andTS2307errors underskipLibCheck: falseand silentanyon stream types likeTurnEndedUpdate. - •Bundled ripgrep: Local shell runs use the bundled platform
rgbinary without modifying your globalPATH. On Windows, prepending ripgrep no longer clobbers thePathvariable. - •Composer 2 routes to Composer 2.5: SDK clients still pinning retired
composer-2slugs are routed to Composer 2.5 automatically, keeping fast variants intact, so older scripts keep running.
2026-06-04
Canvas Design Mode and Context Usage Report
4. Juni 2026
- •Shared canvases can now be opened full-screen in the browser, making them easier to present to others.
- •Added the ability for agents to embed buttons in canvases that will run a specific prompt when clicked.
- •Improved the agent's ability to fix canvas type errors.
- •Improved component styling, and added more chart customization functionality.
2026-06-03
Organizations for Cursor Enterprise
3. Juni 2026
- •Multi-team support so users can be on multiple teams at once
- •Organization-level IDP management
- •Organization-level usage analytics, with drill downs to each team
- •Admins can move users between teams through the dashboard, API, or CSV
- •New users joining a team inherit settings and permissions automatically
2026-05-29
Auto-review Run Mode
29. Mai 2026
- •Auto-review applies to Shell, MCP, and Fetch tool calls. Allowlisted calls run immediately, and calls that can be sandboxed run in the sandbox. All other agent actions go to a classifier subagent that decides whether to allow the call, try a different approach, or ask for your approval.
- •Configure your run mode in Settings > Cursor Settings > Agents > Approvals & Execution. You can also steer the classifier agent by giving it custom instructions.
- •Learn more in our docs.
2026-05-20
Shared Canvases and /loop Skill
20. Mai 2026
- •Canvases are interactive artifacts created by agents, like reports, dashboards, and custom interfaces. Instead of sharing a full chat thread, you can share a link to a live snapshot of a canvas for teammates to open in the browser.
- •View your team's shared canvases in the Cursor Dashboard with read-only access. Shared canvases are available on Pro, Teams, and Enterprise plans.
- •Learn more in our docs.
- •With /loop, Cursor can run a prompt repeatedly on a local schedule, until a certain outcome is achieved, or until you stop it. If you don't specify a fixed interval, the agent decides when or what event should wake it.
- •Use the /loop skill for local long-running agents. For example, you can ask it to “check deploy status every 5 minutes” or “work on this feature until tests pass.”
2026-05-20
Improvements to Cursor Automations
20. Mai 2026
- •Slack digest agent: Summarizes unread DMs and key Slack channels every morning and prioritizes them by importance
- •Product analytics agent: Delivers a weekly digest of key metrics from your data warehouse like Databricks
- •Product FAQ agent: Watches a Slack channel for questions and writes a first response based on docs, codebase context, and past threads
- •Product finance agent: Pulls financial data from a billing provider like Stripe for recurring revenue reports
- •Customer health agent: Monitors key systems like Granola, Slack, and Databricks and flags accounts where health signals are shifting
2026-05-19
Cursor in Jira
19. Mai 2026
- •Assign work items to Cursor, or mention
@Cursorin a comment to kick off a cloud agent. Cursor uses the work item title, description, comments, and your team's repository settings to scope the task. - •You can ask Cursor to fix bugs, add features, update tests, or investigate something described in the ticket. When the agent finishes, Jira shows completion updates and includes a link to the pull request.
- •Install the integration from Cursor integrations. You need Cursor admin access and Jira Commercial Cloud with Rovo enabled. Learn more in our docs.
2026-05-13
Full-screen Tabs and Compact Chats
13. Mai 2026
- •Compact: shows concise results with minimal tool traces
- •Balanced: includes important intermediate steps
- •Detailed: provides near-complete step-by-step context
- •Improved PR tabs by adding clearer review states, better reviewer/thread visibility, and more predictable PR tab actions.
- •Improved long-chat scrolling to make it smoother, added better undo grouping in prompt input, and improved behavior while streaming.
- •Added clearer status text for background/resumed tasks.
- •Added cleaner environment/repo selection and better persistence when switching contexts.
- •Improved MCP auth token lifecycle handling.
2026-05-13
Development environments for cloud agents
13. Mai 2026
- •This release introduces new tools for teams to configure development environments for their agents. Cursor also can use these tools to set up and maintain environments for you. Together, this makes it easier for teams to run fleets of parallelized agents that handle tasks from end-to-end, inside development environments you fully control.
- •Cloud agents and automations now support multi-repo environments, building off our work on multi-root workspaces. You can configure a single environment with all the repositories an agent needs for its work, with re-use across sessions.
- •To make it easier to change, debug, and review environment definitions, we have improved Dockerfile-based configuration.
- •This includes support for build secrets, making it easy to securely access private package registries directly from your Dockerfiles. Build secrets are scoped to the build step and aren't passed to the running agent's environment.
- •We've also upgraded layer caching, so that only the updated layers of your image rebuild when you change the Dockerfile. Builds that hit the cache run 70% faster.
- •As Cursor configures your environment, it will ask you questions, flag missing credentials, and validate that your environment is set up properly.
- •Cursor will always show you the version of the environment your agent is running in. If your environment configuration fails, it will default to a base image with clear warning signs so that your cloud agents can keep running instead of immediately failing.
- •Every development environment now has its own version history that users can review and roll back. Admins can also restrict rollback permissions to admins only. An audit log captures every action team members take on environments, giving security teams full visibility into who changed what.
2026-05-11
Cursor in Microsoft Teams
11. Mai 2026
- •Mention @Cursor in any Teams channel to delegate a task to a cloud agent or pull information from Cursor into Teams.
- •Cursor automatically picks the right repository and model based on your prompt and recent agent activity. It reads the entire thread for context before implementing a solution and creating a PR for your team to review.
- •Get started by installing the integration in the Cursor dashboard. Learn more in our docs.
2026-05-11
Bugbot Effort Levels
11. Mai 2026
- •Default: Bugbot continues to use the same effort level as it does today. Optimized for efficiency and speed.
- •High: Bugbot spends more time reasoning. Reviews are more expensive and take longer, but Bugbot may find more bugs.
- •Custom: Describe in natural language when Bugbot should use default or high effort. Cursor will dynamically set effort levels based on your instructions.
- •With default effort, Bugbot finds 0.7 bugs per run, on average. Over 79% of these bugs are resolved by users at merge time.
- •With high effort, Bugbot finds 0.95 bugs per run, on average.
2026-05-07
PR Review, Build Plan in Parallel, and Split PRs
7. Mai 2026
- •The Reviews tab now shows inline review threads and top-level PR comments.
- •The Commits tab gives you a focused view of commit history for the PR.
- •The Changes tab makes it easier to navigate larger PRs with a file tree and changes picker.
- •Added the ability to control Explore subagent behavior from settings: choose a specific model for Explore subagents to run on, inherit the same model as the parent agent, or disable Explore subagents altogether.
- •Added support for general model names for subagent configuration (i.e., set
model: opusto have subagents always use the newest Opus model). - •
/multitaskis now available in the editor for running async subagents to parallelize your requests instead of adding them to the queue. - •Improved prompt input undo grouping, so undo/redo feels more natural during edits.
- •Improved long-chat handling and reduced jumpiness and other surprising behaviors.
2026-05-04
Model controls, spend management, and usage analytics
4. Mai 2026
- •Admins can now set more granular allow or blocklists at the model and provider level. You can block entire providers or specific model configurations for speed and context window size.
- •Enterprises also have the option to block new providers or model versions by default.
- •Customers with existing blocklists will need to migrate to the new system by June 1st. Admins should go to their team model settings in the Cursor dashboard to get started.
- •Admins can now set soft limits instead of hard limits to avoid blocking users. Cursor can also monitor usage and sends automatic alerts to users reaching 50%, 80%, and 100% of their soft or hard limits.
- •This keeps users productive while giving admins and users visibility into consumption patterns.
- •Go to the spend management settings in the Cursor dashboard to get started.
- •Admins can now filter usage by specific users, or break it down by product surface: clients, Cloud Agents, automations, Bugbot, and Security Review.
- •Go to the usage analytics tab in the Cursor dashboard to get started.
2026-04-30
Cursor Security Review
30. April 2026
- •Security Reviewer checks every PR for security vulnerabilities, auth regressions, privacy and data-handling risks, agent tool auto-approvals, and prompt injection attacks. It will leave inline comments at the exact diff location with severity and remediation.
- •Security Reviewer leaving inline comments on a pull request diff.
- •Vulnerability Scanner runs scheduled scans of your codebase to check for known vulnerabilities, outdated dependencies, and configuration issues. You can configure it to send updates of its findings in Slack.
- •Vulnerability Scanner findings and scheduled scans in Cursor.
- •Customize Cursor-managed security agents by adjusting triggers, adding your own instructions, giving them custom tooling, and choosing how outputs are shared. For example, you can plug in MCP servers for your existing SAST, SCA, and secrets scanners for Cursor to use as part of the review.
- •We're also continuously improving the runtime, harness, and models powering Cursor Security Review for a strong out-of-the-box experience.
- •Security agents draw from your existing usage pool. Admins can enable Security Review in the Cursor dashboard to get started.
2026-04-29
Build programmatic agents with the Cursor SDK
29. April 2026
- •Reworked the API around durable agents and per-prompt runs, so follow-ups, status, streaming, and cancellation are now run-scoped.
- •Added first-class run streaming with SSE events, reconnect support via
Last-Event-ID, and clearer terminal states. - •Added explicit agent lifecycle controls with archive, unarchive, and permanent delete.
- •Standardized v1 response and error shapes, including structured error codes,
itemslist responses, and separateagent/runobjects.
Zeige 30 von 80