Change8

Cursor cli

Component

Updates related to the cli component of Cursor.

2 releases9 features2 bug fixesView all Cursor releases

All CLI Features

  • Introduced Subagents, specialized, independent agents that run in parallel with custom configurations for faster, more focused task execution.(2.4)
  • Enabled direct image generation from the agent using text descriptions or reference uploads, saving previews inline and to the assets/ folder.(2.4)
  • Launched Cursor Blame (Enterprise plan feature) extending git blame with AI attribution, showing which lines were AI-generated (by Tab completions or agent runs) versus human-written.(2.4)
  • Added the ability for agents to ask clarifying questions during Plan and Debug modes, allowing them to continue working while waiting for user input.(2.4)
  • Enabled building custom subagents and skills that utilize the new 'ask question tool'.(2.4)
  • Added the agent models command to list all available models.(CLI)
  • Enabled quick switching between models using the --list-models flag or the /models slash command.(CLI)
  • Introduced the /rules command to create new rules and edit existing ones directly from the CLI.(CLI)
  • Enabled enabling and disabling MCP servers on the fly using the /mcp enable and /mcp disable commands.(CLI)

All CLI Bug Fixes

  • Fixed 11 unspecified bugs (as noted in the release notes summary).(2.4)
  • Fixed unspecified bug fixes related to CLI operations.(CLI)

Releases with CLI Changes