v2026.5.11

virattt/dexterv2026.5.11May 11, 2026by virattt

AI Summary

This release introduces a /search command for choosing preferred web search providers with automatic fallback, updates default models to GPT 5.5, and includes fixes for research rules and cron scheduling.

Key Highlights

  • Add /search command to choose preferred web search provider (Exa, Perplexity, Tavily)
  • Add web search fallback chain with automatic provider fallback
  • Update default model to GPT 5.5
  • Update OpenAI fast model to gpt-5.4-mini
  • Fix research rules handling to prevent LLM confusion
  • Fix cron schedule schema for Gemini compatibility

New Features

  • /search command for web search provider selection
  • Web search fallback chain

Full Release Notes

### Changes

- Add `/search` command to choose preferred web search provider (Exa, Perplexity, Tavily)
- Add web search fallback chain: tries preferred provider first, falls back to others automatically
- Update default model to GPT 5.5
- Update OpenAI fast model to gpt-5.4-mini
- Add disclaimer to README

### Fixes

- Fix research rules handling to prevent LLM confusion and unnecessary tool cascades
- Fix cron schedule schema to use `z.union` for Gemini compatibility