Add support for using Claude Code as a provider #1762
TheLazyLemur
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I have some ideas for this including supporting Aider as well. AgentAPI is my preferred means of doing this as it would make support that much easier. This will be something I look at after I've added "agent mode". |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Claude Code exposes a CLI that supports streaming JSON (--output-format stream-json), which makes it suitable for structured real-time output, similar to OpenAI and other providers.
Possible issues
Beta Was this translation helpful? Give feedback.
All reactions