repo-fixer-agent
v0.1.4
Published
Groq-powered local repair agent: runs eslint/build, applies patches, iterates until green.
Readme
export GROQ_API_KEY="..." export PINECONE_API_KEY="..." export PINECONE_CLOUD="aws" export PINECONE_REGION="us-east-1"
index
repair index --repo .
fix with single line
repair fix --repo . --message "Fix build failing on CI; eslint errors too"
fix with multi-line
repair fix --repo . <<'EOF' Fix the issue:
- build fails with typescript error
- eslint complains about hooks deps EOF
optional file hints
repair fix --repo . --files src/App.tsx src/utils/foo.ts --message "Fix this issue"
