Skip to content

devStudio 1.0.173

Choose a tag to compare

@github-actions github-actions released this 20 Aug 06:24
· 8 commits to main since this release
3c60e03
Answer opencode permission prompts and add slash command support (#52)

Opencode's HTTP API never answered its own permission.asked events, so
any tool call that needed approval left the turn hanging forever
regardless of the session's permission mode. Now it replies via
POST permission/{id}/reply based on PermissionMode, matching how
AcpCli handles the same decision for ACP-driven providers.

Also wires up opencode's server-side slash commands: a leading
"/name args" prompt is matched against the live command list and
routed through session/{id}/command instead of the plain message
endpoint, and the command list is fetched live for UI autocomplete
in Chat and QuickChat.


Claude-Session: https://claude.ai/code/session_01BuN546g4FftKu675fu9spD

Co-authored-by: Matt Ratcliffe <m.ratcliffe@htrak.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>