From 6ddddbbc0d131abcc33cbbbe156a8eab2b074b68 Mon Sep 17 00:00:00 2001 From: "claude[bot]" Date: Sun, 26 Apr 2026 18:26:01 +0000 Subject: [PATCH] fix(opencode): add missing body to plannotator-last command The command file had only a frontmatter description and an empty body. All other OpenCode commands (annotate, review, archive) have a brief instruction body; this omission left the agent with no guidance when the command was invoked outside the plugin's intercept path. Co-Authored-By: Claude Code --- apps/opencode-plugin/commands/plannotator-last.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/opencode-plugin/commands/plannotator-last.md b/apps/opencode-plugin/commands/plannotator-last.md index 8001428b..eb5c145a 100644 --- a/apps/opencode-plugin/commands/plannotator-last.md +++ b/apps/opencode-plugin/commands/plannotator-last.md @@ -1,3 +1,6 @@ --- description: Annotate the last assistant message --- + +The Plannotator Annotate-Last UI has been triggered. Opening the annotation UI for the last assistant message... +Acknowledge "Opening annotate-last UI..." and wait for the user's feedback.