docs: add Qoder for JetBrains to Supported Agents matrix#62
Open
ralf0131 wants to merge 2 commits into
Open
Conversation
Qoder for JetBrains (agents.d/qoder-jetbrains.json) was added as a first-class data source in alibaba#45 but was missing from the Supported Agents table in all documentation files. Also fixes README.zh-CN.md which was not updated by commit c4cec30 (docs: update supported agents matrix alibaba#55): - Qoder CLI / Qoder Work / Qoder Work CN Token Usage: No -> Yes - Wukong row was missing entirely Changes across 6 files: - README.md: add Qoder for JetBrains row - README.zh-CN.md: add Qoder for JetBrains row; fix Token Usage (Qoder CLI/Work/Work CN No->Yes); add Wukong row - docs/overview.md: add Qoder for JetBrains row - docs/zh-CN/overview.md: add Qoder for JetBrains row - docs/agents.md: add qoder-jetbrains to Agent ID table - docs/zh-CN/agents.md: add qoder-jetbrains to Agent ID table Evidence: - agents.d/qoder-jetbrains.json (detection-only deploy mode) - ClientType.QoderIdea / QoderIdeaHook (src/types/client-type.ts) - qoder-trace-input.ts inferTurnVariant() handles qoder-idea variant - sqlite-token-reader.ts reads ~/.qoder/shared_client/ DB for IntelliJ - enrichIdeTurn() processes conversation/tool-call turns
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation matrices to include Qoder for JetBrains as a supported agent and syncs the Chinese README with previously updated token-usage capabilities and the missing Wukong row, keeping the docs consistent with the already-merged agent integration.
Changes:
- Add “Qoder for JetBrains” to the Supported Agents tables in README + overview docs (EN + zh-CN).
- Add
qoder-jetbrainsto the Agent ID tables indocs/agents.mdanddocs/zh-CN/agents.md. - Sync
README.zh-CN.mdtoken-usage columns (Qoder CLI/Work) and add the missing Wukong row.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds “Qoder for JetBrains” row to Supported Agents matrix. |
| README.zh-CN.md | Adds “Qoder for JetBrains”, fixes token-usage Yes/No sync for Qoder CLI/Work, and adds Wukong row. |
| docs/overview.md | Adds “Qoder for JetBrains” row to Supported Agents matrix. |
| docs/zh-CN/overview.md | Adds “Qoder for JetBrains” row to Supported Agents matrix (zh-CN). |
| docs/agents.md | Adds qoder-jetbrains row to Supported Agent IDs table. |
| docs/zh-CN/agents.md | Adds qoder-jetbrains row to Supported Agent IDs table (zh-CN). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
linrunqi08
approved these changes
Jun 24, 2026
Address Copilot review feedback: clarify that is a deploy/detection ID only. Agent gating in agent-control.json uses ; content policy in config.json uses (ClientType.QoderIdea).
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.
Summary
Qoder for JetBrains (
agents.d/qoder-jetbrains.json) was merged as a first-class data source in #45 but was never added to the Supported Agents documentation table across any file.Additionally, commit c4cec30 (docs: update supported agents matrix #55) updated README.md and docs/ but skipped README.zh-CN.md, leaving the Chinese README out of sync.
Changes
1. Add Qoder for JetBrains (all 6 files)
README.mdREADME.zh-CN.mddocs/overview.mddocs/zh-CN/overview.mddocs/agents.mdqoder-jetbrains)docs/zh-CN/agents.mdqoder-jetbrains)Capabilities: Trace ✅ · Log ✅ · Token Usage ✅ · Conversation/Tool Calls ✅ · Integration: detection-only
2. Fix README.zh-CN.md sync gap (missed by #55)
Evidence
agents.d/qoder-jetbrains.json— detection-only deploy mode, JetBrains plugin glob detectionsrc/types/client-type.ts—QoderIdea/QoderIdeaHookClientType entriessrc/inputs/qoder-trace/qoder-trace-input.ts—inferTurnVariant()routesqoder-ideaturns toenrichIdeTurn()src/inputs/qoder-trace/sqlite-token-reader.ts— reads~/.qoder/shared_client/DB for IntelliJ sessions635ca74): "add Qoder for JetBrains as a first-class data source"Checklist