v2026.3.8
virattt/dexterv2026.3.8Mar 8, 2026by virattt
AI Summary
This release introduces persistent markdown memory with SQLite-based recall, new research tools (x_search and x-research) for public sentiment analysis, and WhatsApp group chat support with mention-based activation. It also adds gpt-5.4 model support and fixes the gateway to use user-defined model settings instead of hardcoded defaults.
Key Highlights
- Persistent markdown memory with hybrid SQLite recall and agent flush integration
- New x_search tool and x-research skill for public sentiment research
- WhatsApp group chat support with mention-based activation
- Added gpt-5.4 model support
- Fixed gateway to use model/provider from user settings instead of hardcoded values
New Features
- Persistent markdown memory with hybrid SQLite recall and agent flush integration
- x_search tool for public sentiment research
- x-research skill for public sentiment research
- Group chat support for WhatsApp gateway with mention-based activation and group context
- gpt-5.4 model support
- Hidden files now located in project root
- LangSmith tracing turned off by default
Full Release Notes
### Changes - Add persistent markdown memory with hybrid SQLite recall and agent flush integration - Add x_search tool and x-research skill for public sentiment research - Add group chat support for WhatsApp gateway (mention-based activation, group context) - Add gpt-5.4 model support - Update location of hidden files to project root - Turn off LangSmith tracing by default ### Fixes - Fix gateway to use model and provider from user settings (.dexter/settings.json) instead of hardcoded gpt-5.4/openai