Files
multica/server
J 3dfcb531cc fix(cli): drop "Showing N comments." stderr preamble on issue comment list
This was the only `list` subcommand that printed a human-readable count
to stderr. Consumers that merge stdout/stderr (agent harnesses, CI
`2>&1`) saw it interleaved with the JSON array on `--output json`, and
in table mode it carried no information the table itself didn't.

The `Next thread cursor` / `Next reply cursor` lines stay — they're
real paging signals the agent runtime reads from stderr.

Closes #3303
MUL-2709

Co-authored-by: multica-agent <github@multica.ai>
2026-05-27 13:06:54 +08:00
..