You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(opencode): remove hardcoded agent field from slash commands (Fission-AI#335)
Remove the `agent: build` field from OpenCode slash command templates
to allow OpenCode to use the current/custom agent instead of requiring
the build agent to be available.
FixesFission-AI#334
description: Scaffold a new OpenSpec change and validate strictly.
16
15
---
17
16
The user has requested the following change proposal. Use the openspec instructions to create their change proposal.
@@ -20,7 +19,6 @@ The user has requested the following change proposal. Use the openspec instructi
20
19
</UserRequest>
21
20
`,
22
21
apply: `---
23
-
agent: build
24
22
description: Implement an approved OpenSpec change and keep tasks in sync.
25
23
---
26
24
The user has requested to implement the following change proposal. Find the change proposal and follow the instructions below. If you're not sure or if ambiguous, ask for clarification from the user.
@@ -29,7 +27,6 @@ The user has requested to implement the following change proposal. Find the chan
29
27
</UserRequest>
30
28
`,
31
29
archive: `---
32
-
agent: build
33
30
description: Archive a deployed OpenSpec change and update specs.
0 commit comments