Skip to content

v0.6.0

Latest

Choose a tag to compare

@chenhg5 chenhg5 released this 09 May 01:22
· 23 commits to main since this release

v0.6.0 — 2026-05-09

Features

  • Add project repo/desc editing and agent add_dirs config in web UI

Bug Fixes

  • Add dark mode hover styles for buttons across all web components
  • Handle codex resume errors and discard failed session IDs
  • Improve conversation diffs and codex sandbox tools in web UI
  • Compact agent chat diff rendering
  • Properly place --add-dir between exec and resume subcommand
  • Move --add-dir before resume subcommand
  • Render codex agent chat history in web UI
  • Improve docs reader layout
  • Make ~/.codex writable for codex session cache
  • Update sandbox-codex image to chenhg5/agencycli registry
  • Improve assistant stop handling and skill dropdown overflow
  • Increase truncate limits to reduce premature "..." ellipsis in chat
  • Fix docs page layout on small screens
  • Prevent live-log from overwriting SSE content when another tab's process replaces it
  • Prevent parseCodexLog misrouting for agencycli history logs
  • Handle claude -p stream-json content block events in parseLog
  • Fix live-log polling race condition with SSE stream
  • Add process kill on stop and fix horizontal overflow

Other

  • Update license to AGPL-3.0 and add multi-size favicons
  • Add GitHub Actions workflow to build sandbox-codex image