docs: add opencode-simple-notify to ecosystem#24259
Open
Yusuzhan wants to merge 4 commits intoanomalyco:devfrom
Open
docs: add opencode-simple-notify to ecosystem#24259Yusuzhan wants to merge 4 commits intoanomalyco:devfrom
Yusuzhan wants to merge 4 commits intoanomalyco:devfrom
Conversation
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Bojun-Vvibe
added a commit
to Bojun-Vvibe/oss-contributions
that referenced
this pull request
Apr 25, 2026
- charmbracelet/crush#2693 (merge-after-nits): stdio MCP server config 'args' weren't run through resolver.ResolveValue, so '$VESTIGE_DB' reached the subprocess as a literal. Fix threads each arg through the same resolver that already handles 'command'. Fallback-to-literal on resolve failure is a footgun for credential-bearing args — should fail loud. - anomalyco/opencode#24259 (merge-as-is): one-line ecosystem doc addition for opencode-simple-notify (Linux/Mac desktop notifications plugin). Standard supply-chain hygiene applies on the maintainer side. - OpenHands/OpenHands#14099 (merge-after-nits): branch-search router previously hard-rejected page!=1 with 400. Fix threads page through every provider's search_branches with the provider's native idiom (page-param for GitLab/Bitbucket, start-offset for BB-DC, slice for Forgejo/AzDO). GitHub uses cursor walk through 'after: $cursor' which is O(page) — needs a clamp to bound adversarial deep-page requests. - cline/cline#10403 (request-changes): adds Abliteration.ai as first-class provider. Handler/proto/UI plumbing follows the established pattern cleanly, but maxTokens: -1 sentinel in the model registry will produce wrong cost/budget calculations downstream (no other provider uses -1), and supportsTools() is hardcoded true rather than reading model.info. Both are 1-line fixes.
Bojun-Vvibe
added a commit
to Bojun-Vvibe/oss-contributions
that referenced
this pull request
Apr 25, 2026
Lede counter through-drip-38 → through-drip-40. Eight new rows spliced into per-repo tables for openai/codex, BerriAI/litellm, continuedev/continue, ollama/ollama, charmbracelet/crush, anomalyco/opencode, All-Hands-AI/OpenHands, cline/cline. PRs: openai/codex#19526, BerriAI/litellm#26495, continuedev/continue#12206, ollama/ollama#15808, charmbracelet/crush#2693, anomalyco/opencode#24259, OpenHands/OpenHands#14099, cline/cline#10403.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Closes #
Type of change
What does this PR do?
Added opencode-simple-notify to ecosystem document, it's a light-weight desktop notification plugin.
How did you verify your code works?
Preview in browser.
Screenshots / recordings
Checklist
If you do not follow this template your PR will be automatically rejected.