Skip to content

v0.8.4

Choose a tag to compare

@nmlemus nmlemus released this 05 Feb 01:44
· 3 commits to main since this release
40d2da4

What's Changed

Bug Fixes

  • Fix model configuration: Sessions now correctly use DSAGENT_DEFAULT_MODEL environment variable instead of hardcoded gpt-4o

New Features

  • Centralized configuration module (dsagent/config.py)
  • Model resolution cascade with clear priority:
    1. Explicit parameter (API/CLI --model)
    2. Session-stored model
    3. DSAGENT_DEFAULT_MODEL env var
    4. LLM_MODEL env var (backward compatible)
    5. Fallback: gpt-4o

Improvements

  • Better documentation in .env.example for model configuration
  • Consistent model handling across CLI, API server, and agents

Full Changelog: v0.8.3...v0.8.4