open-code-review/internal
kite dc93166205 feat(rules): add dedicated review rules for GitHub Actions and GitHub config YAML
The generic YAML rule only checked spelling in keys, which is insufficient
for CI/CD workflow files. Add layered rules with security, correctness,
reliability checks for .github/workflows/ and structure validation for
other .github/ config files (issue templates, release config).
2026-06-22 17:59:16 +08:00
..
agent refactor(agent): split agent.go into util.go and compression.go, fix compression bugs 2026-06-21 21:20:40 +08:00
config feat(rules): add dedicated review rules for GitHub Actions and GitHub config YAML 2026-06-22 17:59:16 +08:00
diff test(diff): add unit tests for readWorkspaceFileForDiff 2026-06-15 11:51:51 +08:00
gitcmd perf(tool): stream file reads line-by-line to avoid full-file memory allocation 2026-06-06 20:59:05 +08:00
llm Feat/add dashscope tokenplan provider (#155) 2026-06-19 07:47:26 +08:00
model fix(diff): detect renamed and deleted files correctly in diff parsing (#105) 2026-06-14 22:29:02 +08:00
pathutil Fix workspace symlink diff containment (#125) 2026-06-15 00:03:36 +08:00
release fix(build): improve Windows support based on PR #13 review feedback 2026-06-02 22:37:27 +08:00
session fix(session): restrict session dir and file permissions to owner-only 2026-06-17 12:45:31 +05:30
stdout style: apply go fmt formatting 2026-06-03 17:34:28 +08:00
suggestdiff feat: init 2026-05-20 22:03:52 +08:00
telemetry feat(llm): enable Anthropic prompt caching and fix token accounting 2026-06-06 19:26:34 +08:00
tool Fix workspace symlink diff containment (#125) 2026-06-15 00:03:36 +08:00
viewer fix(viewer): use real API token usage in session page instead of tiktoken estimates 2026-06-06 21:17:47 +08:00