Skip to content

v1.0.30

Choose a tag to compare

@github-actions github-actions released this 25 Jul 17:26

Bug Fixes

  • Readable Codex activity text — Codex agent messages, commands, file changes, tool calls, and web searches are normalized before reaching the TUI, while provider lifecycle and reasoning noise is omitted.
  • Concise provider errors — nested JSON error envelopes are reduced to their human-facing message, repeated turn.failed copies are suppressed per run, and recoverable model-metadata fallback notices no longer appear as failures.
  • Historical run compatibility — existing Codex JSONL history receives the same text, tool, lifecycle, warning, and error formatting as newly streamed events.

Release Infrastructure

  • Isolated PTY configuration — real terminal tests use a temporary global TUI config and never overwrite ~/.orchestry/global.yml.

Tests

  • Added a real pseudo-terminal E2E that launches the built CLI and verifies ALL → TEXT → TOOLS → ERRORS, visible Codex content, lifecycle filtering, readable errors, deduplication, and clean shutdown.
  • Stabilized the concurrent disk-observer assertion.
  • Full suite: 2044 passed, 2 skipped.