Cursor · リリースノート

新しいCLI機能とCLIパフォーマンスの向上

公開日
ベンダー
Cursor
翻訳
機械翻訳
公式 Release ノート

要点

開発チームは、モデル一覧表示・切替コマンドの新設、MCP管理機能の追加、フック処理の高速化とバグ修正を含むCLIアップデートを公開した。

日本語訳の準備中です。英語原文を表示しています。

This release introduces new CLI controls for models, MCP management, rules and commands, alongside major hooks performance improvements and bug fixes.

Model list and selection

Use the new agent models command, --list-models flag, or /models slash command to list all available models and quickly switch between them.

Rules generation and management

Create new rules and edit existing ones directly from the CLI with the /rules command.

Enabling MCP servers

Enable and disable MCP servers on the fly with /mcp enable and /mcp disable commands.

New Features (7)

Tabs are now automatically named based on chats.

New agent command is now the primary CLI entrypoint. cursor-agent remains as a backward-compatible alias.

Added agent models command, -list-models flag, and /models slash command to list all available models.

Added /mcp enable, /mcp disable commands to manage MCP servers.

Added /rules to create new rules and edit existing rules.

Added /commands to create new commands and edit existing commands.

Executed subcommands are now recorded in command history.

MCP server names with spaces are now supported in all /mcp commands.

Hooks (3)

Hooks now execute in parallel with merged responses, improving performance for projects with multiple hook scripts.

Hooks execution latency reduced by 10x.

afterFileEdit hook now correctly provides old_string with the file's previous content for proper diff capture.

Improvements & Bug Fixes (7)

Ctrl+D now follows standard shell behavior, requiring a double-press to exit.

Shift+Enter now inserts a newline instead of submitting, making it easier to write multi-line prompts.

Fixed ghost line rendering bug where deleted lines would leave visual artifacts on screen.

Fixed race condition where conversation state could be overwritten during turn completion.

Fixed "Cannot find module" error related to node-pty on some platforms.

Fixed chat name generation.

Fixed several bugs with follow-up messages.

他のツール

すべてのツールを見る →