docs: Add OpenCode examples and documentation to README.#23
docs: Add OpenCode examples and documentation to README.#23sanathusk wants to merge 2 commits intojohnlindquist:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughREADME.md and its usage sections were updated to add OpenCode as a supported agent/command, including new example references (explain.opencode.md, task.opencode.md, task.i.opencode.md, refactor.opencode.md) and an OpenCode example block in Quick Start and interactive/standard command examples. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Around line 410-418: Replace the ephemeral model ID used in the README example
(the string "opencode/glm-5-free" inside the OpenCode example block) with a
stable, long-lived model identifier (e.g., "opencode/gpt-5.1-codex" or another
supported OpenCode model); update the example markdown block under the
"OpenCode" section so the model field references the durable model ID and ensure
the surrounding example text still makes sense with the new model name.
Add OpenCode examples and documentation to README.
Summary by CodeRabbit