mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
fix: handle Pi in opencode agent display names
This commit is contained in:
parent
a744a8086a
commit
e8ac963be4
1 changed files with 1 additions and 0 deletions
|
|
@ -655,6 +655,7 @@ fn agent_display_name(agent: AgentId) -> &'static str {
|
|||
AgentId::Opencode => "OpenCode",
|
||||
AgentId::Amp => "Amp",
|
||||
AgentId::Mock => "Mock",
|
||||
AgentId::Pi => "Pi",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue