Skip to content

Document Codex Responses continuity and serial tool calls - #784

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-6694-track-parallel_tool_calls-and-responses-continuity-as-follow
Sep 5, 2026
Merged

TheGreatAxios merged 1 commit into
mainfrom
cl-6694-track-parallel_tool_calls-and-responses-continuity-as-follow

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Collaborator

Summary

  • Codex Responses buildRequest documents ChatGPT Codex continuity: store: false, no previous_response_id, full input replay with encrypted reasoning resent as a reasoning item, and prompt_cache_key as the cache-routing signal.
  • parallel_tool_calls stays false at this request layer; the reactor already fans out a multi-call batch concurrently.
  • Adapter unit tests pin the absence of previous_response_id and parallel_tool_calls: false.

Verification

  • bun run check exits 0
  • bun test tests/unit/codex-responses-adapter.test.ts exits 0 (28 pass)

Closes CL-6694

The ChatGPT Codex backend rejects store chaining, so every
turn resends full input plus encrypted reasoning.

Parallel tool calls stay off at this request layer because
backend acceptance of true is unverified, not because the
runner cannot fan out.
@linear-code

linear-code Bot commented Sep 4, 2026

Copy link
Copy Markdown

CL-6694

@TheGreatAxios TheGreatAxios left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review · Approve

Documents Codex Responses continuity (store: false, no previous_response_id, encrypted-reasoning replay) and serial parallel_tool_calls at the request layer.

No findings.

@TheGreatAxios TheGreatAxios left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review · Comment

Codex Responses documents ChatGPT Codex continuity (store: false, no previous_response_id, encrypted-reasoning replay) and serial parallel_tool_calls; tests pin those fields.

No findings.

@TheGreatAxios
TheGreatAxios merged commit 18e2487 into main Sep 5, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant