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 6d8db8d commit f1ecaacCopy full SHA for f1ecaac
registry/coder-labs/modules/gemini/scripts/start.sh
@@ -49,7 +49,7 @@ if [ -n "$GEMINI_TASK_PROMPT" ]; then
49
PROMPT="Every step of the way, report tasks to Coder with proper descriptions and statuses. Your task at hand: $GEMINI_TASK_PROMPT"
50
PROMPT_FILE="$MODULE_DIR/prompt.txt"
51
echo -n "$PROMPT" >"$PROMPT_FILE"
52
- GEMINI_ARGS=(--prompt "$PROMPT" --interactive)
+ GEMINI_ARGS=(--prompt-interactive "$PROMPT")
53
else
54
printf "Starting Gemini CLI in interactive mode.\n"
55
GEMINI_ARGS=()
0 commit comments