From 47a70cc92d2ddc6da5f53814e407997961f1d6ca Mon Sep 17 00:00:00 2001 From: Adam Biggs Date: Thu, 5 Feb 2026 16:55:41 -0800 Subject: [PATCH] fix: route OpenCode agents to correct .opencode/agent/ directory (#1549) --- tools/cli/installers/lib/ide/platform-codes.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/cli/installers/lib/ide/platform-codes.yaml b/tools/cli/installers/lib/ide/platform-codes.yaml index 2ca32aed..b329d283 100644 --- a/tools/cli/installers/lib/ide/platform-codes.yaml +++ b/tools/cli/installers/lib/ide/platform-codes.yaml @@ -124,8 +124,13 @@ platforms: category: ide description: "OpenCode terminal coding assistant" installer: - target_dir: .opencode/command - template_type: opencode + targets: + - target_dir: .opencode/agent + template_type: opencode + artifact_types: [agents] + - target_dir: .opencode/command + template_type: opencode + artifact_types: [workflows, tasks, tools] qwen: name: "QwenCoder"