fix(desktop): support Bun plugin runtime APIs#30324
Open
askforoneZY wants to merge 1 commit into
Open
Conversation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Contributor
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
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 #25880
Related: #25824, #28287, code-yeongyu/oh-my-openagent#4662
Type of change
What does this PR do?
Desktop runs server plugins inside Electron's Node sidecar, so Bun-targeted plugins can fail before their config hooks register agents or commands. This PR adds a small compatibility layer for the Bun runtime APIs hit by current desktop plugin failures (
Bun.serveandBun.which).It also initializes plugin config hooks before the agent and command catalogs are built. That lets plugin-provided agents and slash commands appear in Desktop after the plugin loads.
How did you verify your code works?
oh-my-openagent@4.6.0requiringBun.serveunder Electron/Node./start-work.bun.cmd typecheckfrompackages/opencodein the original package workspace after the same source changes.git diff --checkon this clean PR branch.Screenshots / recordings
Not a UI change.
Checklist