fix: route OpenCode agents to correct .opencode/agent/ directory

This commit is contained in:
Adam Biggs 2026-02-05 10:58:21 -08:00
parent dcc55dd0d5
commit 59215b5e7b
1 changed files with 7 additions and 2 deletions

View File

@ -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"