From 7951397e4af9b52bac46a6cac90f1047c31b31a2 Mon Sep 17 00:00:00 2001 From: jif Date: Fri, 19 Jun 2026 13:08:31 +0100 Subject: [PATCH] Document raw response item compatibility (#29086) Adds a short AGENTS.md note asking reviewers to treat raw response item events as compatibility-sensitive, even while they are experimental. This keeps future app-server changes from accidentally breaking Codex Cloud consumers of raw response item events. --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 730df0b88..0cb869c23 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -105,6 +105,7 @@ Codex maintains a context (history of messages) that is sent to the model in inf Search for breaking changes in external integration surfaces: - app-server APIs +- raw response item events (`rawResponseItem/*`), even while experimental - CLI parameters - configuration loading - resuming sessions from existing rollouts