OpenAI、Codex app公開 multi-agent並列作業とskills管理をdesktopに拡張
Original: Introducing the Codex app View original →
OpenAIが2026年2月2日にCodex appを公開した。これはmacOS上でmultiple agentsを同時に管理し、long-running taskを並列で進めるためのdesktop interfaceだ。OpenAIはCodexを単一のcoding assistantではなく、複数agentを指揮する"command center for agents"として再定義している。2026年3月4日のupdateではWindows対応も追加された。
中核となるのはproject threadとworktreeを組み合わせた操作モデルだ。各agentは同じrepositoryのisolated copy上で作業でき、利用者はdiffを確認し、commentを付け、必要に応じてeditorで手動介入できる。さらにCLIやIDE extensionのsession historyとconfigがapp側にも引き継がれるため、terminal中心の使い方とdesktopでのsupervisionをつなげやすい。
- projectごとのthreadでmultiple agentsを並列管理
- built-in worktree supportで同一repo内のconflictを抑えた並列作業を支援
- Figma、Linear、Vercel、PDF、spreadsheetなどのworkflowをskillsで接続
- Automationsでissue triage、release brief、CI failure summaryなどのbackground taskを定期実行
OpenAIはsecurity-by-designも強く打ち出した。Codex appはCodex CLIと同じnative、open-source、configurableなsandboxingを採用し、初期状態では現在のfolderやbranch内のファイル編集とcached web searchに限定される。network accessなどelevated permissionが必要な操作は承認フローを通す設計で、強力なagent機能と人間の監督を両立させようとしている。
配布戦略も広い。OpenAIはCodex app、CLI、web、IDE extensionをChatGPT Plus、Pro、Business、Enterprise、Eduに含め、一定期間はChatGPT FreeとGoにもCodexを開放したうえで、既存有料プランのrate limitを2倍に引き上げた。さらに過去1カ月で100万人超の開発者がCodexを使ったとしており、coding agentがspecialist toolからより広いdeveloper platformへ移りつつあることを示している。
Related Articles
OpenAIDevsは2026年3月16日、Codexでsubagentsが利用可能になったと発表した。main contextを軽く保ちながらspecialized agentへ仕事を並列分散し、各threadを個別にsteerできるようにする更新で、公式ドキュメントにはPR reviewやCSV batch fan-outの運用例もすでに載っている。
OpenAIは2026年3月11日、Responses APIにshell toolとhosted container workspaceを組み合わせたcomputer environment設計を詳説した。これによりagentはファイル操作、データ処理、network accessをより安全かつ再現性高く扱えるようになると同社は説明している。
OpenAI Developersは2026年3月21日、skills・hosted shell・code interpreter向けコンテナ起動が新しいcontainer poolにより約10倍高速になったと述べた。更新されたhosted shellドキュメントでは、`container_auto`による自動作成、`container_reference`による再利用、20分の非アクティブ後の失効が説明されている。
Comments (0)
No comments yet. Be the first to comment!