-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use command primitive for templates #197
Copy link
Copy link
Closed
Labels
needs-infoMore info needed to proceedMore info needed to proceed
Description
Summary
Use the core command primitive when rendering/executing templates instead of the custom implementation currently in OpenWork. This should align templates with OpenCode’s native tool surface and reduce bespoke logic.
Why
- Keeps parity with OpenCode primitives
- Removes duplicated implementation details
- Simplifies future template features
Notes
- Identify current custom template command flow and swap to the command primitive
- Ensure any UI surfaces map cleanly to the underlying tool
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-infoMore info needed to proceedMore info needed to proceed