chore: import OpenCode plugin#4
Merged
Merged
Conversation
Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com>
Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com>
There was a problem hiding this comment.
34 issues found across 33 files
Tip: instead of fixing issues one by one fix them all with cubic
Tip: cubic can generate docs of your entire codebase and keep them up to date. Try it here.
Re-trigger cubic
mislavivanda
added a commit
that referenced
this pull request
Jul 8, 2026
Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com>
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.
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Summary by cubic
Imports the Daytona OpenCode plugin as a standalone package to run sessions inside Daytona sandboxes with per-project persistence, git syncing, and developer tools. This adds
packages/opencode-pluginand enables sandbox-backed workflows with simple setup.New Features
opencode/Nbranches, add numbered remotes, push/pull between host and sandbox; works with empty repos and falls back gracefully when git is unavailable.bash(supports background),read,write,edit,multiedit,ls,glob,grep,getPreviewURL(with live preview links);lspandpatchstubs included.${XDG_DATA_HOME}/opencode/log/daytona.log. Repo path in sandbox is/home/daytona/project. RequiresDAYTONA_API_KEY.Dependencies
@daytona/sdk,@opencode-ai/plugin,xdg-basedir,zod; dev:typescript,@types/node.tsconfig.json,.npmignore, and in-place TypeScript build (emits.js/.d.tsunder.opencode/plugin).Written for commit 388e32d. Summary will update on new commits.