I'd like Aether to support Claude Code as a provider.
This request is specifically for Claude Code CLI integration, not for the Anthropic API. This means users are required to have Claude Code installed and authenticated as a prerequisite to using the provider.
Aether's job would be to spawn local claude CLI processes, serialize Copilot chat messages into CLI input, then deserialize CLI output back into Copilot chat responses.
I also have a minimal prototype of this feature running (AI-assisted development). I can open a PR as a draft/reference implementation if that would be useful. The code quality isn't great, though.
I'd like Aether to support Claude Code as a provider.
This request is specifically for Claude Code CLI integration, not for the Anthropic API. This means users are required to have Claude Code installed and authenticated as a prerequisite to using the provider.
Aether's job would be to spawn local
claudeCLI processes, serialize Copilot chat messages into CLI input, then deserialize CLI output back into Copilot chat responses.I also have a minimal prototype of this feature running (AI-assisted development). I can open a PR as a draft/reference implementation if that would be useful. The code quality isn't great, though.