[PR #3456] feat: add positional argument support to slash commands #10654

Closed
opened 2026-02-16 18:15:22 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/3456

State: closed
Merged: Yes


  • https://github.com/sst/opencode/pull/2199 had a merge conflict that was not resolved, so I am submitting a new PR with the merge conflict resolved.
  • Removing $ARGUMENTS[n+], $ARGUMENTS[n++] becasue they can be replaced by $ARGUMENTS[n:n+1], $ARGUMENTS[n:n+2].
  • You can still use $ARGUMENTS as before.

Closes #2199

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3456 **State:** closed **Merged:** Yes --- - https://github.com/sst/opencode/pull/2199 had a merge conflict that was not resolved, so I am submitting a new PR with the merge conflict resolved. - Removing `$ARGUMENTS[n+]`, `$ARGUMENTS[n++]` becasue they can be replaced by `$ARGUMENTS[n:n+1]`, `$ARGUMENTS[n:n+2]`. - You can still use `$ARGUMENTS` as before. Closes #2199
yindo added the pull-request label 2026-02-16 18:15:22 -05:00
yindo closed this issue 2026-02-16 18:15:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10654