You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project-grouped session tree — Sessions are now grouped under their project (project name + path at the top). Session rows show short ID + first user prompt instead of redundant project name.
agenthud summary command — Generate LLM summary of daily activity via claude -p. Cached at ~/.agenthud/summaries/YYYY-MM-DD.md. Options: --date, --prompt, --force. Editable prompt template at ~/.agenthud/summary-prompt.md.
In-app help (? key) — Full-screen help overlay listing all shortcuts, CLI commands, and file locations.
Activity filter (f key) — Cycle through filter presets (configurable in config.yaml).
Git commits in viewer + report — ◆ commit entries appear in the activity timeline. --with-git flag for report. Press ↵ on a commit to see git show --stat.
agenthud report formats — --format json for machine-readable output, --detail-limit N for truncation control.
hiddenProjects config — Hide entire projects from the tree via h key.
Cold projects collapse — Projects where all sessions are cold collapse into a single ... N cold projects row at the bottom.
Non-interactive sessions visualized — Sessions from claude -p / SDK shown in parens and dimmed.
CLAUDE_PROJECTS_DIR env var — Override the Claude projects directory.
Changed
Config / state split — ~/.agenthud/config.yaml holds user settings; ~/.agenthud/state.yaml holds app-managed hidden items. Auto-migrates on first run.