II.
AgentPlatformImpl JSON
Structured · liveagent-platform-impl:qwen.platform@current
Qwen Code Platform (current) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-platform-impl:qwen.platform@current",
"_kind": "AgentPlatformImpl",
"_file": "agent-stack/platform-impls/qwen-platform-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Qwen Code Platform (current)",
"agentVersionId": "agent-version:qwen@current",
"subagentDefinitionFormat": "none",
"packageRef": "source-ref:qwen-code-github",
"nativeExtensionFormat": "none",
"nativeExtensionManifestPath": "",
"nativeExtensionsDirectoryPath": [],
"skillFormat": "none",
"skillsDirectoryPath": [
"~/.qwen/skills/",
".qwen/skills/",
"<qwen-code-package>/skills/"
],
"customSlashCommandsPath": [],
"subagentsDirectoryPath": [],
"hooksDirectoryOrConfigPath": [],
"settingsFiles": [
"~/.qwen/settings.json",
".qwen/settings.json",
"QWEN.md",
".qwen/QWEN.local.md"
],
"pluginRegistryPath": "",
"capabilityProfileRegistry": false,
"launchConfigRegistry": false,
"platformIdentityStrategy": "api-key",
"updateChannelMechanism": "npm",
"launchBehavior": {
"promptExtraFlags": [
"--worktree"
],
"notes": "Qwen Code 0.16.2 adds a startup --worktree flag with symlinkDirectories\nand PR-ref support. adapters does not yet have a typed RunOptions\nworktree field, so this is tracked as launch metadata for future adapter\nwiring.\n"
},
"headlessModeNotes": "Qwen Code 0.16.2 adds headless / non-interactive runaway-protection\nguardrails. Preserve those upstream limits when wrapping qwen in unattended\norchestration.\n",
"skillNotes": "Qwen Code 0.16.2 ships a built-in memory-leak-debug skill for heap snapshot\ndiagnosis. The graph records the skill as skill:qwen-memory-leak-debug.\n",
"windowsInstallNotes": "Qwen Code 0.16.2 keeps the npm package unchanged and renormalizes CRLF\nstorage for the upstream install-qwen-standalone.bat script. Babysitter does\nnot vendor that BAT script; Windows install behavior remains an upstream\nQwen CLI distribution concern.\n",
"supportedChannelKinds": [
"mcp-channel"
]
},
"outgoingEdges": [
{
"from": "agent-platform-impl:qwen.platform@current",
"to": "layer:6-agent-platform",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-platform-impl:qwen.platform@current",
"to": "agent:qwen",
"kind": "composes",
"attributes": {
"role": "platform"
}
},
{
"from": "agent-platform-impl:qwen.platform@current",
"to": "capability:supports-plugins",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full",
"notes": "Qwen Code supports MCP servers via `mcpServers` in settings.json."
}
}
],
"incomingEdges": [
{
"from": "agent-version:qwen@current",
"to": "agent-platform-impl:qwen.platform@current",
"kind": "composed_of",
"attributes": {
"role": "platform"
}
},
{
"from": "claim:agent-version-qwen-current-windows-terminal-install",
"to": "agent-platform-impl:qwen.platform@current",
"kind": "about_subject"
}
]
}