diff --git a/apps/hook/commands/plannotator-annotate.md b/apps/hook/commands/plannotator-annotate.md index 2933cd8d..218e270a 100644 --- a/apps/hook/commands/plannotator-annotate.md +++ b/apps/hook/commands/plannotator-annotate.md @@ -1,6 +1,7 @@ --- description: Open interactive annotation UI for a markdown file or folder allowed-tools: Bash(plannotator:*) +disable-model-invocation: true --- ## Markdown Annotations diff --git a/apps/hook/commands/plannotator-archive.md b/apps/hook/commands/plannotator-archive.md index e016a422..f3df5058 100644 --- a/apps/hook/commands/plannotator-archive.md +++ b/apps/hook/commands/plannotator-archive.md @@ -1,6 +1,7 @@ --- description: Browse saved plan decisions in the archive allowed-tools: Bash(plannotator:*) +disable-model-invocation: true --- ## Plan Archive diff --git a/apps/hook/commands/plannotator-last.md b/apps/hook/commands/plannotator-last.md index c03158fe..f8f5d8ad 100644 --- a/apps/hook/commands/plannotator-last.md +++ b/apps/hook/commands/plannotator-last.md @@ -1,6 +1,7 @@ --- description: Annotate the last rendered assistant message allowed-tools: Bash(plannotator:*) +disable-model-invocation: true --- ## Message Annotations diff --git a/apps/hook/commands/plannotator-review.md b/apps/hook/commands/plannotator-review.md index d5c57633..6f3d544a 100644 --- a/apps/hook/commands/plannotator-review.md +++ b/apps/hook/commands/plannotator-review.md @@ -1,6 +1,7 @@ --- description: Open interactive code review for current changes or a PR URL allowed-tools: Bash(plannotator:*) +disable-model-invocation: true --- ## Code Review Feedback