Fight context switching amnesia by recovering what you were working on from your journal history
The context command helps you recover your work context after time away, context switching, or returning to a project. It visualizes your recent activity from saved journal snapshots.
Generate AI-powered โwhere did I leave off?โ summary
--branches
Show detailed active branch status
--raw
Output raw context data (no formatting)
--no-copy
Donโt copy AI summary to clipboard
--debug
Show debug output
Copy
# AI summary of recent workdevdaily context --ai# Detailed branch informationdevdaily context --branches# Raw data for automationdevdaily context --raw
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎโ ๐ง Where You Left Off โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโคโ โโ **What I was working on** โโ OAuth2 authentication integration for the API. โโ Started 3 days ago, made steady progress on โโ token management and provider configuration. โโ โโ **Current state** โโ - โ OAuth2 providers configured โโ - โ Token refresh endpoint implemented โโ - โณ PR #45 in review โโ - โณ Tests need to be written โโ โโ **Open threads** โโ - Branch: feature/oauth2-integration (5 ahead) โโ - Uncommitted changes in src/auth.ts โโ - PR feedback pending โโ โโ **Suggested next steps** โโ 1. Address PR review feedback โโ 2. Write unit tests for token refresh โโ 3. Commit uncommitted auth changes โโฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
The AI analyzes:
Main work themes over the period
Whatโs completed vs. in progress
Open branches and uncommitted work
Logical next steps based on patterns
The AI summary is automatically copied to clipboard (disable with --no-copy).
# Take snapshots regularlydevdaily snapshot# Or enable auto-snapshots in other commandsdevdaily standup # Auto-creates snapshotdevdaily pr # Auto-creates snapshot