Releases: hex2dec/gitee-cli
Releases · hex2dec/gitee-cli
v0.3.0
Highlights
- Added gh-style
--json <fields>selection forgitee repo view,gitee issue list,gitee pr view,gitee pr list, andgitee pr status, makinggiteeeasier 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 --versionand 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 forgitee repo view,gitee issue list,gitee pr view,gitee pr list, andgitee pr statusin #63 - Expanded supported repository, issue, and pull request fields, and documented field-selection examples in
gitee help --jsonin #66 - Improved usage errors for unsupported or unknown JSON field selection requests in #68
CLI ergonomics
- Added
gitee --versionfor quick binary version checks in #65
Agent workflows and documentation
- Split
using-gitee-clicommand references into dedicated auth, repo, issue, and pull request guides in #67 - Moved contributor guidance into
CONTRIBUTING.mdandCONTRIBUTING_CN.mdto keep the README focused on end-user usage in #60
Notes
- Full
--jsonoutput remains available across commands, while field selection currently targets the read-oriented commands above. - The installed executable is named
gitee. gitee-cliis an unofficial community project and is not affiliated with Gitee.
v0.2.0
Highlights
- Added
gitee pr editfor updating pull request titles, bodies, state, and draft readiness. - Improved
gitee repo clonewith livegit cloneprogress onstderrand 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 editfor title, body, state, and draft readiness updates in #52
Repository workflows
gitee repo clonenow streams nativegit cloneprogress tostderrwhile keeping stable text and--jsonoutput onstdoutin #56gitee repo clonenow 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-cliskill to guide agent-driven repository, issue, and pull request workflows in #51 - Added a repo-local
release-prskill to standardize version bumps, validation, and release PR creation in #58 - Added a skill installation prompt example in #54 #55
- Synced
README.mdandREADME_CN.mdguidance for clone behavior and future user-facing updates in #57
Notes
- The installed executable is named
gitee. gitee-cliis an unofficial community project and is not affiliated with Gitee.
New Contributors
- @hackerain made their first contribution in #54
gitee-cli v0.1.0
Highlights
- First public release of
gitee-cli, an agent-first CLI forgitee.comworkflows. - Script-friendly text and
--jsonoutput 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 logingitee auth status- Initial auth command surface introduced in #12
Repository workflows
gitee repo viewwith local repository context support in #13gitee repo clonewith transport selection in #15
Issue workflows
Pull request workflows
- PR inspection commands in #19
gitee pr createin #22gitee pr commentin #23gitee pr checkoutin #24gitee pr statusincluded in the v0.1.0 command set
Automation and UX
- Machine-readable help discovery via
gitee help --jsonin #46 - Migration to
clap-based argument parsing in #38 - Body input normalization around
--body-filein #37 - Additional CLI edge-case coverage in #29 and #39
Notes
- The installed executable is named
gitee. gitee-cliis an unofficial community project and is not affiliated with Gitee.