gitlink-cli/shortcuts/issue
1os21ka23r9navae6mrro b08d3d04a8 feat(issue): support threaded replies via --reply-to and +comment-replies
- issue +comment --reply-to <id>: reply to an existing comment; the
  server requires both parent_id and reply_id, so both are set
- issue +comment-replies: list a comment's replies via the
  children_journals endpoint with --page/--limit

Production-verified: parent -> reply -> list replies -> delete
round-trip on a real issue. 3 new unit tests and bilingual docs.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-07-08 13:56:44 +00:00
..
batch.go feat(issue): add batch maintenance shortcuts 2026-06-15 08:21:10 +08:00
batch_test.go feat(issue): add batch maintenance shortcuts 2026-06-15 08:21:10 +08:00
issue.go feat(issue): support threaded replies via --reply-to and +comment-replies 2026-07-08 13:56:44 +00:00
issue_test.go feat(issue): support threaded replies via --reply-to and +comment-replies 2026-07-08 13:56:44 +00:00