From 810255a851ca007aa927123d43581ec5e3bf57dd Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 8 Oct 2025 20:06:05 -0400 Subject: [PATCH] tui: improve agent tab separator visual with powerline symbol for better session distinction --- opencode.json | 12 +----------- packages/opencode/src/cli/cmd/tui/attach.tsx | 5 ++--- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/opencode.json b/opencode.json index 04f5def8f..7da874d36 100644 --- a/opencode.json +++ b/opencode.json @@ -1,14 +1,4 @@ { "$schema": "https://opencode.ai/config.json", - "plugin": ["opencode-openai-codex-auth"], - "mcp": { - "weather": { - "type": "local", - "command": ["bun", "x", "@h1deya/mcp-server-weather"] - }, - "puppeteer": { - "type": "local", - "command": ["buns", "x", "puppeteer-mcp-server"] - } - } + "plugin": ["opencode-openai-codex-auth"] } diff --git a/packages/opencode/src/cli/cmd/tui/attach.tsx b/packages/opencode/src/cli/cmd/tui/attach.tsx index 5b1c0b054..9f70cdf99 100644 --- a/packages/opencode/src/cli/cmd/tui/attach.tsx +++ b/packages/opencode/src/cli/cmd/tui/attach.tsx @@ -223,10 +223,9 @@ function App(props: { onExit: () => void }) { tab - + {""} - {" "} - {local.agent.current().name.toUpperCase()} + {local.agent.current().name.toUpperCase()} AGENT