feat: premium CLI output -- header, dividers, token count (demo ready)#3
Merged
Conversation
- Add version header: 'saar v0.5.13 · analyzing [repo]'
- Add Rich divider lines for visual structure
- Show token count on AGENTS.md write/update lines
- Show token count in closing summary ('Your AI knows your codebase. 911 tokens')
- Replace 'Claude knows your project' -> 'Your AI knows your codebase' (tool-agnostic)
For demo: the 911 tokens stat is now visible immediately after extract.
This is the key number -- cold Claude costs 1,772 tokens, warm costs 911.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Upgrades the saar CLI output to feel intentional and premium. Specifically for the demo video where non-technical people will be watching.
Before
After
Why the token count matters
The 911 tokens number is the demo hook. Cold Claude costs 1,772 tokens to get the right answer (3 exchanges + pasting files). With saar: 911 tokens, right answer first try. That stat needs to be visible immediately after extract.
Changes
Verified
Closes OPE-206