Skip to content

Commit 5a577b1

Browse files
committed
fix($skill): add skill pill CSS class + regenerate SDK
- [&_[data-type=skill]]:text-syntax-string CSS class on editor (design review color token) - SDK regenerated with SkillPartInput in PromptInput v2 types - Code review: 2 of 4 issues resolved (SDK regen + pill CSS)
1 parent 07dc1dd commit 5a577b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/app/src/components/prompt-input.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,8 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
14471447
"w-full pl-3 pr-2 pt-2 text-14-regular text-text-strong focus:outline-none whitespace-pre-wrap": true,
14481448
"[&_[data-type=file]]:text-syntax-property": true,
14491449
"[&_[data-type=agent]]:text-syntax-type": true,
1450+
// Design review: text-syntax-string (warm/amber) for $skill pills
1451+
"[&_[data-type=skill]]:text-syntax-string": true,
14501452
"font-mono!": store.mode === "shell",
14511453
}}
14521454
style={{ "padding-bottom": space }}

0 commit comments

Comments
 (0)