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