qwen-code/packages/server/src
Taylor Mullen 70d469ccd3 Fix(diff): Hide whitespace changes in diffs with content changes
- Updated the diff generation in `edit.ts` and `write-file.ts` to include the `ignoreWhitespace: true` option.
- This ensures that whitespace-only changes are not highlighted in the diff output when there are other content modifications, making the diffs cleaner and easier to review.
- Extract default diffing options into single source of truth.

Fixes https://github.com/google-gemini/gemini-cli/issues/548
2025-05-25 22:45:53 -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 Fix(diff): Hide whitespace changes in diffs with content changes 2025-05-25 22:45:53 -07:00
utils Fix(test): Improve write-file and editCorrector test suites 2025-05-25 15:02:08 -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