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:
parent
1a50c63f84
commit
dc93052c71
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue