fix(KB-259): update subtask button tooltip for live feature

- Update subtask button tooltip from "coming soon" to "Break down into AI-generated subtasks"

- Apply tooltip fix to both QuickEntryBox and InlineCreateCard components

- Add changeset for patch release
This commit is contained in:
gsxdsm
2026-03-31 05:52:29 -07:00
parent 34d47eddfd
commit 56a46092f7
3 changed files with 9 additions and 2 deletions

View File

@@ -666,7 +666,7 @@ export function InlineCreateCard({
onClick={handleSubtaskClick}
disabled={!description.trim()}
data-testid="subtask-button"
title="Break down into subtasks (coming soon)"
title="Break down into AI-generated subtasks"
>
<ListTree size={12} style={{ verticalAlign: "middle" }} />
Subtask

View File

@@ -614,7 +614,7 @@ export function QuickEntryBox({ onCreate, addToast, tasks = [], availableModels,
onClick={handleSubtaskClick}
disabled={!description.trim()}
data-testid="subtask-button"
title="Break down into subtasks (coming soon)"
title="Break down into AI-generated subtasks"
>
<ListTree size={12} style={{ verticalAlign: "middle" }} />
Subtask