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
{{ message }}
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
When using a newer http adapter, like openai_responses, codecompanion-gitcommit fails because it's still using the legacy adapter.handlers.chat_output(adapter, chunk) interface.
Replacing that with adapter.handlers.response.parse_chat(adapter, chunk) should fix the issue.
When using a newer http adapter, like
openai_responses, codecompanion-gitcommit fails because it's still using the legacyadapter.handlers.chat_output(adapter, chunk)interface.Replacing that with
adapter.handlers.response.parse_chat(adapter, chunk)should fix the issue.