Files
Youssef Adel b3eddc8c4f v0.3.0: remove echo detection and XML stripping, fix all tsc errors, clean up config and web UI
BREAKING: Removed echo detection system (StreamingEchoFilter, ToolResultEchoFilter)
BREAKING: Removed XML stripping (xmlStripper.ts) — content now passes through as-is
BREAKING: Removed ECHO_DETECTOR, ECHO_JACCARD_THRESHOLD, ECHO_MIN_LINE_LENGTH,
  ECHO_MIN_UNIQUE_SHINGLES, ECHO_MIN_ALPHA_RATIO, ECHO_MIN_MATCHING_SHINGLES config keys

- Purged 7 source files and 7 test files of echo/XML infrastructure
- Gated Qwen request/response logging behind SAVE_REQUEST_LOGS flag
- Fixed all TypeScript errors (tsc --noEmit clean)
- Cleaned configService.ts, config.example.jsonc, dashboard settings.js and logs.js
- Updated defaultSystemPrompt to reflect removal of automatic stripping
- Changed default MCP client name from 'gateway' to 'qwengate'
- Added red ASCII art startup banner with green bullet points
- Removed stale study/extract data files
- Updated tsconfig.json with 'types': ['node']
- aislop score: 100/100, zero findings
2026-06-08 18:20:22 +03:00
..