summaryrefslogtreecommitdiffhomepage
path: root/packages/storybook
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-04-24 14:04:55 +0800
committerGitHub <[email protected]>2026-04-24 14:04:55 +0800
commit4712f0f3c185fc3a348e2609689130fd2d901954 (patch)
tree7a05f5b581360ff959a6eb32708db2f81b80ddca /packages/storybook
parent6c1268f3b18ed289bc524ed10add8c3caa6131d2 (diff)
downloadopencode-4712f0f3c185fc3a348e2609689130fd2d901954.tar.gz
opencode-4712f0f3c185fc3a348e2609689130fd2d901954.zip
feat(prompt): add shell mode UI with cancel button, custom icon, and example placeholder (#24105)
Diffstat (limited to 'packages/storybook')
-rw-r--r--packages/storybook/.storybook/mocks/app/context/language.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/storybook/.storybook/mocks/app/context/language.ts b/packages/storybook/.storybook/mocks/app/context/language.ts
index c3317ca2e..df28d79fb 100644
--- a/packages/storybook/.storybook/mocks/app/context/language.ts
+++ b/packages/storybook/.storybook/mocks/app/context/language.ts
@@ -5,7 +5,7 @@ const dict: Record<string, string> = {
"prompt.loading": "Loading prompt...",
"prompt.placeholder.normal": "Ask anything...",
"prompt.placeholder.simple": "Ask anything...",
- "prompt.placeholder.shell": "Run a shell command...",
+ "prompt.placeholder.shell": "Run a shell command... {{example}}",
"prompt.placeholder.summarizeComment": "Summarize this comment",
"prompt.placeholder.summarizeComments": "Summarize these comments",
"prompt.action.attachFile": "Attach files",