Skip to content

Commit 79fb19d

Browse files
committed
style: adjust the tree structure symbols
1 parent b242190 commit 79fb19d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ui/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export function App({ projectRoot, version = "", onRestart }: AppProps): React.R
283283
reasoningEffort: selection.reasoningEffort,
284284
},
285285
};
286-
const content = `/model\n Set model to ${selection.model}`;
286+
const content = `/model\n Set model to ${selection.model}`;
287287

288288
if (activeSessionId) {
289289
sessionManager.addSessionSystemMessage(activeSessionId, content, meta);

src/ui/MessageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function MessageView({ message, collapsed }: Props): React.ReactElement |
9191
<Box flexGrow={1} flexDirection="column">
9292
<Text color="cyan">/model</Text>
9393
<Text color="cyan">
94-
Set model to{" "}
94+
Set model to{" "}
9595
<Text bold color="#229ac3">
9696
{message.meta.modelConfig?.model}
9797
</Text>

0 commit comments

Comments
 (0)