Skip to content

/gsd history

Shows a log of completed execution units — tasks, slices, and milestones — with metadata about how they ran. Useful for reviewing what happened, tracking costs, and debugging performance.

/gsd history
/gsd history 20
/gsd history --cost
/gsd history --phase
/gsd history --model
ArgumentEffect
NShow the last N entries (default varies)
--costInclude token cost breakdown per unit
--phaseFilter or group by execution phase
--modelShow which model was used for each unit

Flags can be combined: /gsd history --cost --model 10 shows the last 10 entries with cost and model info.

Each entry includes:

  • Unit ID — the milestone/slice/task identifier
  • Timing — when it started and how long it took
  • Phase — research, plan, execute, complete, etc.
  • Model — which LLM model handled the unit
  • Cost — token usage and estimated cost (with --cost)
  • /gsd status — current project state rather than historical log
  • /gsd changelog — GSD release history rather than project execution history