v0.31.0 — Agent Standup Report from Session Trace
Agent Standup Report from Session Trace
agent-strace standup generates a structured standup report from a session trace — no LLM call required.
agent-strace standup
agent-strace standup --session SESSION_IDReport sections:
What the agent did:
- Files read and modified
- Approaches tried, including abandoned ones (detected from retry patterns)
- New dependencies added (
npm install,pip install, etc.)
What it was uncertain about:
- TODO / FIXME / assumption comments written into files
What to review carefully:
- Large changes (>100 lines), new dependencies, auth and migration patterns
Stats: tool calls, context resets, retries, errors
Useful for async teams where the agent runs overnight and a human needs a quick brief before picking up the work.