cli/pkg/cmd/discussion
Babak K. Shandiz 618dbf33f0
fix(discussion/client): improve label resolution error handling
- Break early from pagination when all wanted labels are found
- Collect all missing labels and report them in a single error message
- Guard missing-label check with len(found) != len(wanted)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-05 12:46:33 +01:00
..
client fix(discussion/client): improve label resolution error handling 2026-05-05 12:46:33 +01:00
list fix(discussion list): include search keywords in web mode 2026-04-14 15:07:32 +01:00
shared feat(discussion view): add cursor-based pagination to comments 2026-04-24 23:50:04 +01:00
view test(discussion view): consolidate view run tests 2026-04-29 13:05:21 +01:00
discussion.go Add discussion view command 2026-04-24 21:24:25 +01:00