Skip to content

v0.3.3

Choose a tag to compare

@zitsen zitsen released this 31 May 23:58
· 44 commits to main since this release

v0.3.3

Features

  • Add chat interaction for Claude Code built-in slash commands
  • Add /enter slash command for modal confirmation
  • Implement /unbind to tear down agent session
  • Add --enable option to service subcommand

Fixes

  • Find agent windows across all tmux sessions after restart (fixes "Session no longer available")
  • Prevent streaming response drops from partial lines, metadata stalls, and flood control
  • Resolve new session flow for Feishu group chats, use chat name as window title
  • Resolve empty agent_type causing spurious mismatch prompts
  • Revert Feishu adapter thread_id resolution to pre-refactor logic
  • Restore root_id fallback in Feishu handle_card_action thread resolution
  • Resolve agent picker callback silently failing in group chats
  • Use bot name as TopicCreated for p2p chats in Feishu adapter

Refactors

  • Remove all V1 state infrastructure, fully migrate to V2
  • Replace chat_id with thread_id as sole chat identifier