Skip to content

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 16 May 05:26
· 69 commits to main since this release

What's Changed

  • chore(release): v0.1.11 (a5d6ed5)
  • fix(service): route default model and doctor by transport (5f81a86)
  • docs(readme): restore banner image, star history, and LinuxDo thanks (b1ee725)
  • docs(readme): trim to user-facing essentials, document both transports (cc66cf2)
  • fix(config): resolve config path on native Windows shells (3cde52e)
  • fix(openai-compatible): address Codex review feedback (376c716)
  • test(integration): full-service e2e probe through chat/completions (37d45f7)
  • docs: document OpenAI-compatible transport (aec7cdb)
  • test(integration): ignored e2e probe for chat/completions transport (d4c02cc)
  • feat(service): dispatch ai provider via Config.transport (383c266)
  • feat(providers): add OpenAICompatProvider with chat/completions transport (1e4ee24)
  • feat(adapters): chat/completions response with 4-path source extraction (3611f91)
  • feat(adapters): add chat/completions request payload builder (ef43936)
  • refactor(adapters): hoist dedupe_sources into shared helper (14ead40)
  • feat(config): add Transport enum + OPENAI_COMPATIBLE_* fields (acdc682)

Full Changelog: v0.1.10...v0.1.11