open-code-review/internal/viewer
c c66a6782cd
fix(cli): align help text and aliases with actual behavior (#557)
- implement the documented `ocr v` alias for viewer in dispatch
- list the implemented --exclude flag in `ocr review -h`
- mention mcp_servers.<name> in the `config unset` usage error
- add missing delegate/viewer -h hints to top-level usage
- print localhost instead of wildcard hosts in viewer banner URLs
2026-07-28 19:13:20 +08:00
..
static feat(viewer): fix top breadcrumb to get more comfortable experience (#298) 2026-07-23 20:45:25 +08:00
templates feat(viewer): make human readable token usage for session (#278) 2026-07-03 12:01:46 +08:00
handler.go feat: init 2026-05-20 22:03:52 +08:00
handler_test.go test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
hostguard.go fix(cli): align help text and aliases with actual behavior (#557) 2026-07-28 19:13:20 +08:00
hostguard_test.go fix(cli): align help text and aliases with actual behavior (#557) 2026-07-28 19:13:20 +08:00
server.go fix(cli): align help text and aliases with actual behavior (#557) 2026-07-28 19:13:20 +08:00
server_extra_test.go test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
server_test.go feat(viewer): make human readable token usage for session (#278) 2026-07-03 12:01:46 +08:00
store.go fix(viewer): use real API token usage in session page instead of tiktoken estimates 2026-06-06 21:17:47 +08:00
store_load_test.go test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
store_test.go fix: stabilize TestDiscoverRepos_FindsRepos with explicit mtime ordering 2026-06-26 23:31:51 +08:00