ralph-claude-code icon indicating copy to clipboard operation
ralph-claude-code copied to clipboard

Autonomous AI development loop for Claude Code with intelligent exit detection

Results 70 ralph-claude-code issues
Sort by recently updated
recently updated
newest added

The Problem Chain 1. In ralph_loop.sh (lines 413-416): bashif grep -q "error\|Error\|ERROR" "$output_file"; then has_errors="true" log_status "WARN" "Errors detected in output, check: $output_file" fi This triggers on ANY occurrence of...

Upon trying to run ./install.sh the following error was observed: ``` ralph --help /Users/barney/.ralph/ralph_loop.sh: line 10: /Users/barney/.ralph/lib/response_analyzer.sh: No such file or directory ``` when I asked Claude Code to fix...

## Summary Add support for configuring a custom API base URL or proxy when Ralph invokes Claude Code. ## Use Case Many users need to route Claude requests through: -...

## Summary Implement session expiration for `.claude_session_id` to prevent stale sessions from causing unpredictable behavior. ## Background Identified during Phase 1.1 code review (PR #47). The current implementation allows old...

enhancement
priority: P2
phase-1

## Summary Allow users to launch Ralph in isolated sandbox environments rather than directly on the local machine. This provides security isolation, reproducible environments, and protects the host system from...

phase-6
priority: P4

## Description Implement dry-run mode to simulate loop execution without making actual Claude Code API calls. ## Implementation Tasks - [ ] Add `DRY_RUN=false` variable to configuration section - [...

enhancement
priority: P2
phase-3

## Description Implement metrics tracking for Ralph loop execution and create analytics command. ## Implementation Tasks - [ ] Create `track_metrics()` function in `ralph_loop.sh` - [ ] Track loop execution...

enhancement
priority: P3
phase-3

## Description Create comprehensive migration guide from CLI to Agent SDK. ## Document to Create File: `docs/SDK_MIGRATION_GUIDE.md` ## Content Required 1. **Feature Parity Checklist** - CLI features vs SDK features...

documentation
priority: P2
phase-2

## Description Implement automatic backup and rollback functionality for Ralph loops. ## Implementation Tasks - [ ] Create `create_backup()` function in `ralph_loop.sh` - [ ] Create backup git branches before...

enhancement
priority: P3
phase-3
infrastructure

## Description Design and implement Ralph-specific custom tools for the Agent SDK. ## Custom Tools to Implement 1. **RateLimitTool** - Check current API call count - Enforce call limits -...

enhancement
priority: P2
phase-2