v1.3.1
Free summarization via the Claude Code CLI
Changed
- Summaries now run on your existing Claude subscription via the local
claudeCLI. No Anthropic API key, no per-token cost — usage counts against your normal plan limits. - Summarization runs on a configurable interval (
summarization.interval_hours, default 4h) plus a catch-up run at startup, replacing the daily cron. - Configurable model via
summarization.model(default Haiku).
Added
- Dashboard setup card prompting you to install Claude Code or run
claude loginwhen the CLI isn’t detected.
Removed
- The API-key / bring-your-own-key path, keyring storage, and the daily
summarization.at_hoursetting.