style: update agent icons (top hat, tower, cat face)

This commit is contained in:
Steve Yegge
2025-12-21 16:00:37 -08:00
parent 2e59c002e8
commit 7ee798c533

View File

@@ -43,12 +43,12 @@ var AgentTypeColors = map[AgentType]string{
// AgentTypeIcons maps agent types to display icons.
var AgentTypeIcons = map[AgentType]string{
AgentMayor: "👑",
AgentDeacon: "",
AgentMayor: "🎩",
AgentDeacon: "🗼",
AgentWitness: "👁",
AgentRefinery: "🏭",
AgentCrew: "👷",
AgentPolecat: "🐾",
AgentPolecat: "😺",
}
var agentsCmd = &cobra.Command{