Skip to content

Commit cc642e5

Browse files
brand: tunnelcode wordmark in TUI interface logo
Upstream's TUI rewrite (anomalyco#31049, v1.17.7 merge) introduced packages/tui/src/logo.ts with the upstream "opencode" wordmark, which the fork never re-branded — so the interface reverted to "opencode" while only the CLI splash (cli/logo.ts) stayed "tunnelcode". Mirror the branded wordmark here so the TUI shows tunnelcode again. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2302ffd commit cc642e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tui/src/logo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const logo = {
2-
left: [" ", "█▀▀█ █▀▀█ █▀▀ █▀▀▄", "__█ █__█ █^^^ █__█", "▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀~~▀"],
2+
left: [" ", "████ █__█ █▀▀ █▀▀▄ █▀▀█ █___", "_██_ █__█ █__█ █__█ █^^^ █___", " ▀▀ ▀▀▀▀ ▀~~▀ ▀~~▀ ▀▀▀▀ ▀▀▀▀"],
33
right: [" ▄ ", "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", "█___ █__█ █__█ █^^^", "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"],
44
}
55

0 commit comments

Comments
 (0)