open-code-review/cmd/opencodereview
kite 49e1c700ed fix(cli): embed summary into JSON output to avoid breaking JSON parsing
When using --audience agent --format json, the text summary line was
printed before the JSON body, causing parse failures for integrations.
Move summary data into the JSON "summary" field and skip PrintTraceSummary
in JSON mode.
2026-06-03 15:38:22 +08:00
..
config_cmd.go refactor(config): rename config directory from .open-code-review to .opencodereview 2026-05-25 23:07:36 +08:00
flags.go feat(cli): add --max-tools flag to control max tool call rounds per file 2026-06-01 20:04:24 +08:00
git.go feat: init 2026-05-20 22:03:52 +08:00
llm_cmd.go refactor(config): rename config directory from .open-code-review to .opencodereview 2026-05-25 23:07:36 +08:00
main.go feat(cli): display GitHub repository URL in version and help output 2026-06-02 22:50:36 +08:00
output.go fix(cli): embed summary into JSON output to avoid breaking JSON parsing 2026-06-03 15:38:22 +08:00
review_cmd.go fix(cli): embed summary into JSON output to avoid breaking JSON parsing 2026-06-03 15:38:22 +08:00
rules_cmd.go feat(rules): add ocr rules check command to preview effective rule for a file path 2026-05-26 22:11:39 +08:00
version.go feat(cli): display GitHub repository URL in version and help output 2026-06-02 22:50:36 +08:00
viewer_cmd.go feat: init 2026-05-20 22:03:52 +08:00