Skip to content

v3.0.0b13

Pre-release
Pre-release

Choose a tag to compare

@Oaklight Oaklight released this 07 Apr 15:45
· 46 commits to master since this release

Changes since v3.0.0b12

Fixed

  • Config list now discovers all config file variantsconfig list command 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.pybase/context.py)

Added

  • Diagnostic dump on upstream errors — request/response payloads are dumped to disk when upstream APIs return errors, aiding debugging