fix: handle Pi in opencode agent display names

This commit is contained in:
Franklin 2026-02-05 17:10:53 -05:00
parent a744a8086a
commit e8ac963be4

View file

@ -655,6 +655,7 @@ fn agent_display_name(agent: AgentId) -> &'static str {
AgentId::Opencode => "OpenCode",
AgentId::Amp => "Amp",
AgentId::Mock => "Mock",
AgentId::Pi => "Pi",
}
}