Skip to content

Commit 7579baa

Browse files
authored
Merge pull request #126 from Miyamura80/claude/ralph-default-claude-cAZVO
Change default tool from opencode to claude in ralph.sh
2 parents 1643aca + a9fb9ed commit 7579baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ralph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66

77
# Parse arguments
8-
TOOL="opencode" # Default to opencode
8+
TOOL="claude" # Default to claude
99
MAX_ITERATIONS=10
1010

1111
while [[ $# -gt 0 ]]; do

0 commit comments

Comments
 (0)