Skip to content

Releases: kipyin/gitee-cli

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 12 Aug 07:59

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 05:13

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 06:13

[0.2.0] — 2026-07-24

Breaking

  • issue comment / pr comment are now subcommand groups. Create a comment with the new verb:

    • gitee issue comment create <ident> -m "…" (was gitee issue comment <ident> -m "…")
    • gitee pr comment create <n> -m "…" (was gitee pr comment <n> -m "…")

    The old flat form is removed. Siblings under comment: list, edit, delete (--last targets the current user's most-recent comment; delete on a missing id is idempotent exit 0).

Added

  • issue comment / pr comment list, edit, and delete, including --last to target the current user's most-recent comment.
  • pr comment create optional --path / --position / --commit-id for positional (diff-line) comments; create returns the richer PrComment model so positional fields survive --json.
  • issue label / pr label {add,remove,list} for non-destructive label membership on an item (distinct from repo-level gitee label).
  • pr assignee / pr tester {add,remove,list} for non-destructive reviewer (审查人) and tester (测试人) membership.
  • pr commits <n> to list commits on a pull request.
  • pr view <n> --merged for a scriptable merge-state exit code (0 merged / 1 not); default pr view output also shows merged state.

Full Changelog: v0.1.6...v0.2.0

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 21 Jul 14:55

What's Changed

  • feat: Update notice when a newer GitHub release exists by @kipyin in #2

Full Changelog: v0.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:19

What's Changed

  • docs(agents): add Cursor Cloud dev environment setup notes by @kipyin in #1

New Contributors

  • @kipyin made their first contribution in #1

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 20 Jul 16:08

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 18 Jul 14:02

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 18 Jul 03:58

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:23

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:21