From cb1b45ae4e5e740f192fb7dcdcd7958c03059c9a Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 16 Jan 2026 13:03:21 +0800 Subject: [PATCH] feat(opencode): add OpenCode icon to icon system Register OpenCode SVG icon in the icons index so AppSwitcher displays the proper logo instead of fallback initials. --- src/icons/extracted/index.ts | 1 + src/icons/extracted/opencode-logo-light.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/icons/extracted/opencode-logo-light.svg diff --git a/src/icons/extracted/index.ts b/src/icons/extracted/index.ts index e42634298..1545b6e1b 100644 --- a/src/icons/extracted/index.ts +++ b/src/icons/extracted/index.ts @@ -53,6 +53,7 @@ export const icons: Record = { longcat: `LongCat`, modelscope: `ModelScope`, aihubmix: `AiHubMix`, + opencode: `OpenCode`, }; export const iconList = Object.keys(icons); diff --git a/src/icons/extracted/opencode-logo-light.svg b/src/icons/extracted/opencode-logo-light.svg new file mode 100644 index 000000000..b79140a50 --- /dev/null +++ b/src/icons/extracted/opencode-logo-light.svg @@ -0,0 +1 @@ + \ No newline at end of file