mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 14:55:19 +00:00
ui: change agent header prefix from # to < for better visual hierarchy
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user