fix: add reasoning visibility hint

This commit is contained in:
Peter Steinberger
2026-01-10 22:24:13 +01:00
parent ee5acd6d4b
commit 6d70524aa8
5 changed files with 22 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
### Fixes
- Agents/System: clarify sandboxed runtime in system prompt and surface elevated availability when sandboxed.
- Agents/System: add reasoning visibility hint + /reasoning and /status guidance in system prompt.
- Auto-reply: prefer `RawBody` for command/directive parsing (WhatsApp + Discord) and prevent fallback runs from clobbering concurrent session updates. (#643) — thanks @mcinteerj.
- WhatsApp: fix group reactions by preserving message IDs and sender JIDs in history; normalize participant phone numbers to JIDs in outbound reactions. (#640) — thanks @mcinteerj.
- WhatsApp: expose group participant IDs to the model so reactions can target the right sender.