- Add kb task retry command to CLI with --force and --all flags - Implement runTaskRetry() to re-run failed or completed tasks - Add kb_task_retry extension tool for Pi agent integration - Update CLI help text and command registration - Add comprehensive tests for retry command and extension tool - Include changeset for patch release
6 lines
111 B
Markdown
6 lines
111 B
Markdown
---
|
|
"@dustinbyrne/kb": minor
|
|
---
|
|
|
|
Add `kb task retry <id>` CLI command to retry failed tasks from command line
|