🎉 Initial Release
Unified AI Session Explorer — a cross-platform desktop app built with Tauri 2
for browsing, searching, and reviewing Claude AI session histories.
Core Features
Session Browser
- Browse Claude projects and sessions from
~/.claude/projects - Searchable project list with path-based naming
- Session entries sorted by modification time with file size display
- Subagent sessions shown in hierarchical tree view
Session Timeline Viewer
- Full conversation timeline rendering: user/assistant messages, thinking blocks, tool use & results
- Chat-only mode: hide thinking and tool_result for a clean reading experience
- Expandable assistant messages with tool call details
- Toggles for thinking, tool use, and system events visibility
- Resizable columns with stable layout across panel interactions
UI & Theme
- Dark / Light mode with full theme switching
- Custom app icon and favicon
- Session timeline meta bar with session summary info
- Memory files section in project view
Project & Session Management
- Safe deletion with countdown undo toast
- Open project folder via context
- About dialog with app info and GitHub link
Internationalization
- Full zh-Hant-TW and en-US support
Infrastructure
- Cross-platform CI release workflow (Windows / macOS / Linux)
- Backend unit tests for project browser