feat(KB-181): add kb task plan command with planning mode

- Add kb task plan CLI command for interactive planning mode
- Create planTask tool in extension for LLM-initiated planning sessions
- Add comprehensive tests for task plan command with edge cases
- Update QuickEntryBox UI with planning mode button
- Add changeset for planning mode CLI feature
This commit is contained in:
gsxdsm
2026-03-30 11:53:16 -07:00
parent f3d9bf6100
commit f9596d9642
7 changed files with 1342 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ describe("kb pi extension", () => {
"kb_task_browse_github_issues",
"kb_task_archive",
"kb_task_unarchive",
"kb_task_plan",
];
for (const name of expected) {