Browse Source

tweak: oc -> OC

Aiden Cline 2 months ago
parent
commit
e36c349222
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/opencode/src/cli/cmd/tui/app.tsx

+ 1 - 1
packages/opencode/src/cli/cmd/tui/app.tsx

@@ -186,7 +186,7 @@ function App() {
 
       // Truncate title to 40 chars max
       const title = session.title.length > 40 ? session.title.slice(0, 37) + "..." : session.title
-      renderer.setTerminalTitle(`oc | ${title}`)
+      renderer.setTerminalTitle(`OC | ${title}`)
     }
   })