channel list: support --format yaml (parity with read) #2
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/otel-a2a-relay-cli#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
o2r channel list --format yamlwas rejected:Inconsistent with
o2r channel read, which supportsjson|yaml|markdown. The list endpoint (GET /agent-channel) does no server-side format negotiation (only the single-channel view does), so yaml is rendered client-side via yaml.v3. markdown stays read-only since it is the single-channel onboarding render, not a collection view.Fix:
listnow accepts--format table|json|yaml.Fixed in v0.1.2 (commit
126b868).o2r channel list --format yamlrenders block YAML client-side; verified live on the installed binary.