Skip to content

Releases: hex2dec/gitee-cli

v0.3.0

15 Apr 10:34
1aec906

Choose a tag to compare

Highlights

  • Added gh-style --json <fields> selection for gitee repo view, gitee issue list, gitee pr view, gitee pr list, and gitee pr status, making gitee easier to script and easier for agents to consume.
  • Expanded the supported JSON field set and command help metadata so users can discover valid fields directly from gitee help --json.
  • Added gitee --version and clearer usage errors for unsupported JSON field selection requests.

Included in v0.3.0

JSON output and scripting workflows

  • Added gh-style --json <fields> selection for gitee repo view, gitee issue list, gitee pr view, gitee pr list, and gitee pr status in #63
  • Expanded supported repository, issue, and pull request fields, and documented field-selection examples in gitee help --json in #66
  • Improved usage errors for unsupported or unknown JSON field selection requests in #68

CLI ergonomics

  • Added gitee --version for quick binary version checks in #65

Agent workflows and documentation

  • Split using-gitee-cli command references into dedicated auth, repo, issue, and pull request guides in #67
  • Moved contributor guidance into CONTRIBUTING.md and CONTRIBUTING_CN.md to keep the README focused on end-user usage in #60

Notes

  • Full --json output remains available across commands, while field selection currently targets the read-oriented commands above.
  • The installed executable is named gitee.
  • gitee-cli is an unofficial community project and is not affiliated with Gitee.

v0.2.0

02 Apr 09:44
c36f485

Choose a tag to compare

Highlights

  • Added gitee pr edit for updating pull request titles, bodies, state, and draft readiness.
  • Improved gitee repo clone with live git clone progress on stderr and a saved SSH/HTTPS protocol preference.
  • Expanded agent and release workflow support with repo-local skills and synchronized user-facing documentation.

Included in v0.2.0

Pull request workflows

  • gitee pr edit for title, body, state, and draft readiness updates in #52

Repository workflows

  • gitee repo clone now streams native git clone progress to stderr while keeping stable text and --json output on stdout in #56
  • gitee repo clone now prompts for SSH or HTTPS on first use and saves that preference for later clones in #56

Agent workflows and documentation

  • Added the using-gitee-cli skill to guide agent-driven repository, issue, and pull request workflows in #51
  • Added a repo-local release-pr skill to standardize version bumps, validation, and release PR creation in #58
  • Added a skill installation prompt example in #54 #55
  • Synced README.md and README_CN.md guidance for clone behavior and future user-facing updates in #57

Notes

  • The installed executable is named gitee.
  • gitee-cli is an unofficial community project and is not affiliated with Gitee.

New Contributors

gitee-cli v0.1.0

20 Mar 15:48
dafc3fb

Choose a tag to compare

Highlights

  • First public release of gitee-cli, an agent-first CLI for gitee.com workflows.
  • Script-friendly text and --json output for local terminals, automation, and AI-driven tooling.
  • Local git repository context support for common repository, issue, and pull request flows.

Included in v0.1.0

Authentication

  • gitee auth login
  • gitee auth status
  • Initial auth command surface introduced in #12

Repository workflows

  • gitee repo view with local repository context support in #13
  • gitee repo clone with transport selection in #15

Issue workflows

  • Issue inspection commands in #20
  • gitee issue comment in #25 and #27
  • gitee issue create in #44

Pull request workflows

  • PR inspection commands in #19
  • gitee pr create in #22
  • gitee pr comment in #23
  • gitee pr checkout in #24
  • gitee pr status included in the v0.1.0 command set

Automation and UX

  • Machine-readable help discovery via gitee help --json in #46
  • Migration to clap-based argument parsing in #38
  • Body input normalization around --body-file in #37
  • Additional CLI edge-case coverage in #29 and #39

Notes

  • The installed executable is named gitee.
  • gitee-cli is an unofficial community project and is not affiliated with Gitee.