You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.