AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
Cursor Changelog·2025年9月12日 10:25·約3分で読める

スラッシュコマンド、要約機能、および改善されたエージェントターミナル

TL;DR

Cursorはカスタムスラッシュコマンド機能を提供し、チームで定型プロンプトを共有・実行できるようにした。これによりリンター実行やPR作成が効率化される。

カスタムスラッシュコマンド

再利用可能なプロンプトを作成し、チームとすばやく共有できるようになりました。コマンドは .cursor/commands/[command].md に保存されます。エージェント入力で / と入力してドロップダウンメニューからコマンドを選択することで実行できます。

これらは、リンターの実行、コンパイルエラーの修正、詳細な説明とコメンションコミットを含む PR の作成に使用しています。

要約トリガー

カーソルは、コンテキストウィンドウの制限に達した際に長い会話を自動的に要約します。今後は /summarize スラッシュコマンドでオンデマンドでコンテキストを要約できるようになりました。これは、新しいチャットを作成したくないが、コンテキストウィンドウ内のスペースを空けたい場合に役立ちます。

MCP リソースサポート

MCP リソースのサポートを追加しました。リソースを使用すると、サーバーはファイルやデータベーススキーマ、アプリケーション固有の情報など、言語モデルに文脈を提供するデータを共有できます。

さらに、MCP に対して補間変数がサポートされるようになりました。これにより、MCP サーバーの設定を定義する際に、文字列内で環境変数を使用できるようになります。

image
image

エージェント用ターミナルの改善

エージェントがシェルコマンドを実行するためにターミナルを作成することを決定した際、環境の安定性と信頼性を劇的に向上させました。

これにより、タスク完了時にコマンドが停止したり適切に終了しなかったりする既知の問題を解決し、SSH 体験も改善されました。

ターミナル UI も洗練され、実行速度が向上しました。また、シェルコマンドの実行にユーザーの承認が必要な場合に OS 通知が表示されるようになりました。

パッチ (45)

1.6.1: Git の問題修正

1.6.2: ターミナルの安定性向上

1.6.3: シェル環境の問題修正

1.6.4: CLI パースの問題修正

1.6.5: パフォーマンス改善

1.6.6: ターミレンダリングの問題修正

1.6.7: Git diff のパース機能強化

1.6.8: シェルコマンドの信頼性向上

1.6.9: MCP サーバー接続の問題修正

1.6.10: パフォーマンス最適化

1.6.11: Git ブランチ切り替えの問題修正

1.6.12: 一般的なバグ修正と安定性向上

1.6.13-1.6.23: ターミナル関連の修正

1.6.24: 安定性向上

1.6.25: MCP 管理ツールの改善

1.6.26: 要約機能と拡張機能の改善

1.6.27: ネイティブメニュー通知バッジの実装

1.6.28: ファイル読み込みパフォーマンスの向上

1.6.29: エージェント会話 UX の調整

1.6.30: エージェント TODO UX の変更

1.6.31: zsh 対応のエージェントターミナル/シェルの変更

1.6.32-35: エージェントウィンドウベータ版の変更、MCP 再インストールバグの修正

1.6.36-1.6.42: WSL におけるエージェントターミナルの改善とエージェント会話のバグ修正

1.6.42-1.6.45: Bash/ZSH の状態復元に関するさらなるエージェントターミナルの修正

原文を表示

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.

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.

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.

Patches (45)

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: Stability improvements

1.6.25: MCP admin tooling improvement

1.6.26: Summarization and extension improvements

1.6.27: Native menu notification badge

1.6.28: file loading performance improvements

1.6.29: Agent conversation UX adjustments

1.6.30: Agent TODO UX changes

1.6.31: Agent terminal/shell changes for zsh

1.6.32-35: Agent window beta changes, MCP reinstallation bug fix

1.6.36-1.6.42: WSL improvements for agent terminal and agent conversation bug fixes

1.6.42-1.6.45: Further Agent terminal fixes for Bash/ZSH state restoration.

この記事をシェア

関連記事

Cursor Changelog2026年6月5日 09:00

Cursor のデザインモード機能強化

Cursor ブラウザのデザインモードが更新され、ユーザーは要素を複数選択したり音声で指示を出したりして、エージェントに UI 変更を依頼できるようになった。

Cursor Changelog2026年6月4日 09:00

Cursor SDK にカスタムストア、カスタムツール、自動レビュー機能を追加

Cursor は TypeScript および Python SDK の新機能として、エージェントや実行メタデータの保存方法の選択、独自関数のツール化、ローカルツールの自動レビュールーティング、サブエージェントのネスト対応を実装しました。これにより、プロダクションスクリプトや CI 環境での利用が容易になります。

Cursor Changelog2026年6月4日 09:00

Canvas のデザインモードとコンテキスト使用状況レポート機能の追加

Cursor が Canvas にデザインモードを追加し、UI 要素を直接選択・注釈して編集を指示できるようになった。また、コンテキストの使用状況を把握する新機能も導入された。

今日のまとめ

AI日報で今日の重要ニュースをまとめ読み

ニュース一覧に戻る元記事を読む