feat(prompt): add shell mode UI with cancel button, custom icon, and example placeholder (#24105)

This commit is contained in:
Brendan Allan
2026-04-24 14:04:55 +08:00
committed by GitHub
parent 6c1268f3b1
commit 4712f0f3c1
21 changed files with 40 additions and 29 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ export const dict = {
"common.saving": "Salvando...",
"common.default": "Padrão",
"common.attachment": "anexo",
"prompt.placeholder.shell": "Digite comando do shell...",
"prompt.placeholder.shell": "Digite comando do shell... {{example}}",
"prompt.placeholder.normal": 'Pergunte qualquer coisa... "{{example}}"',
"prompt.placeholder.simple": "Pergunte qualquer coisa...",
"prompt.placeholder.summarizeComments": "Resumir comentários…",