Skip to content

Commit 3600bc5

Browse files
committed
Shorten placeholder hint to "/ for skills"
1 parent 71ebf11 commit 3600bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/code/src/renderer/features/task-detail/components/TaskInputEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const TaskInputEditor = forwardRef<
7676

7777
const hints = [
7878
"@ to add files",
79-
"/ for commands and skills",
79+
"/ for skills",
8080
hasHistory ? "\u2191\u2193 for history" : "",
8181
]
8282
.filter(Boolean)

0 commit comments

Comments
 (0)