storkit: merge 438_story_slash_command_autocomplete_in_web_ui_text_input

This commit is contained in:
dave
2026-03-28 22:09:36 +00:00
parent a53967453e
commit 5992f9bd19
10 changed files with 513 additions and 83 deletions
+1
View File
@@ -136,6 +136,7 @@ function MessageItemInner({ msg }: MessageItemProps) {
return (
<div
// biome-ignore lint/suspicious/noArrayIndexKey: ToolCall has no stable ID
key={`tool-${i}-${tc.function.name}`}
style={{
display: "flex",