v2026.4.29

virattt/dexterv2026.4.29Apr 29, 2026by virattt

AI Summary

This release adds DeepSeek V4 model support with thinking mode, improves earnings output formatting, and fixes memory and embedding startup issues.

Key Highlights

  • Add DeepSeek V4 model support with thinking mode
  • Set deepseek-v4-flash as the fast model
  • Improve earnings output formatting with clearer filing metadata
  • Fix memory startup so embedding/index sync failures don't disable keyword search
  • Fix embedding calls to time out gracefully
  • Fix earnings tool parsing for array response shape

New Features

  • DeepSeek V4 model support with thinking mode

Full Release Notes

### Changes
- Add DeepSeek V4 model support with thinking mode, and set `deepseek-v4-flash` as the fast model
- Update DeepSeek model list and provider defaults for the new V4 lineup
- Improve earnings output formatting with clearer filing metadata and core figures (revenue, net income, EPS)

### Fixes
- Fix memory startup behavior so embedding/index sync failures do not disable keyword search
- Fix embedding calls to time out gracefully instead of hanging during indexing/query embedding
- Fix earnings tool parsing to handle the API’s array response shape correctly