(action string)
| 395 | } |
| 396 | |
| 397 | func agentActionCLI(action string) string { |
| 398 | return "agent." + strings.TrimSpace(action) |
| 399 | } |
| 400 | |
| 401 | func writeAgentChannelMessages(cmd *cobra.Command, messages []AgentChannelMessageRecord) error { |
| 402 | mode, err := resolveOutputFormat(cmd) |
no outgoing calls
no test coverage detected