v2026.2.11

virattt/dexterv2026.2.11Feb 11, 2026by virattt

AI Summary

This release introduces a new web_fetch tool for fetching and parsing web pages with caching, while also refactoring the agent architecture into separate run context and tool executor modules for better maintainability.

Key Highlights

  • Add web_fetch tool for fetching and parsing web pages with caching
  • Refactor agent into run context and tool executor modules
  • Centralize LLM provider registry into a single source of truth
  • Show task metadata only for higher-duration tasks in history view
  • Improve error messages with API source in provider errors

New Features

  • Web fetch tool with caching support
  • Agent architecture refactoring into run context and tool executor
  • Centralized LLM provider registry
  • Selective task metadata display in history
  • Enhanced error messages with API source attribution

Full Release Notes

### Changes

- Add web_fetch tool for fetching and parsing web pages with caching
- Refactor agent into run context and tool executor modules
- Centralize LLM provider registry into a single source of truth
- Show task metadata only for higher-duration tasks in history view
- Improve error messages with API source in provider errors

### Fixes

- None