mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
ui: change agent header prefix from # to < for better visual hierarchy
This commit is contained in:
parent
2c2b1ea90a
commit
0a3f558de2
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ export const RunCommand = cmd({
|
|||
if (event.type === "message.updated" && event.properties.info.role === "assistant" && !start) {
|
||||
start = true
|
||||
UI.empty()
|
||||
UI.println(`# ${event.properties.info.agent} · ${event.properties.info.modelID}`)
|
||||
UI.println(`< ${event.properties.info.agent} · ${event.properties.info.modelID}`)
|
||||
UI.empty()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue