Changelog
What's new across KeepGoing tools.
VS Code Extension v0.10.0
- Add GlobalDatabase integration for reading license, nudge, and project data from SQLite on activation
- Add BYO API key support for auto-refinement via Anthropic API or Claude CLI
- Fix unused import errors in decision detection tests
JetBrains Plugin v0.3.0
- Migrate to shared kotlin-shared module with SQLite reads for keepgoing.db
- Simplify DB reads, fix meta key names, and remove dead code
MCP Server v0.12.0
- Initialize GlobalDatabase in read-only mode at startup for unified SQLite access
- Add BYO API key support: auto-trigger background refinement after decision detection
- Show decision count teaser for free users
- Wire summary-text-first heuristic into save_checkpoint for more accurate decision detection
- Fix SQLite writes, contrast regex, and migration safety in decision detection
CLI v1.11.0
- Auto-migrate legacy
npx -y @keepgoingdev/mcp-serverhook commands tokeepgoingCLI equivalents on first run after upgrade
Claude Code Plugin v0.4.1
- Update hook commands from
npx -y @keepgoingdev/mcp-servertokeepgoingCLI for faster startup