Skip to content

docs: add Qoder for JetBrains to Supported Agents matrix#62

Open
ralf0131 wants to merge 2 commits into
alibaba:mainfrom
ralf0131:docs/add-qoder-jetbrains-to-supported-agents
Open

docs: add Qoder for JetBrains to Supported Agents matrix#62
ralf0131 wants to merge 2 commits into
alibaba:mainfrom
ralf0131:docs/add-qoder-jetbrains-to-supported-agents

Conversation

@ralf0131

Copy link
Copy Markdown
Collaborator

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)

File Change
README.md +1 row in Supported Agents table
README.zh-CN.md +1 row in 支持的 Agent table
docs/overview.md +1 row in Supported Agents table
docs/zh-CN/overview.md +1 row in 支持的 Agent table
docs/agents.md +1 row in Agent ID table (qoder-jetbrains)
docs/zh-CN/agents.md +1 row in Agent ID table (qoder-jetbrains)

Capabilities: Trace ✅ · Log ✅ · Token Usage ✅ · Conversation/Tool Calls ✅ · Integration: detection-only

2. Fix README.zh-CN.md sync gap (missed by #55)

Agent Field Was Now
Qoder CLI Token Usage No Yes
Qoder Work Token Usage No Yes
Qoder Work CN Token Usage No Yes
Wukong (entire row) missing added

Evidence

  • agents.d/qoder-jetbrains.json — detection-only deploy mode, JetBrains plugin glob detection
  • src/types/client-type.tsQoderIdea / QoderIdeaHook ClientType entries
  • src/inputs/qoder-trace/qoder-trace-input.tsinferTurnVariant() routes qoder-idea turns to enrichIdeTurn()
  • src/inputs/qoder-trace/sqlite-token-reader.ts — reads ~/.qoder/shared_client/ DB for IntelliJ sessions
  • Commit feat(qoder-jetbrains): add Qoder for JetBrains as a first-class data source #45 (635ca74): "add Qoder for JetBrains as a first-class data source"

Checklist

  • Documentation only — no code changes
  • All 6 doc files updated consistently
  • zh-CN README synced with EN README

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
Copilot AI review requested due to automatic review settings June 24, 2026 02:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-jetbrains to the Agent ID tables in docs/agents.md and docs/zh-CN/agents.md.
  • Sync README.zh-CN.md token-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.

Comment thread docs/agents.md Outdated
Comment thread docs/zh-CN/agents.md Outdated
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants