Skip to content

v1.0.3

Choose a tag to compare

@twidi twidi released this 08 Mar 09:00
· 1429 commits to main since this release
56fcc76

Added

  • Display unnamed projects as a directory tree
  • Persist "show archived sessions" and "compact view" sidebar toggles
  • Project archiving
  • Improved session item rendering: tool use summaries and title changes
  • Filtering of WebSocket message (for twicc external tooling) (contributed by @dguerizec, closes #3)
  • Rate limiting on the login endpoint (contributed by @dguerizec)

Changed

  • Hide sessions without any user message
  • More reliable git directory and branch detection (Closes #2)
  • Performance improvements on the session chat
  • Update claude-agent-sdk 0.1.44 → 0.1.45 (Claude Code CLI 2.1.59 → 2.1.63)

Fixed

  • Fix stale project detection
  • Strip inherited CLAUDE_* environment variables at startup to prevent false nested SDK session detection
  • Limit project selector height
  • Disable diff editor compact mode
  • Fix virtual keyboard behavior on mobile (read-only editors, draft screens)
  • Block message sending while attached images are still being processed, preventing partial uploads