Skip to content

Commit ec72de4

Browse files
committed
feat(control-ui): dockable ghostty-web terminal panel
1 parent f083f35 commit ec72de4

36 files changed

Lines changed: 1707 additions & 2 deletions

ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@openclaw/media-core": "workspace:*",
1515
"@openclaw/normalization-core": "workspace:*",
1616
"dompurify": "3.4.11",
17+
"ghostty-web": "0.4.0",
1718
"highlight.js": "11.11.1",
1819
"json5": "2.2.3",
1920
"lit": "3.3.3",

ui/src/i18n/.i18n/hi.tm.jsonl

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/src/i18n/.i18n/ru.tm.jsonl

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/src/i18n/locales/ar.ts

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/src/i18n/locales/de.ts

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/src/i18n/locales/en.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,22 @@ export const en: TranslationMap = {
416416
collapse: "Collapse sidebar",
417417
resize: "Resize sidebar",
418418
},
419+
terminal: {
420+
title: "Terminal",
421+
toggle: "Toggle terminal",
422+
open: "Open terminal",
423+
hide: "Hide terminal",
424+
resize: "Resize terminal panel",
425+
newSession: "New terminal session",
426+
closeSession: "Close terminal session",
427+
starting: "Starting terminal…",
428+
tabLabel: "shell {n}",
429+
tabHint: "{agent} · {cwd}",
430+
exited: "exited",
431+
exitedCode: "exited ({code})",
432+
dockBottom: "Dock to bottom",
433+
dockRight: "Dock to right",
434+
},
419435
tabs: {
420436
agents: "Agents",
421437
activity: "Activity",

ui/src/i18n/locales/es.ts

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/src/i18n/locales/fa.ts

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/src/i18n/locales/fr.ts

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/src/i18n/locales/hi.ts

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)