From 256d80bf9a180b3eaad851af6495420a249a5740 Mon Sep 17 00:00:00 2001 From: dj-oyu <68707227+dj-oyu@users.noreply.github.com> Date: Sun, 22 Feb 2026 06:00:41 +0900 Subject: [PATCH] fix: change /plan status chip to /plan to avoid accidental plan creation /plan status falls through to the default case in handlePlanCommand, which treats "status" as a task description and starts a new plan. The correct command to show plan progress is just /plan (no args). Co-Authored-By: Claude Opus 4.6 --- pkg/miniapp/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/miniapp/static/index.html b/pkg/miniapp/static/index.html index b668e87f7..bc51b259d 100644 --- a/pkg/miniapp/static/index.html +++ b/pkg/miniapp/static/index.html @@ -342,7 +342,7 @@
- +