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

AIニュース最前線

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

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

「Bugbot」「全ユーザー向けBackground Agent公開」「ワンクリックMCPインストール」

TL;DR

Cursorはバージョン1.0をリリースし、自動コードレビュー機能Bugbot、全ユーザー向けBackground Agent公開、ワンクリックMCP設定などを提供した。

Cursor 1.0 が登場しました!

今回のリリースでは、コードレビュー用の Bugbot、メモリーズの初公開、ワンクリック MCP セットアップ、Jupyter サポート、そして Background Agent の一般提供が実現します。

Bugbot による自動コードレビュー

Bugbot は自動的に PR をレビューし、潜在的なバグや問題を検出します。

問題が見つかった場合、Bugbot は GitHub 上のあなたの PR にコメントを残します。"Fix in Cursor"をクリックすると、編集画面に戻り、問題修正のためのプリセットされたプロンプトが自動入力されます。

設定方法は、Bugbot のドキュメントに記載されている手順に従ってください。

すべてのユーザー向け Background Agent

数週間前に早期アクセスとしてリモートコーディングエージェントである Background Agent をリリースして以来、初期の反応は好意的でした。

現在、Background Agent を全ユーザーに拡大します!チャット内のクラウドアイコンをクリックするか、プライバシーモードが無効になっている場合は Cmd/Ctrl+E キーを押すことで、すぐに使用を開始できます。プライバシーモードを有効にしているユーザー向けにも、近日中に利用可能にする方法を準備しています!

image
image

Jupyter Notebook でのエージェント機能

Cursor で Jupyter Notebook の変更を実行できるようになりました!

エージェントは now、研究やデータサイエンスのタスクにとって大きな改善となるよう、Jupyter 内で複数のセルを直接作成・編集します。まずは Sonnet モデルのみでサポートされます。

メモリーズ

Memories(記憶)機能により、Cursor は会話から事実を記憶し、将来それらを参照できるようになります。記憶はプロジェクトごとに個人レベルで保存され、設定画面から管理できます。

Memories はベータ版機能として展開中です。開始するには、設定 → ルール から有効化してください。

MCP のワンクリックインストールと OAuth サポート

Cursor で MCP サーバーをワンクリックでセットアップできるようになりました。OAuth サポートと組み合わせることで、対応するサーバーの認証も容易に行えます。

cursor.com/docs/tools にて、Cursor に追加できる公式 MCP サーバーの厳選リストをご用意しています。

MCP 開発者の皆様は、ドキュメントや README に「Add to Cursor(Cursor に追加)」ボタンを追加することで、簡単に自分のサーバーを開発者に公開できます。同様のボタンは cursor.com/docs/deeplinks で生成可能です。

より充実したチャット応答

Cursor は now、会話内で可視化をレンダリングできるようになりました。特に、Mermaid 図(Mermaid diagrams)や Markdown テーブルが、同じ場所で生成・表示可能となりました!

新しい設定とダッシュボード

今回のリリースにより、設定画面とダッシュボードページに洗練が加えられました。

新ダッシュボードでは、個人またはチームの利用状況分析を表示したり、表示名を更新したり、ツールやモデル別に詳細な統計情報を閲覧したりできます。

image
image
image
image

キーボードショートカット (1)

Cmd/Ctrl+E でバックグラウンドエージェントのコントロールパネルを開く

改善点 (4)

@Link とウェブ検索機能により、PDF の解析が可能になり、コンテキストに含められるようになりました。

設定画面でネットワーク診断を実行し、接続状態を確認できるようになりました。

並列ツール呼び出しにより、応答速度が向上しました。

チャット内でツール呼び出しを折りたためる機能が追加されました。

アカウント (3)

エンタープライズユーザーは安定版のみ利用可能となり、プレリリース版へのアクセスは制限されます。

チーム管理者はプライバシーモードの無効化が可能になりました。

チーム向け管理 API が導入され、使用量メトリクスや支出データの取得が可能になりました。

モデル (1)

Gemini 2.5 Flash の Max モードが利用可能になりました。

パッチ (1)

1.0.1

Background Agent に関する不具合修正と機能改善

原文を表示

Cursor 1.0 is here!

This release brings Bugbot for code review, a first look at memories, one-click MCP setup, Jupyter support, and general availability of Background Agent.

Automatic code review with Bugbot

Bugbot automatically reviews your PRs and catches potential bugs and issues.

When an issue is found, Bugbot leaves a comment on your PRs in GitHub. You can click "Fix in Cursor" to move back to the editor with a pre-filled prompt to fix the issue.

To set it up, follow instructions in our Bugbot docs.

Background Agent for everyone

Since we released Background Agent, our remote coding agent, in early access a few weeks ago, early signals have been positive.

We're now excited to expand Background Agent to all users! You can start using it right away by clicking the cloud icon in chat or hitting Cmd/Ctrl+E if you have privacy mode disabled. For users with privacy mode enabled, we'll soon have a way to enable it for you too!

Agent in Jupyter Notebooks

Cursor can now implement changes in Jupyter Notebooks!

Agent will now create and edit multiple cells directly inside of Jupyter, a significant improvement for research and data science tasks. Only supported with Sonnet models to start.

Memories

With Memories, Cursor can remember facts from conversations and reference them in the future. Memories are stored per project on an individual level, and can be managed from Settings.

We're rolling out Memories as a beta feature. To get started, enable from Settings → Rules.

MCP one-click install and OAuth support

You can now set up MCP servers in Cursor with one click, and together with OAuth support, you can easily authenticate servers that support it.

We've curated a short list of official MCP servers you can add to Cursor at cursor.com/docs/tools.

If you're an MCP developer, you can easily make your server available to developers by adding a *Add to Cursor* button in your documentation and READMEs. Generate one at cursor.com/docs/deeplinks.

Richer Chat responses

Cursor can now render visualizations inside of a conversation. In particular, Mermaid diagrams and Markdown tables can now be generated and viewed in the same place!

New Settings and Dashboard

The setting and dashboard page have gotten some polish with this release.

With the new Dashboard, you can view your individual or team's usage analytics, update your display name, and view detailed statistics broken down by tool or model.

Keyboard (1)

Open Background Agent control panel with Cmd/Ctrl+E

Improvements (4)

@Link and web search can now parse PDFs and include in context

Network diagnostics in settings to verify connectivity

Faster responses with parallel tool calls

Collapsable tool calls in Chat

Account (3)

Enterprise users can only access stable release (no pre-release)

Team admins can now disable Privacy Mode

Admin API for teams to access usage metrics and spend data

Models (1)

Max mode is now available for Gemini 2.5 Flash

Patches (1)

1.0.1

Fixes and improvements to Background Agent

この記事をシェア

関連記事

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日報で今日の重要ニュースをまとめ読み

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