Commit Graph

2 Commits

Author SHA1 Message Date
Mathias Beaulieu-Duncan
ee06c97c06 fix: remove CocoaPods, migrate fully to Swift Package Manager
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
2026-04-07 14:09:01 -04:00
364877d376 Initial commit: Claude Code session viewer (Flutter macOS)
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>
2026-03-10 16:17:23 -04:00