qwen-code/packages/server/src
Taylor Mullen fa4a04157f refactor: Improve editCorrector logic and type safety
- Refactor `ensureCorrectEdit` to clarify the correction flow for `old_string` and `new_string`.
- Only correct `new_string` if it was potentially escaped; otherwise, use the original.
- Introduce `CorrectedEditParams` and `CorrectedEditResult` interfaces for better type definition.
- Relocate `countOccurrences` for better logical grouping.

Part of https://github.com/google-gemini/gemini-cli/issues/484
2025-05-25 13:18:07 -07:00
..
__mocks__/fs Support Images and PDFs (#447) 2025-05-20 13:02:41 -07:00
config MCP SSE support (#511) 2025-05-23 17:19:30 -04:00
core fix: do not retry cancelled tool calls (#504) 2025-05-23 17:30:09 +00:00
tools MCP SSE support (#511) 2025-05-23 17:19:30 -04:00
utils refactor: Improve editCorrector logic and type safety 2025-05-25 13:18:07 -07:00
index.test.ts add linter for checking license headers (and eslint --fix target to match, and fix missing license headers while we're here) (#62) 2025-04-20 17:16:25 -07:00
index.ts Refactor(server): Centralize GEMINI.md discovery logic in server (#498) 2025-05-23 08:53:22 -07:00