Full autonomous crash-fixing loop. Fetches crashes, deduplicates, analyzes with AI, generates fixes, and creates PRs.
/crash-fixer [--hours 24] [--limit 5] [--dry-run]
| Flag | Default | Description |
|---|---|---|
| ------ | --------- | ------------- |
--hours N | 24 | Only fetch crashes from last N hours |
--limit N | 3 | Max crashes to process per run |
--dry-run | false | Analyze but don't create PRs |
| Variable | Description |
|---|---|
| ---------- | ------------- |
GH_TOKEN | GitHub API token |
CRASH_REPORTER_API_KEY | API key for crash reporter worker |
CRASH_REPORTER_URL | URL of crash reporter worker |
TARGET_REPO | GitHub repo to fix (owner/name) |
Note: Uses MiniMax M2.5 (available in OpenClaw) for AI analysis - no extra API key needed.
/crash-fixer --dry-run
共 1 个版本