v3.0.0b13
Pre-release
Pre-release
Changes since v3.0.0b12
Fixed
- Config list now discovers all config file variants —
config listcommand handles all supported config file patterns
Changed
- Bump llm-rosetta dependency to >=0.3.1 — requires streaming context fixes and service_tier null handling (llm-rosetta v0.3.1, Oaklight/llm-rosetta#118)
- Update StreamContext import path — follows llm-rosetta module restructure (
base/stream_context.py→base/context.py)
Added
- Diagnostic dump on upstream errors — request/response payloads are dumped to disk when upstream APIs return errors, aiding debugging