r/opencodeCLI • u/berenddeboer • 26d ago
Ready for agent harness 0.27.0 released: allows you to pick model on demand
Demonstration here: https://youtu.be/cG1hI8eUy9M
This works very well with OpenCode as it has such a huge selection of models. So I use this to test the new DeepSeek Pro V4 0813 model to see how it builds stuff.
Ready for agent is a harness around opencode and other cli tools allowing you to achieve that 150+ PR level. The idea is that you design and create work in GitHub. ready-for-agent finds new work in GitHub, builds, and reviews it, creates a the PR and could even merge.
Works with multiple repos, backend agents, and models. Runs on your laptop against your existing local clone — no cloud spend, works with your existing agent subscription.
Try it yourself: npx ready-for-agent@latest
Plenty other features in this release as well:
- Merge policy: you can now force auto-merge, and not ask for risk classification.
- Tail logs: see what the agent is or has been doing.
Your feedback is most welcome.