v2026.5.29

virattt/dexterv2026.5.29May 29, 2026by virattt

AI Summary

This release adds Claude Opus 4.8 to the model picker, introduces a market-wide earnings feed with table formatting, updates financial search routing for earnings queries, and fixes a memory indexer watch loop issue that caused CLI keystroke jitters.

Key Highlights

  • Add Claude Opus 4.8 to the model picker (replaces Opus 4.7)
  • Add market-wide earnings feed with ticker and limit parameters
  • Update financial_search routing for earnings queries
  • Fix memory indexer watch loop that caused keystroke jitters in CLI

New Features

  • Claude Opus 4.8 model support
  • Market-wide earnings feed with table formatting
  • Automatic routing of earnings queries to get_earnings
  • Fixed memory indexer watch loop

Full Release Notes

### Changes

- Add Claude Opus 4.8 to the model picker (replaces Opus 4.7)
- Add market-wide earnings feed: optional ticker, `limit` parameter, and table formatting for multiple records
- Update `financial_search` routing so queries like "latest earnings" or "earnings feed" call `get_earnings` without a ticker

### Fixes

- Fix memory indexer watch loop that re-triggered on SQLite index writes and caused keystroke jitters in the CLI