llama-cpp-turboquant/tools/server/webui/src/lib
Pascal 4a8fbe0a5e
feat: render user content as markdown option (#16358)
* feat: render user content as markdown option
- Add a persisted 'renderUserContentAsMarkdown' preference to the settings defaults and info metadata so the choice survives reloads like other options
- Surface the new 'Render user content as Markdown' checkbox in the General section of the chat settings dialog, beneath the PDF toggle
- Render user chat messages with 'MarkdownContent' when the new setting is enabled, matching assistant formatting while preserving the existing card styling otherwise
- chore: update webui build output

* chore: update webui build output
2025-10-11 15:50:49 +02:00
..
components feat: render user content as markdown option (#16358) 2025-10-11 15:50:49 +02:00
constants feat: render user content as markdown option (#16358) 2025-10-11 15:50:49 +02:00
enums Enhance text file detection logic for file attachments (#16199) 2025-09-26 19:25:29 +02:00
hooks SvelteKit-based WebUI (#14839) 2025-09-17 19:29:13 +02:00
services webui: updated the chat service to only include max_tokens in the req… (#16489) 2025-10-09 22:54:57 +02:00
stores refactor: centralize CoT parsing in backend for streaming mode (#16394) 2025-10-08 23:18:41 +03:00
types webui : added download action (#13552) (#16282) 2025-10-07 11:11:08 +02:00
utils refactor: centralize CoT parsing in backend for streaming mode (#16394) 2025-10-08 23:18:41 +03:00