@maestria/opencode@0.6.15
Patch Changes
-
#140
1de3d2eThanks @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.