fix: route OpenCode agents to correct .opencode/agent/ directory (#1549)
This commit is contained in:
parent
dcc55dd0d5
commit
47a70cc92d
|
|
@ -124,8 +124,13 @@ platforms:
|
||||||
category: ide
|
category: ide
|
||||||
description: "OpenCode terminal coding assistant"
|
description: "OpenCode terminal coding assistant"
|
||||||
installer:
|
installer:
|
||||||
target_dir: .opencode/command
|
targets:
|
||||||
|
- target_dir: .opencode/agent
|
||||||
template_type: opencode
|
template_type: opencode
|
||||||
|
artifact_types: [agents]
|
||||||
|
- target_dir: .opencode/command
|
||||||
|
template_type: opencode
|
||||||
|
artifact_types: [workflows, tasks, tools]
|
||||||
|
|
||||||
qwen:
|
qwen:
|
||||||
name: "QwenCoder"
|
name: "QwenCoder"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue