Skip to content

v1.6.0

Choose a tag to compare

@TongilKim TongilKim released this 11 Mar 14:32
· 34 commits to main since this release

What's New

Mobile

  • Fix markdown clipping in chat bubbles β€” long inline-code tokens and paragraphs no longer get cut off mid-word
  • Widen tool-use message cards β€” Edit/Write/Tool cards now fill the assistant bubble width instead of shrinking to content
  • Fix badge count β€” ended session count is now shown instead of offline count
  • Input messages no longer grouped β€” each user message renders as its own bubble, matching expected chat UX

CLI

  • Auth error detection β€” auth/API errors are now detected and broadcast to mobile
  • Harden compact fallback β€” improved completion handling in compact mode

E2E Testing

  • Comprehensive Maestro test suite β€” added 20+ edge-case flows covering permissions, model picker, command search, session CRUD, resume, and more
  • Seq-based testIDs β€” user message bubbles now use stable seq-based identifiers instead of position-based indices
  • Tool-use width probe β€” runtime width verification for tool-use cards in test mode
  • Android + iOS CI β€” stabilized E2E runs on both platforms

CI/CD

  • Codex PR review + Claude fix workflow β€” dual-agent review pipeline