Skip to content
TeamLaboration
Releases

What's new.

Every shipped version. Reverse chronological.

v1.3.1

Free summarization via the Claude Code CLI

Changed

  • Summaries now run on your existing Claude subscription via the local claude CLI. 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 login when the CLI isn’t detected.

Removed

  • The API-key / bring-your-own-key path, keyring storage, and the daily summarization.at_hour setting.
v1.2.9

First public preview

Added

  • Background daemon (Windows + macOS Apple Silicon) that reads ~/.claude/projects/ every 5 minutes.
  • Per-chat summarization via Anthropic API with the user’s own key.
  • On-demand weekly rollup report.
  • Local dashboard at http://localhost:7842.
  • MCP server exposing 13 tools (reports, sessions, projects, status).
  • Markdown / HTML export.
  • API key stored in OS credential store (Windows Credential Manager / macOS Keychain).