docs: add 8 coding-agent integration guides#2
Open
MVS-source wants to merge 3 commits into
Open
Conversation
Add Eden AI setup guides for the top open-source coding agents: Codex CLI, Aider, OpenHands, Goose, Crush, Continue, Qwen Code, Pi. Update README index with a "Coding agents" section. Configs verified live against https://api.edenai.run/v3 (chat, responses, embeddings, streaming). Notable: Codex requires wire_api="responses" (Eden AI supports /v3/responses); Crush uses type="openai"; Goose splits OPENAI_HOST + OPENAI_BASE_PATH. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Verified end-to-end in-tool: Pi, Qwen Code, Continue (cn) — plus the earlier Aider, OpenCode, Codex, Crush, Goose runs. - Pi: corrected to the real mechanism (~/.pi/agent/models.json with api="openai-completions"); registerProvider was wrong. - Codex: add official Eden AI video (youtu.be/sVLPbencnnM). - Remove placeholder YouTube lines where no Eden AI video exists yet. - README: add Video column to the coding-agents table. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds Eden AI setup guides for the top open-source coding agents, matching the existing guide format (
opencode.md,cline.md):config.tomlprovider,wire_api = "responses"openai/prefix)OPENAI_HOST+OPENAI_BASE_PATH) / custom providercrush.json,type: "openai"config.yamlproviderOPENAI_BASE_URL), Node ≥ 22registerProvider)Plus a README index update with a Coding agents section.
Verification
Configs tested live against
https://api.edenai.run/v3(chat,/responses, embeddings, streaming) and run end-to-end in-tool for Aider, OpenCode, Codex, Crush, Goose. Model ids in the tables all exist in/v3/models.Key findings baked into the docs:
wire_api = "chat"(≥ 0.122) → use"responses"; Eden AI supports/v3/responses.type: "openai"(notopenai-compat).OPENAI_HOST(root) +OPENAI_BASE_PATHsplit.@edenaiis avoided for LiteLLM tools (Aider/OpenHands) and Crush, which need a concreteprovider/model.Notes / to confirm before merge
registerProviderextension snippet should be checked against Pi's extension docs.XXXXXXXXXXX).🤖 Generated with Claude Code