open-code-review/internal
kite e55974e6be
feat(viewer): modernize web UI design (#616)
Redesign the OCR viewer interface with a modern developer-tool aesthetic:
- New color system with layered surfaces and indigo accents
- Dark mode with deeper tones and refined contrast
- Branded navigation with official OCR logo (inline SVG)
- Improved card, table, and accordion components
- Subtle animations with prefers-reduced-motion support
- System font stack (no external dependencies)
- color-mix() with proper fallbacks for older browsers
- Responsive layout improvements
2026-07-31 11:10:51 +08:00
..
agent feat(agent): add token-cost budget guardrails to the review path (#508) 2026-07-30 10:49:13 +08:00
config feat(allowlist): add Protocol Buffers (.proto) support (#473) 2026-07-30 17:01:11 +08:00
delegate fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
diff refactor(diff): strip index headers from review prompts (#609) 2026-07-30 17:27:13 +08:00
gitcmd test: expand unit test coverage for agent, llm, llmloop, and tool packages 2026-06-26 23:09:11 +08:00
llm fix: ensureMessagesSuffix double-paths URLs ending with /v1 (#533) 2026-07-28 11:14:23 +08:00
llmloop fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
mcp feat(mcp): support remote MCP servers via Streamable HTTP (#360) 2026-07-27 20:29:29 +08:00
model test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
pathutil test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
release fix(build): improve Windows support based on PR #13 review feedback 2026-06-02 22:37:27 +08:00
scan feat(agent): add token-cost budget guardrails to the review path (#508) 2026-07-30 10:49:13 +08:00
session test(session): (#590) 2026-07-30 14:52:08 +08:00
stdout test: add unit tests for output_helpers, config, model, stdout, and telemetry packages 2026-06-26 23:26:49 +08:00
suggestdiff test: add unit tests for pure logic functions across 6 packages 2026-06-26 22:41:35 +08:00
telemetry fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
tool fix: align Go module path with actual GitHub repository (#526) 2026-07-27 19:52:35 +08:00
viewer feat(viewer): modernize web UI design (#616) 2026-07-31 11:10:51 +08:00