We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e3cac commit 8346550Copy full SHA for 8346550
packages/opencode/src/cli/cmd/tui/app.tsx
@@ -173,14 +173,14 @@ function App() {
173
// Update terminal window title based on current route and session
174
createEffect(() => {
175
if (route.data.type === "home") {
176
- renderer.setTerminalTitle("opencode")
+ renderer.setTerminalTitle("OpenCode")
177
return
178
}
179
180
if (route.data.type === "session") {
181
const session = sync.session.get(route.data.sessionID)
182
if (!session || SessionApi.isDefaultTitle(session.title)) {
183
184
185
186
0 commit comments