Skip to content

@maestria/opencode@0.6.15

Choose a tag to compare

@github-actions github-actions released this 28 Jul 20:03
2fb6b66

Patch Changes

  • #140 1de3d2e Thanks @agustinusnathaniel! - Fix orchestrator bash permission pattern to allow prefixed commands (e.g., via rtk tool)

    Command-rewriting tools (like rtk) prefix bash commands with their own
    invocation, breaking the exact-match permission pattern. Changed the permission
    pattern to a leading wildcard so any prefix is tolerated.