| 環境変数からのOPENAI_API_KEY読み込みを廃止 (#3189) | Breaking change: OPENAI_API_KEY is no longer read from the environment (#3189) |
| GPT-5-Codexモデルを導入し、性能と制御性を向上 | Introduce GPT-5-Codex model with improved performance and steerability |
| codex resumeによる過去セッション再開機能を追加 (#3537, #3625) | Add resuming old sessions with codex resume (#3537, #3625) |
| 統合実行の改善 (#3288, #3479) | Unified execution improvements (#3288, #3479) |
| 統合実行の競合状態を修正 (#3644) | Fix race condition in unified execution (#3644) |
| タイムアウト時にコマンド出力を含めるよう変更 (#3576) | Include command output on timeouts (#3576) |
| コマンドがパッチとして解析される場合は実行しないよう修正 (#3382) | Do not execute when command parses as a patch (#3382) |
| サンドボックスのタイムアウト処理を改善 (#3435) | Improve sandbox timeout handling (#3435) |
| ChatGPTとAPIキー認証の同時使用を防ぐ修正 (#3611) | Fix login flow allowing simultaneous ChatGPT and API key auth (#3611) |
| ログインURL文字の残留を修正 (#3639) | Fix stray login URL characters (#3639) |
| カスタムプロバイダーのget_auth_statusを修正 (#3581) | Fix get_auth_status for custom providers (#3581) |
| JSON-RPCにSetDefaultModelを追加し、Noneでデフォルトをクリア (#3512, #3529) | Add SetDefaultModel and None clears default in JSON-RPC (#3512, #3529) |
| JSON-RPCにUserInfoを追加 (#3428) | Add UserInfo to JSON-RPC (#3428) |
| NewConversationResponseにreasoning_effortを追加 (#3506) | Add reasoning_effort in NewConversationResponse (#3506) |
| MCPインターフェースとドキュメントを初期実装 (#3543, #3507, #3345) | Initial MCP interface and documentation (#3543, #3507, #3345) |
| シェル記述を標準化 (#3514) | Standardize shell description (#3514) |
| 新しいオンボーディングフローとアニメーションを追加 (#3398, #3631, #3590, #3627) | New onboarding flow and animation (#3398, #3631, #3590, #3627) |
| 再開時に一貫したヘッダーを表示 (#3615, #3592) | Show consistent headers on resume (#3615, #3592) |
| TUIの間隔とパディングを改善 (#3469, #3471, #3472, #3474) | Improve TUI spacing and padding (#3469, #3471, #3472, #3474) |
| 中断とステータスのスタイルを改善 (#3470) | Improve interruption and status styling (#3470) |
| 実験的な自動コンテキスト圧縮を追加 (#3446) | Add experimental automatic context compaction (#3446) |
| デフォルトサンドボックスを拡張 (#3483) | Expand default sandbox (#3483) |
| Azure Responses APIの回避策を追加 (#3528) | Add Azure Responses API workaround (#3528) |
| AzureでのアイテムID保持を改善 (#3542) | Preserve more item IDs in Azure (#3542) |
| レビューモードのコア機能を追加 (#3401) | Add Review Mode core functionality (#3401) |
| 圧縮後の再開とフォークに対応 (#3533) | Handle resuming and forking after compact (#3533) |
| ワークスペースルートを環境コンテキストに追加 (#3375) | Put workspace roots in the environment context (#3375) |
| gpt-5プロンプトにファイル参照ガイドラインを追加 (#3651) | Add file reference guidelines to gpt-5 prompt (#3651) |