ChatGPT デスクトップと Codex CLI、他社エージェントからのインポート機能を追加
本文の状態
日本語全文を表示中
詳細モードで約5分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
TLDR AI
OpenAI は ChatGPT デスクトップアプリおよび Codex CLI に新機能を追加し、Claude Code や Cursor などの他社エージェントから設定やプロジェクトを直接インポートできる仕組みを提供した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月13日 22:29
AI深層分析
キーポイント
クロスプラットフォームのデータ移行機能
ChatGPT デスクトップアプリと Codex CLI が、Claude Code、Claude Cowork、Cursor からの設定、スキル、プラグイン、プロジェクトを直接読み込む機能を備えた。
既存環境の非破壊的統合
インポート処理はユーザーの既存エージェント設定を変更または削除せず、追加された作業を並行して維持する設計となっている。
同期と自動更新のサポート
ChatGPT デスクトップアプリでは、インポートしたワークフローを元のエージェントと自動的に同期させるオプションが提供される。
インポート完了後のステータス確認と設定
インポート完了後、アプリは左下隅にステータスカードを表示し、追加の設定が必要なプラグや接続を指摘する。ユーザーは「Finish」を選択してプロンプトに従い、セットアップを完了させる必要がある。
信頼前に確認すべき重要な項目
ツールの制限や権限、MCP サーバー設定の認証情報、フックの挙動変化、および引数に依存するプロンプトテンプレートなど、インポート後のセットアップを精査しなければならない。
重要な引用
Importing doesn't change or delete your existing agent setup.
The desktop app can import from Claude Code, Claude Cowork, or Cursor.
Review imported setup before you rely on it, especially:
When the app flags an item that needs attention, select Finish and follow the prompts to complete setup.
編集コメントを表示
編集コメント
他社ツールからのデータ移行を公式にサポートすることは、開発者体験の向上とエコシステムの開放性を示す重要な一歩である。これにより、ユーザーは特定のプラットフォームに縛られずに最適なツールを組み合わせて利用できるようになる。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
インポートフローを使って、別のエージェントから指示、設定、スキル、プラグイン、プロジェクト、最近の作業を ChatGPT デスクトップアプリまたは Codex CLI に取り込むことができます。
デスクトップアプリでは Claude Code、Claude Cowork、Cursor からインポートできます。Codex CLI では Claude Code または Cursor からのインポートに対応しています。
デスクトップアプリでは対応する項目を直接インポートでき、認証が必要なプラグインや接続の設定も完了できます。また、インポートした作業を自動更新で元のエージェントと同期させることも可能です。
インポートを行っても、既存のエージェント設定が変更されたり削除されたりすることはありません。
デスクトップアプリでのインポート
- ChatGPT デスクトップアプリで Settings > Import を開きます。もし「Import」がまだ設定項目として表示されていない場合は、General を開き、「Import other agent setup」を探してください。
- Import を選択します。
- インポート元のエージェントを選択し、Continue をクリックします。
- Select items to import の画面で取り込む内容を選び、Continue をクリックします。
- インポートが完了したら、インポートされたプロジェクトまたはチャットを開いて作業を続けます。
インポートした作業の同期
ChatGPT デスクトップアプリで Settings > Import を開き、「自動更新」をオンにすると、インポートした作業を元のエージェントと常に同期状態に保つことができます。同じ設定画面から、過去のインポート履歴も確認できます。
Codex CLI でのインポート
- ローカルの Codex CLI セッションを開始し、
/importと入力します。 - Claude Code または Cursor を選択します。
- インポートしたい対応する設定、プロジェクトファイル、最近のチャットを選択します。
インポートされた設定を確認し、Codex で作業を続行してください。
Codex CLI は過去 30 日間の最大 50 チャットをインポートします。ただし、タスク実行中やリモートセッション中、ローカルアプリサーバーのデーモンに接続している間は /import コマンドは使用できません。詳細については CLI スラッシュコマンド をご覧ください。
インポートフローでは、ユーザーレベルの設定と既存プロジェクトの両方がチェックされます。ユーザーレベルの設定はマシン上のファイルから取得され、プロジェクトレベルの設定は選択したリポジトリやフォルダ内のファイルから取得されます。
インポート時に ChatGPT は以下の処理を行います:
- サポートされている設定と直近の作業を検出します。
- 選択した項目をインポートします。
- 既存のエージェント設定は変更しません。
- インポートされたプラグインや接続に、追加の設定が必要かどうかを確認します。
- 設定完了が必要な場合はステータスカードを表示します。
| インポート対象アイテム | 宛先 |
|---|---|
| 指示ファイル | `AGENTS.md` |
settings.json | `config.toml` |
| スキル | スキル |
| プラグイン | プラグイン |
| 既存のプロジェクトフォルダ | 同じフォルダを使用するプロジェクト |
| Claude Code からのプロジェクトメモリ | メモリー |
| 過去 30 日間のチャット | ChatGPT のチャット |
| MCP サーバー設定 | Codex MCP 設定 |
| フック | Codex フック |
| スラッシュコマンド | スキル |
| サブエージェント | Codex エージェント |
インポートが完了すると、アプリの左下にステータスカードが表示されます。インポートされたプラグインや接続に設定が必要な場合、このカードでその旨を通知します。
アプリが注意が必要な項目を検知したら、Finish(完了)を選択し、指示に従って設定を完了してください。
信頼する前に、インポートされた設定内容を必ず確認してください。特に以下の点にご注意ください:
- 読み込まれたスキルやエージェントにおけるツールの制限や権限。
- カスタム認証、ヘッダー、環境変数、またはトランスポートを使用している MCP サーバーの設定(再ログインが必要な場合があります)。
- インポート後に動作が異なる可能性があるフック。
- 手動でのフォローアップが必要なプラグイン、マーケットプレイス、その他の設定項目。
- 引数、シェル展開、ファイルパスプレースホルダーに依存するプロンプトテンプレートやコマンド形式のプロンプト。
インポート完了後、読み込んだプロジェクトのいずれかを開いて作業を続行してください。次のタスクを開始するためのガイドについては、Use ChatGPT をご覧ください。
原文を表示
Use the import flow to bring instructions, settings, skills, plugins, projects,
and recent work from another agent into the ChatGPT desktop app or Codex CLI.
The desktop app can import from Claude Code, Claude Cowork,
or Cursor. Codex CLI can import from Claude Code or Cursor.
The desktop app imports supported items directly and lets you finish setup for
imported plugins or connections that need authorization. You can also keep
imported work in sync with automatic updates.
Importing doesn’t change or delete your existing agent setup.
Import in the desktop app
- In the ChatGPT desktop app, open Settings > Import. If Import isn’t
available as a settings section yet, open General and find Import other
agent setup.
- Select Import.
- Choose the agents you want to import from, then select Continue.
- On Select items to import, choose what to bring over, then select Continue.
- After the import finishes, open an imported project or chat to continue working.
Keep imported work in sync
In the ChatGPT desktop app, open Settings > Import and turn on automatic
updates to keep imported work in sync with the original agent. You can also
review your import history from the same settings section.
Import in Codex CLI
- Start a local Codex CLI session and type /import.
- Choose Claude Code or Cursor.
- Select the supported setup, project files, and recent chats you want to
import.
- Review the imported configuration and continue working in Codex.
Codex CLI imports up to 50 chats from the last 30 days. The /import command
isn’t available during a running task, in a remote session, or while connected
to a local app-server daemon. See [CLI slash
commands](https://learn.chatgpt.com/docs/developer-commands?surface=cli#cli-import-claude-code-or-cursor-setup-with-import).
The import flow checks both your user-level setup and your existing projects.
User-level setup comes from files on your machine. Project-level setup comes
from files in the repositories and folders you select.
When you import, ChatGPT:
- Detects supported setup and recent work.
- Imports the items you select.
- Leaves your existing agent setup unchanged.
- Checks whether imported plugins or connections still need setup.
- Shows a status card when you need to finish setup.
| Imported item | Destination |
|---|---|
| Instruction files | `AGENTS.md` |
settings.json | `config.toml` |
| Skills | Skills |
| Plugins | Plugins |
| Existing project folders | Projects using the same folders |
| Project memories from Claude Code | Memories |
| Chats from the last 30 days | ChatGPT chats |
| MCP server configuration | Codex MCP configuration |
| Hooks | Codex hooks |
| Slash commands | Skills |
| Subagents | Codex agents |
When the import completes, the app shows a status card in the lower-left corner.
If an imported plugin or connection still needs setup, the card calls it out.
When the app flags an item that needs attention, select Finish and follow the
prompts to complete setup.
Review imported setup before you rely on it, especially:
- Tool restrictions or permissions in imported skills and agents.
- MCP server settings that use custom authentication, headers, environment
variables, or transports. You may need to sign in again.
- Hooks whose behavior may differ after import.
- Plugins, marketplaces, or other setup that needs manual follow-up.
- Prompt templates or command-style prompts that depend on arguments, shell
interpolation, or file-path placeholders.
Once the import finishes, open one of your imported projects and continue from
there. See Use ChatGPT for guidance on starting your
next task.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み