Skip to content

v0.5.8 — Per-chat composer drafts, phone-friendly ask card, agent runtime fixes

Choose a tag to compare

@yuezengwu yuezengwu released this 21 Jun 12:41
d727fbf

Highlights

  • Composer drafts are now cached per chat in local storage, so an unsent message survives switching chats and reloading the page (with rollback / stale-ref hardening). (#1165, #1167, #1168, #1169)
  • Returning sign-in lands you back in your last-used org, plus onboarding copy polish. (#1148)

Notable fixes

  • The chat-ask answer card is phone-friendly: Reply / Skip stay reachable on short viewports, the card lifts above the on-screen keyboard, and long option previews wrap instead of overflowing. (#1177)
  • Agent runtime: prepend the channel CLI bin for agents (#1164), batch-settle Claude Code coalesced inputs (#1159), and inject chat context per provider session (#1157).
  • Route the Codex handler through the app-server. (#1155)
  • agent-detail edits now save immediately. (#1171)
  • Right-rail Summary uses a single, tighter type scale. (#1150)

Internal

  • Staging-only toggle to hide agent final-text mirrors (#1149); docs + CI upkeep (#1166, #1163, #1050).