- [new] Replaced the apply-patch parser with a streaming implementation for more efficient handling of large patches.
- [new] Added local secrets storage backed by the age encryption library.
- [new] Introduced token usage tracking and charting in the TUI chat widget.
- [changed] Replaced the
CODEX_ESCALATE_SXenvironment variable withCODEX_ESCALATE_Sand addedCODEX_AUTH. - [removed] Dropped the
gpt-3model identifier.
Under the hood
- Added eleven new third-party dependencies, primarily for encryption (age, scrypt) and internationalization (fluent, i18n-embed).
- Expanded the set of typed data structures used for account token usage summaries, plugin details, project configuration, thread metadata, and several request/response payloads.
- Added two new events (
collab_waiting_end,exec_command_begin) and adjusted several enum variants and payload types. - Updated contributor guidelines in AGENTS.md to cover tracing practices, crate API surface, and platform support expectations.
Upgrade notes
No manual steps required.