Introducing askScout: your vibe coding companion

askScout reads your repo and writes you a daily digest of what you shipped. The companion tool for developers using Claude Code, Cursor, and Codex.

Back to Articles
Company5 min read
May 8, 2026

TLDR: askScout is a daily digest tool for developers who code with AI assistance. Claude Code, Cursor, and Codex help you write code. askScout reads what you wrote and writes you back a quick summary covering what shipped, what changed, what kept getting reworked, and what you left off. The web app runs in your browser, signed in with GitHub. The CLI runs in any local git repo with your own LLM key. Both are free, both are open source.

The problem AI coding tools created

Output per developer has gone up sharply since AI coding tools landed. The typing got fast. The remembering did not.

Friday afternoon you close your laptop and you cannot account for half of what your repo does. Your git log is illegible. Your standup is a guess. Monday morning you spend an hour reading your own diffs to onboard yourself. (We wrote about this in The Hidden Cost of Vibe Coding.)

askScout exists because that gap kept getting wider, and nothing in the existing tooling closed it.

What askScout actually does

Run askScout in any git repo and it reads your commits and diffs since your last run. It groups what it finds into four sections: Shipped (things that went from not existing to working), Changed (things that already existed and got modified), Still Shifting (areas reworked 3+ times in the window), and Left Off (anything in progress when work stopped).

Two more numbers come along for the ride: Codebase Health (Growth, Focus, Churn) and Pace Check (today versus your recent average). Both come from raw git data, not the LLM. (More on how the digest gets assembled in How askScout turns a noisy git log into a 10-second digest.)

The whole digest is short enough to skim in about a minute. That is the constraint we built around. If it takes longer than that to read, you will skip it.

Two surfaces, one product

askScout runs in two places. The web app at askscout.dev signs in with GitHub, picks a repo, and starts streaming. Your digest history saves under your account. The CLI installs with npm install -g askscout, lives in any local repo, and uses your own Anthropic or OpenAI API key. Full install steps are in the CLI docs.

Same digest format, different fits. Web is for hosted history and a 10-second sign-in. CLI is for local-only workflows and developers who want full control of their data.

What it is not

askScout is not a code generator. It will not write your features or refactor your modules. Claude Code, Cursor, and Codex already do that, and they do it well. (If you're choosing between those, we wrote about that in Best AI Coding Tools for Solo Developers.)

askScout sits one layer above those tools. They write code. askScout reads what you wrote. The two are companions, not competitors.

Try it

The web app takes about ten seconds: sign in with GitHub, pick a repo, watch the first digest stream in. The CLI takes about a minute: install, paste your API key, run askscout in any git repo.

Both surfaces are free. The CLI is open source under the MIT license, for reasons I get into here. Use it next to whatever AI coding tool already lives in your day.

Frequently asked questions

What is a vibe coding companion?

A vibe coding companion is a tool that supports the way most developers code now: describe what you want, accept AI patches, ship volume. askScout reads what you actually shipped each day and summarizes it in plain English so you can keep up with your own repo.

Is askScout free to use?

Yes. The web app is free with a soft cap of 30 digests per day. The CLI is free open-source software under MIT, with you bringing your own LLM API key (a fraction of a cent per run). No paid tier, no upsell.

Does askScout work with Claude Code, Cursor, and Codex?

Yes. askScout does not replace Claude Code, Cursor, or Codex. It runs after them. They write code; askScout reads what you wrote and produces a daily digest. Most users run one of the AI coding tools all day and read askScout once at the end.

How is askScout different from Claude Code, Cursor, or Codex?

Those tools write code. askScout does not write code at all. It reads your git history (commits and diffs) and writes a plain-English summary of what shipped, what changed, and what you left off. Different layer, different job.

Open sourceRead only

Get your first digest now

Meet askScout: the daily code digest for AI-assisted devs