open-code-review/internal
kite 729c8647b7 fix(tool): use fixed-string matching by default in code_search to fix Linux failures
The code_search tool used -E (extended regex) by default, causing
unmatched parentheses in search patterns (e.g. "func Hello()") to
trigger "Unmatched ( or \(" fatal errors on Linux (GNU regex is strict),
while macOS (BSD regex) silently tolerated them. Since the tool
definition states the default mode is "literal text", switch to -F
(fixed string). Also capture stderr separately so real errors are
surfaced instead of being silently reported as "No matches found".
2026-06-05 23:59:01 +08:00
..
agent feat(session,viewer): record review mode and diff refs in session 2026-06-05 09:44:33 +08:00
config fix(tool): use fixed-string matching by default in code_search to fix Linux failures 2026-06-05 23:59:01 +08:00
diff fix(diff,tool): read file content at reviewed ref in range/commit mode 2026-06-04 15:20:14 +08:00
llm style: apply go fmt formatting 2026-06-03 17:34:28 +08:00
model feat: init 2026-05-20 22:03:52 +08:00
release fix(build): improve Windows support based on PR #13 review feedback 2026-06-02 22:37:27 +08:00
session feat(session,viewer): record review mode and diff refs in session 2026-06-05 09:44:33 +08:00
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 style: apply go fmt formatting 2026-06-03 17:34:28 +08:00
tool fix(tool): use fixed-string matching by default in code_search to fix Linux failures 2026-06-05 23:59:01 +08:00
viewer feat(session,viewer): record review mode and diff refs in session 2026-06-05 09:44:33 +08:00