変更点(日本語要約)
- カスタムエージェントは、フロントマターで `include-custom-instructions: true` を設定することで AGENTS.md、copilot-instructions.md、CLAUDE.md といったリポジトリ指示ファイルを利用できるようになりました。
- plugin-directory、discovery、working-directory のオーバーライドなしでアクティブなセッションを再開しても、リロード後に marketplace プラグインとスキルが維持されます。設定の読み取りや検証の失敗でアクティブなプラグインが破棄されることはなくなりました。ファイル欠落および意図的な削除の挙動は変更されていません。
- /sandbox policy は、構成されている設定を使用してローカルネットワークアクセスを報告するようになりました。
- ターン終了時に開発サーバーなどのバックグラウンドシェルがまだ稼働している場合、ステータス行は「Working」ではなくバックグラウンドシェルの待機中であることを表示するようになりました。
- トランスクリプトファイルに回復可能な破損が含まれている場合でもセッションを再開できます。
- コンパクトタイムライン内の展開された推論テキストが薄く表示されなくなり、タイムラインの他の部分と同じ読みやすさになりました。
- Autopilot は、タスクが承認されて完了した後に予期せず継続するのではなく停止するようになりました。
原文(English)を表示
- 2026-09-17
- Custom agents can opt into repository instruction files (AGENTS.md, copilot-instructions.md, CLAUDE.md) by setting `include-custom-instructions: true` in their frontmatter.
- Resuming an active session without plugin-directory, discovery, or working-directory overrides preserves marketplace plugins and skills after reload. Configuration read or validation failures no longer discard active plugins; missing-file and intentional-removal behavior is unchanged.
- /sandbox policy now reports local-network access using your configured setting
- The status row now says it is waiting for background shells, instead of "Working", when a turn ends while an attached background shell such as a dev server is still running.
- Resume sessions even when transcript files contain recoverable corruption
- Expanded reasoning text in the compact timeline is no longer dimmed, so it is as readable as the rest of the timeline.
- Autopilot stops after accepted task completion instead of continuing unexpectedly