feat: v0.3.0a — add api command, pr diff/comment/review, structured errors
New commands: - fgj api: raw REST API passthrough with field inference and path interpolation - fgj pr diff: view PR diffs with color, --name-only, --stat - fgj pr comment: add comments to pull requests - fgj pr review: approve, request changes, or comment on PRs Agentic enhancements: - --json-errors flag for structured JSON error output on stderr - APIError type wrapping HTTP status codes for machine consumption - Error codes: auth_required, not_found, api_error, invalid_input, etc. Docs updated for forgejo.zerova.net/sid/fgj-sid fork.
This commit is contained in:
parent
50191cc542
commit
43e43e7024
17 changed files with 64 additions and 64 deletions
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module codeberg.org/romaintb/fgj
|
||||
module forgejo.zerova.net/sid/fgj-sid
|
||||
|
||||
go 1.23.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue