CocoaPods was conflicting with Swift PM and preventing file_picker
plugin from registering at runtime (MissingPluginException).
All macOS plugins are Swift Packages now — CocoaPods is not needed.
- pod deintegrate + remove Podfile, Podfile.lock, Pods/
- Remove CocoaPods includes from Flutter-Debug.xcconfig and Flutter-Release.xcconfig
- Signed, notarized, stapled DMG
A desktop app that parses Claude Code .jsonl session logs and provides
a rich UI for exploring conversations, tool usage, subagents, and token
consumption. Features include project browser with auto-discovery of
~/.claude/projects, conversation timeline with inline subagent expansion,
agents overview, toolbelt chart, and token usage dashboard.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>