Sep 11, 2025
1.6
Slash commands, summarization and improved Agent terminal
Custom slash commands
You can now create reusable prompts and quickly share them with your team. Commands are stored in .cursor/commands/[command].md
. Run them by typing /
in the Agent input and selecting the command from the dropdown menu.
We've been using them for running linters, fixing compile errors, and creating PRs with detailed descriptions and conventional commits.
0:00
-0:00
Summarization triggers
Cursor automatically summarizes long conversation for you when reaching the context window limit. You can now summarize context on-demand with the /summarize
slash command. This can be useful when you don't want to create a new chat, but want to free up space in the context window.
0:00
-0:00
MCP Resources support
We've added support for MCP Resources. Resources allow servers to share data that provides context to language models, such as files, database schemas, or application-specific information.
Additionally, interpolated variables are now supported for MCP. This enables using environment variables in strings when defining configuration for MCP servers.
Improved terminal for Agent
When Agent decides to create a terminal to run shell commands, we've dramatically improved the stability and reliability of the environment.
This solves known issues around terminal commands hanging and not properly exiting when completing tasks, as well as improving the SSH experience.
We've also polished the terminal UI, made it faster to run, and added OS notifications when shell commands require user approval.
0:00
-0:00
Patches (26)
- 1.6.1: Fixed git issues
- 1.6.2: Improved terminal stability
- 1.6.3: Fixed shell environment issues
- 1.6.4: Fixed CLI parsing issues
- 1.6.5: Performance improvements
- 1.6.6: Fixed terminal rendering issues
- 1.6.7: Enhanced git diff parsing
- 1.6.8: Shell command reliability improvements
- 1.6.9: Fixed MCP server connection issues
- 1.6.10: Performance optimizations
- 1.6.11: Fixed git branch switching issues
- 1.6.12: General bug fixes and stability improvements
- 1.6.13-1.6.23: Terminal fixes
- 1.6.24: Support for gpt-5-codex
- 1.6.25: MCP admin tooling improvement
- 1.6.26: Summarization and extension improvements