-
Notifications
You must be signed in to change notification settings - Fork 143
Add OpenCode client support #2489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2489 +/- ##
=======================================
Coverage 55.34% 55.34%
=======================================
Files 306 306
Lines 29321 29321
=======================================
Hits 16227 16227
- Misses 11657 11658 +1
+ Partials 1437 1436 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
eleftherias
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @prestist! This looks good.
I see there are some small linting issues, could you just run task lint to see the lint errors and task docs to update the CLI docs?
|
Thank you, absolutely will do! @eleftherias |
62661a0 to
9131ec9
Compare
|
@eleftherias I looked at the taskfile and ran linting / created the docs I think; lmk if there is anything else! Thank you. Oof, ok I see I missed a few; I cannot run golang-lint ci locally due to some config weird, Let me make the changes listed in the CI real quick. The doc's bit supersized me though; looking again |
1203c2c to
b8c03e1
Compare
|
Hmm, im still struggling with running linting locally tried my hand with AI here to see if it can figure out my environment. 🤞 |
|
No worries @prestist, I can generate the docs. No point in you spending time with minor linting issues. |
Co-Authored-By: Claude <noreply@anthropic.com>
5f2bb57 to
8794eb4
Compare
|
Thanks for the PR @prestist! |
So I was using opencode, and wanted to have integration for MCP servers. I think this is all that is needed.
I tested this locally
Then ran a mcp server
Not sure if there are other steps for integration of opencode.