Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Fails if legacy adapter API is not implemented. #21

@zelch

Description

@zelch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions