ui: change agent header prefix from # to < for better visual hierarchy
parent
2c2b1ea90a
commit
0a3f558de2
|
|
@ -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…
Reference in New Issue