deerflow2/web/src/core
Willem Jiang cbcfc52388 fix: handle escaped curly braces in LaTeX formulas (#608) (#660)
- Add unescape for \{ and \} characters in unescapeMarkdownSpecialChars()
- These are commonly used in LaTeX commands like \mathcal{F}
- Add test cases for Fourier transform notation and mixed escape scenarios
- All 118 tests pass including 4 new edge case tests for issue #608
2025-10-26 10:15:35 +08:00
..
api fix: improve config loading resilience for non-localhost access (#510) (#658) 2025-10-26 07:34:12 +08:00
config feat: add deep think feature (#311) 2025-06-14 13:12:43 +08:00
markdown feature: add formula rander in the markdown (#611) 2025-10-11 23:05:09 +08:00
mcp fix: env parameters exception when configuring SSE or HTTP MCP server (#513) 2025-08-20 17:23:57 +08:00
messages feat: Enhance chat streaming and tool call processing (#498) 2025-08-16 21:03:12 +08:00
rehype chore: add license header for web 2025-04-17 14:26:41 +08:00
replay feat: add STATIC_WEBSITE_ONLY mode 2025-05-02 21:09:31 +08:00
sse fix: Optimize the performance of stream data processing and add anti-… (#642) 2025-10-22 23:08:18 +08:00
store fix: react key warnings from duplicate message IDs + establish jest testing framework (#655) 2025-10-25 20:46:43 +08:00
utils fix: handle escaped curly braces in LaTeX formulas (#608) (#660) 2025-10-26 10:15:35 +08:00