Everything included, free for everyone.
KeepGoing's core is free forever. These features handle the two moments where momentum breaks down: coming back to a codebase full of changes you don't recognize, and juggling AI sessions that move faster than you can track.
Decision Detection
Detection runs on every checkpoint, silently building a record of decisions as you work. View full details, annotate with rationale, run LLM refinement via keepgoing refine, and access decisions from the CLI and MCP tools.
- ★ Always-on detection, free for everyone
- ★ See which commits changed the direction of a project
- ★ Category tagging: infra, auth, migration, deploy, and more
- ★ Annotate decisions with rationale for when you come back
- ★ LLM refinement via keepgoing refine command
- ★ Decision cards in the VS Code sidebar panel
- ★ MCP tool access to decisions for AI assistants
- ★ CLI access via keepgoing decisions
Session Awareness
Running multiple AI sessions should save time, not create anxiety. Session Awareness gives you one calm view of everything running across your project: what each session is doing, which are active or finished, and whether any are stepping on each other.
- ★ One calm view of all your parallel AI sessions
- ★ Each session labeled with what you asked it to work on
- ★ See which sessions are active, idle, or finished at a glance
- ★ Ask an AI assistant "what are my other sessions doing?" via MCP tool
- ★ Desktop tray companion app support
- ★ Conflict detection when agents touch the same file
Get started
Install KeepGoing once and all features are available immediately. No license key, no activation step.
Install the CLI
Run npm install -g keepgoing or follow the CLI setup guide.
Run the setup wizard
Run keepgoing setup to configure your integrations, install the git hook, and connect your editor.
Start saving checkpoints
Run keepgoing save "your checkpoint note" and Decision Detection starts working immediately.