Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 3ac8222

Browse files
authored
fix: update logo (anomalyco#3833)
1 parent c1f9249 commit 3ac8222

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • packages/opencode/src/cli

packages/opencode/src/cli/ui.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ import { NamedError } from "../util/error"
44

55
export namespace UI {
66
const LOGO = [
7-
[`█▀▀█ █▀▀█ █▀▀ █▀▀▄ `, `█▀▀ █▀▀█ █▀▀▄ █▀▀`],
8-
[`█░░█ █░░█ █▀▀ █░░█ `, `█░░ █░░█ █░░█ █▀▀`],
9-
[`▀▀▀▀ █▀▀▀ ▀▀▀ ▀ ▀ `, `▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀`],
7+
[`  `, ` ▄ `],
8+
[`█▀▀█ █▀▀█ █▀▀█ █▀▀▄ `, `█▀▀▀ █▀▀█ █▀▀█ █▀▀█`],
9+
[`█░░█ █░░█ █▀▀▀ █░░█ `, `█░░░ █░░█ █░░█ █▀▀▀`],
10+
[`▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀ ▀ `, `▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀`],
1011
]
1112

1213
export const CancelledError = NamedError.create("UICancelledError", z.void())

0 commit comments

Comments
 (0)