We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c157295 commit 8b560e0Copy full SHA for 8b560e0
registry/coder-labs/modules/opencode/scripts/start.sh
@@ -52,7 +52,7 @@ build_opencode_args() {
52
else
53
PROMPT="$ARG_AI_PROMPT"
54
fi
55
- AGENTAPI_ARGS+=(--I "$PROMPT")
+ AGENTAPI_ARGS+=(-I "$PROMPT")
56
57
}
58
0 commit comments