[changed]Corrected several environment variable names for consistency:CODEX_IDE_VSCODE→CODEX_IDE_VSCODES,CODEX_PERMISSIONA→CODEX_PERMISSION, andCODEX_SESSION_IDS→CODEX_SESSION_ID.[changed]TUI activity-chart styling now uses a dedicated color palette module.[removed]Dropped the unused realtime-history presentation path from core.[changed]Minor event and payload cleanup around client messaging, MITM hook denial signaling, and managed-config handling.
Under the hood
- Workspace lockfile and version metadata updated for
0.155.0-alpha.12. - Internal API/data-model types were reshaped (account/rate-limit, marketplace/plugin, thread, and tools-related payloads), including introduction of a
ToolsV2shape and removal of several older summary/response types. - Process-identity and permissions snapshot variants were adjusted as part of ongoing platform wiring.
- Hook-handler and collaboration-mode snapshot enums were tightened (agent/prompt-hooks wiring and current-mode snapshotting).
Upgrade notes
- If you set
CODEX_IDE_VSCODE,CODEX_PERMISSIONA, orCODEX_SESSION_IDSin your environment or wrappers, switch toCODEX_IDE_VSCODES,CODEX_PERMISSION, andCODEX_SESSION_IDrespectively.