Skip to content

Commit a270ef3

Browse files
shreyas-lyzrclaude
andcommitted
fix: use correct gitclaw CLI flags for launch command
Use --model, --voice (flag, not adapter name), and --dir to match the actual gitclaw CLI interface. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8025810 commit a270ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,4 +404,4 @@ echo ""
404404

405405
(sleep 2 && open_browser) &
406406

407-
exec gitclaw --dir "$PROJECT_DIR" --model "$MODEL" --voice "$ADAPTER" --port "$PORT"
407+
exec gitclaw --model "$MODEL" --voice --dir "$PROJECT_DIR"

0 commit comments

Comments
 (0)