From 068b57c553857bf2734e5b4349052d0fe080ca71 Mon Sep 17 00:00:00 2001 From: -Puter <22245429+puterhimself@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:03:20 +0530 Subject: [PATCH] updates source code (docker) (1 file) --- docker/opencode/entrypoint.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docker/opencode/entrypoint.sh b/docker/opencode/entrypoint.sh index ffdf866..ebc2ae6 100644 --- a/docker/opencode/entrypoint.sh +++ b/docker/opencode/entrypoint.sh @@ -15,6 +15,20 @@ ln -sfn "$GROWQR_HOME/prompts" /root/.config/opencode/prompts ln -sfn "$GROWQR_HOME/agents" /root/.local/share/opencode/agents ln -sfn "$GROWQR_HOME/prompts" /root/.local/share/opencode/prompts +# OpenCode runs with /workspace as the project root. GrowQR prompt packs live in +# /opt/growqr, so allow read/glob/grep access there without interactive approval; +# otherwise backend API calls can hang waiting on an approval prompt. +cat > /root/.config/opencode/opencode.jsonc <