Implement Plan button

This commit is contained in:
Colin McDonnell
2025-12-30 20:14:49 -08:00
parent 573c473dc1
commit ad1f51d704
5 changed files with 138 additions and 15 deletions
+3
View File
@@ -25,6 +25,9 @@ export function SelectModeTool(ctx: ToolContext) {
};
}
// store selected mode in toolState for use by other tools (e.g., report_progress)
ctx.toolState.selectedMode = selectedMode.name;
return {
modeName: selectedMode.name,
description: selectedMode.description,