Skip to content

v1.4.8

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:40
· 19 commits to main since this release

Added

  • Route a Codex compaction_trigger item in a /v1/responses input to /v1/responses/compact. Codex sends that item when it wants a conversation compacted; without the routing the request was answered as an ordinary turn, which consumed a message from the conversation quota and returned an answer instead of a summary. The item is also skipped during message conversion, so a stray trigger never reaches the prompt

Changed

  • Rewrite README.md and README.tr.md around one setup chapter

Fixed

  • Print the same browser snippet in the setup wizard that both READMEs document