open-code-review/cmd/opencodereview
kite dd0ebd905e feat: allow --max-tools to lower per-file tool call limit with minimum of 10
Previously --max-tools only took effect when greater than the template
default (30), making it impossible to reduce iterations for large diffs.
Now any non-zero value overrides the default, clamped to a floor of 10
with a stderr warning when the input is below the minimum.
2026-06-09 22:21:08 +08:00
..
config_cmd.go refactor(llm): deduplicate and validate auth header normalization 2026-06-08 20:21:28 +08:00
config_cmd_test.go fix(llm): support Anthropic auth header (#77) 2026-06-08 19:35:12 +08:00
flags.go feat: allow --max-tools to lower per-file tool call limit with minimum of 10 2026-06-09 22:21:08 +08:00
git.go feat(cli): auto-load commit message as background in commit review mode 2026-06-04 11:54:14 +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(output): skip subtask_error in final warning summary to avoid duplicate logging 2026-06-06 20:31:07 +08:00
review_cmd.go feat: allow --max-tools to lower per-file tool call limit with minimum of 10 2026-06-09 22:21:08 +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