fix(ui): render markdown in tool result cards

This commit is contained in:
Peter Steinberger
2026-01-05 01:22:19 +01:00
parent f6097bc6e3
commit 2bbf2698cb
3 changed files with 54 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
- Docs: document built-in model shorthands + precedence (user config wins).
### Fixes
- Control UI: render Markdown in tool result cards.
- Control UI: prevent overlapping action buttons in Discord guild rules on narrow layouts.
- Android: tapping the foreground service notification brings the app to the front. (#179) — thanks @Syhids
- Cron tool passes `id` to the gateway for update/remove/run/runs (keeps `jobId` input). (#180) — thanks @adamgall