Set status
set_statusMove tasks across Todo, In Progress, and Done statuses while logging completion details like tokens, additions, and deletions for velocity tracking.
Instructions
Move a task between Todo / In Progress / Done. When moving to Done you can also record structured completion metadata (model, tokens, additions, deletions) — these are written to the work log and roll up into velocity/metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model that did the work (Done only). | |
| status | Yes | ||
| ticket | Yes | ||
| tokens | No | Total tokens used (Done only). | |
| project | Yes | ||
| additions | No | Lines added (Done only). | |
| deletions | No | Lines deleted (Done only). | |
| inputTokens | No | ||
| outputTokens | No | ||
| completionSummary | No | Recommended when moving to Done. |