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 <noreply@anthropic.com>
This commit is contained in:
dj-oyu 2026-02-22 06:00:41 +09:00
parent 1a50c63f84
commit dc93052c71

View file

@ -342,7 +342,7 @@
<div class="cmd-chips">
<button class="cmd-chip" data-cmd="/session">/session</button>
<button class="cmd-chip" data-cmd="/skills">/skills</button>
<button class="cmd-chip" data-cmd="/plan status">/plan status</button>
<button class="cmd-chip" data-cmd="/plan">/plan</button>
</div>
</div>
<div class="card">