fix: route OpenCode agents to correct .opencode/agent/ directory (#1549)

This commit is contained in:
Adam Biggs 2026-02-05 16:55:41 -08:00 committed by GitHub
parent dcc55dd0d5
commit 47a70cc92d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"