Skip to content

Autolith 0.39.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:24
· 40 commits to master since this release

Autolith 0.39.0

Autolith 0.39.0 improves provider resilience, parallel execution, session naming, and live command visibility.

  • Provider streams reconnect when they stall without producing events.
  • ChatGPT Codex uses the standard Responses request format, supports configurable Fast mode, and can execute independent tool calls concurrently while preserving deterministic transcript order and serializing shared mutable state.
  • Sessions receive immediate local titles and optional provider-generated refreshes. Use /titles on|off or (titles "on"|"off") to control generated titles.
  • Queued and running primary-agent commands appear in the terminal live region with elapsed time, bounded retention, and shared viewport allocation alongside child activity.
  • Reusable Responses request hooks now come from cl-llm-provider-api; provider-specific transport and execution policy remain in Autolith.

Full commit history