feat: v0.3.0 — Core UX principles & query commands#1
Merged
Conversation
Enforce 5 UX principles across all commands and add new query commands:
- Add shared formatting helpers (humanizeToolName, costWithContext, etc.)
- Replace emoji tool display with human-readable descriptions
- Add contextual number formatting ("$0.04 — pocket change")
- Add "did you mean?" fuzzy matching for unknown commands
- New commands: today, search, stats, cost
- Add --summary flag to show command for narrative view
- Track costByModel in session parser
- Version bump to 0.3.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
moose-lab
added a commit
that referenced
this pull request
May 16, 2026
feat: v0.3.0 — Core UX principles & query commands
moose-lab
added a commit
that referenced
this pull request
May 16, 2026
feat: v0.3.0 — Core UX principles & query commands
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.
Summary
today,search,stats,cost--summaryflag toshowcommand for narrative viewcostByModeltracking in parserTest plan
npx tsupbuilds without errorsdevlog— dashboard shows context on all numbersdevlog today— today's sessions with narrativedevlog sessions— context-aware formattingdevlog show 1— human tool names, grouped tools, next-step footerdevlog show 1 --summary— narrative summarydevlog search "devlog"— finds matching sessionsdevlog stats— aggregated stats with contextdevlog cost— cost breakdown by project/modeldevlog --json today— valid JSONdevlog sesions— "Did you mean: sessions?"devlog show nonexistent— shows suggestions, exit 1🤖 Generated with Claude Code