Skip to content

v1.4.0

Choose a tag to compare

@TongilKim TongilKim released this 02 Mar 04:39
· 124 commits to main since this release

What's Changed

  • feat: Add PR review agent with GitHub Agentic Workflows by @TongilKim in #1
  • refactor: Remove dead code and consolidate duplicated logic by @TongilKim in #2
  • Fix: Send error feedback when rejecting duplicate requests by @TongilKim in #3
  • Fix AskUserQuestion deadlock in SDK session by @TongilKim in #5
  • chore: Change default model from Sonnet 4.5 to Opus 4.6 by @TongilKim in #6
  • fix: Prevent isProcessing deadlock on unexpected stream termination by @TongilKim in #7
  • fix: Auto-grow multiline input and fix Claude message bubble width by @TongilKim in #8
  • fix: Queue messages during processing & add status sync by @TongilKim in #9
  • fix: Show all ended sessions in resume picker by @TongilKim in #12
  • feat: Auto-set session title from first user message by @TongilKim in #13
  • fix: Update session title in real-time and fix overflow by @TongilKim in #14
  • fix: Broadcast model confirmation when model doesn't change by @TongilKim in #15
  • ui: Replace Claude text avatar with official logo by @TongilKim in #16
  • feat: Collapsible code diff display for tool use by @TongilKim in #17
  • perf: Use expo-image for Claude avatar to fix slow icon rendering by @TongilKim in #18
  • feat: Add cancel/stop button to interrupt Claude mid-processing by @TongilKim in #19
  • chore: Remove unused expo-haptics from all components by @TongilKim in #20
  • fix: Prevent expanded tool accordion from pushing content behind input bar by @TongilKim in #21
  • fix: Auto-fallback to new session when resume fails by @TongilKim in #22
  • feat: Status-response and typing indicator on reconnect by @TongilKim in #23
  • fix: Persist Supabase session tokens after refresh by @TongilKim in #24

New Contributors

Full Changelog: v0.1.9...v1.4.0