Skip to content

0.1.3

Latest

Choose a tag to compare

@vkryukov vkryukov released this 23 Sep 20:03
· 1 commit to main since this release

[0.1.3] - 2025-09-23

Added

  • Added OpenAI pricing metadata for the gpt-5-codex model.

[0.1.2] - 2025-09-23

Fixed

  • Prevent follow-up requests from re-sending provider-unsupported options preserved from the previous response (e.g. xAI reasoning effort), eliminating chained request failures.

Added

  • Introduced option map helpers to drop nested paths and detect user-preserved values so provider filtering logic can be reused across the client.

[0.1.1] - 2025-09-22

Changed

  • Automatically convert role: :developer messages to :system when routing requests to xAI models and emit a provider warning unless disabled; OpenAI requests continue to preserve developer prompts.
  • Documented the xAI behavior change and prompt guidance across README, usage rules, and the xAI support plan.