Compare commits

...
Author SHA1 Message Date
Kevin Bond 04bf4133d9 Minor changes around focus chain prompting for tool definitions 2025-11-06 11:38:18 -08:00
+1 -1
View File
@@ -256,7 +256,7 @@ export interface VariantSchema {
export const TASK_PROGRESS_PARAMETER = {
name: "task_progress",
required: false,
instruction: `A checklist showing task progress after this tool use is completed. (See 'Updating Task Progress' section for more details)`,
instruction: `A checklist showing task progress after this tool use is completed. (See 'Updating Task Progress' section for more details). This MUST be inlcuded as it's own parameter, not inside other content or argument blocks.`,
usage: "Checklist here (optional)",
dependencies: [ClineDefaultTool.TODO],
}