Rewind your day.
Decisions. Questions. Corrections. Everything you worked out with your AI agents today, stitched into one daily note.
Migrated the status bar context indicator from percent to raw tokens, then fixed values getting stuck at [1 / 1.0M] by including cache tokens in the total.
- Show context usage as raw tokens instead of a percentage. → wanted a precise number, not an approximate ratio.
- Why does the status bar keep showing
[1 / 1.0M]?
-
Said the context-token fix was complete.
Status bar still showed
[1 / 1.0M]. Fix missed cache tokens.
One command scans the whole day
rwd today walks every AI agent session across your projects, extracts what happened, and writes one structured note.
Claude Code and Codex today. More agents on the way.
Every decision, every correction, kept.
Each note keeps what you decided. What you wondered. What you corrected. The reasoning trail AI agents strip out. Saved as Markdown, on your machine.
# 2026-04-18 Dev Session Review
Migrated the status-bar context indicator from percent to raw tokens. Debugged values getting stuck at 1, then fixed the sum to include cache tokens.
- Show context usage as raw tokens, not a percent. Wanted a precise number in the status bar, not an approximate ratio.
- How do you swap the percent display for actual token counts?
- Why does the status bar keep showing
[1 / 1.0M]?
[1 / 1.0M]. The fix missed cache tokens.
Secrets masked before analysis
Sensitive values get masked locally before anything touches an LLM. API keys, bearer tokens, private IPs stay on your machine.
Team-ready updates, no rewrite
rwd summary hands you a progress report. rwd slack drops a Slack-ready post in your clipboard, grouped by theme.
I code with Claude every day. The code ends up in git. My decisions, my corrections, the questions I was working through don't. I wanted to keep them, so I wrote rwd.
gigagookbob
Install
curl -fsSL https://raw.githubusercontent.com/gigagookbob/rwd/main/install.sh |
sh
Native Windows is not supported. Use WSL2.
Frequently asked questions
Claude Code and Codex today. More CLIs on the way.
Any folder you choose, as Markdown. Works well with Obsidian but doesn't require it.
Both. Add --lang en or --lang ko to today, summary, or slack.
rwd is free and MIT licensed. You bring your own API key for whichever model it uses.
No. API keys, bearer tokens, and private IPs are masked locally before anything is sent.