diff options
| author | Brendan Allan <[email protected]> | 2026-04-24 14:04:55 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-24 14:04:55 +0800 |
| commit | 4712f0f3c185fc3a348e2609689130fd2d901954 (patch) | |
| tree | 7a05f5b581360ff959a6eb32708db2f81b80ddca /packages/storybook | |
| parent | 6c1268f3b18ed289bc524ed10add8c3caa6131d2 (diff) | |
| download | opencode-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.ts | 2 |
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", |
