feat(installer): add Qwen Code as an install target#763
Open
emaxe wants to merge 2 commits into
Open
Conversation
… CodeGraph Скилл .claude/skills/add-agent-target/SKILL.md описывает end-to-end процесс добавления AgentTarget в src/installer/targets/: - разведка формата конфига агента (JSON/TOML/YAML/JSONC/Markdown) - добавление TargetId в types.ts - реализация AgentTarget (idempotency, atomic write, sibling preservation, legacy cleanup colbymchenry#529) - регистрация в registry.ts - тесты (parameterized contract + focused tests) - CHANGELOG под ## [Unreleased]
Add Qwen Code (qwen) to the multi-agent installer. Qwen Code reads MCP server config from ~/.qwen/settings.json (global) or ./.qwen/settings.json (local) under the standard mcpServers.codegraph key, same shape as Claude/Cursor/Gemini. - Add 'qwen' to TargetId union - Add src/installer/targets/qwen.ts implementing AgentTarget - Register qwenTarget in ALL_TARGETS - Update README badges, CLI descriptions, and installer comments - Add 4 focused tests: install, sibling-preservation, uninstall, local - Update CHANGELOG Qwen Code has no separate permissions concept, so autoAllow is a no-op. No instructions file is written (issue colbymchenry#529).
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.
This PR adds Qwen Code support to the multi-agent installer.
What changed
qweninsrc/installer/targets/qwen.ts(JSON config,~/.qwen/settings.jsonglobal /./.qwen/settings.jsonlocal, standardmcpServers.codegraphshape)ALL_TARGETSHow it differs from PR #488
settings.json(notskills/mcp.json)Testing
npx tsc --noEmit✓npm run build✓npx vitest run __tests__/installer-targets.test.ts— 151 passed ✓--print-config qwenoutputs correct snippet ✓