mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
- add `thread/compact` as a trigger-only v2 RPC that submits
`Op::Compact` and returns `{}` immediately.
- add v2 compaction e2e coverage for success and invalid/unknown thread
ids, and update protocol schemas/docs.
5 lines
119 B
JSON
5 lines
119 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "ThreadCompactStartResponse",
|
|
"type": "object"
|
|
} |