ui: change agent header prefix from # to < for better visual hierarchy

pull/11814/head
Dax Raad 2026-02-02 14:52:00 -05:00
parent 2c2b1ea90a
commit 0a3f558de2
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}