12 Commits

Author SHA1 Message Date
638c10b4c6 feat(chat): add KaTeX math rendering for LaTeX expressions in markdown
Add katex, remark-math, and rehype-katex packages. Configure both
ReactMarkdown instances with rehypeKatex plugin so inline ($...$)
and block ($$...$$) LaTeX math renders properly in chat bubbles.
2026-07-04 18:01:35 -03:00
6c53789db7 chore(deps): fix npm audit vulnerabilities
Bump transitive dependencies (esbuild, form-data, js-yaml, orval) via
npm audit fix to resolve 4 advisories (1 high, 2 moderate, 1 low).
2026-07-04 14:50:43 -03:00
0464501dd4 feat(tooltip): add tooltip component and provider 2026-06-11 22:44:49 -03:00
bf080eed88 feat(libraries): add library management and symbol resolution 2026-06-10 15:16:44 -03:00
fa464e6808 feat(cfg): implement control flow graph visualization 2026-06-10 10:45:53 -03:00
decb831ba1 feat(binary): adjust panel sizes and add font imports 2026-06-08 22:40:53 -03:00
f5188757a7 feat(chat): implement AI chat panel and session management 2026-06-08 15:40:41 -03:00
4f1f51a65f feat(binary): add static analysis features and UI components 2026-06-07 23:00:14 -03:00
32d8e30fd9 feat(jobs): add job management UI and API integration 2026-06-07 13:50:06 -03:00
6f93833e37 feat(binary): implement binary upload and management UI 2026-06-06 23:17:07 -03:00
71c191c8bf feat: implement project management features and UI 2026-06-06 21:27:20 -03:00
1aa50ab1c7 feat: initialize project structure with core components 2026-06-06 20:07:42 -03:00