Add Qwen Code support to convert.sh and install.sh
- Add convert_qwen() to scripts/convert.sh for generating Qwen SubAgent .md files - Add install_qwen() to scripts/install.sh for installing to .qwen/agents/ (project-scoped) - Add qwen detection, tool label, and install cases - Update README.md with Qwen in supported tools table + usage section - Add integrations/qwen/agents/ to .gitignore + create .gitkeep - Add Qwen Code compatibility note to CONTRIBUTING.md - Preserve tools: field in Qwen output when present in source agents - Fix interactive installer to show dynamic [1-N] toggle range - Update README roadmap checklist to include Qwen Code Qwen SubAgents use minimal YAML frontmatter (name, description) with optional tools: field preserved from source. Body content passes through unchanged. Tested with 120 agents — all convert and install successfully.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -74,4 +74,5 @@ integrations/cursor/rules/
|
||||
integrations/aider/CONVENTIONS.md
|
||||
integrations/windsurf/.windsurfrules
|
||||
integrations/openclaw/*
|
||||
integrations/qwen/agents/
|
||||
!integrations/openclaw/README.md
|
||||
|
||||
Reference in New Issue
Block a user