open-code-review/cmd/opencodereview
Lei Zhang 813205552d
fix: use text/tabwriter for dynamic column alignment in ocr llm providers (#146)
- Replace hardcoded fmt.Printf width specifiers with text/tabwriter
- Column widths now adapt to actual content, preventing overflow
- Eliminates risk of misaligned columns when provider names exceed preset width
2026-06-16 10:54:15 +08:00
..
config_cmd.go feat: add interactive provider setup with TUI and documentation 2026-06-14 10:49:33 +08:00
config_cmd_test.go feat: add interactive provider setup with TUI and documentation 2026-06-14 10:49:33 +08:00
flags.go feat: add interactive provider setup with TUI and documentation 2026-06-14 10:49:33 +08:00
git.go fix(security): block git ref option injection (#112) 2026-06-13 11:07:59 +08:00
llm_cmd.go fix: use text/tabwriter for dynamic column alignment in ocr llm providers (#146) 2026-06-16 10:54:15 +08:00
main.go feat: add interactive provider setup with TUI and documentation 2026-06-14 10:49:33 +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
provider_cmd.go feat: add interactive provider setup with TUI and documentation 2026-06-14 10:49:33 +08:00
provider_tui.go fix(tui): widen cpAuth input to prevent placeholder truncation 2026-06-14 21:59:21 +08:00
provider_tui_test.go feat: add interactive provider setup with TUI and documentation 2026-06-14 10:49:33 +08:00
review_cmd.go fix(security): block git ref option injection (#112) 2026-06-13 11:07:59 +08:00
review_cmd_test.go fix(security): block git ref option injection (#112) 2026-06-13 11:07:59 +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