Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/langchain-data-analysis": "0.2.0",
"packages/n8n-nodes-daytona": "0.1.3",
"packages/pi-extension": "0.191.0",
"packages/opencode-plugin": "0.191.0",
"packages/opencode-plugin": "0.192.0",
"packages/pydantic-ai-daytona": "0.1.0"
}
15 changes: 15 additions & 0 deletions packages/opencode-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.192.0](https://github.com/daytona/integrations/compare/opencode-plugin-v0.191.0...opencode-plugin-v0.192.0) (2026-08-14)


### Features

* **opencode-plugin,opencode-workspaces-plugin:** support creating sandboxes from a snapshot via DAYTONA_SNAPSHOT ([#47](https://github.com/daytona/integrations/issues/47)) ([8b6d46e](https://github.com/daytona/integrations/commit/8b6d46e907b22f4cd3471dfb58a81236ff8e5d3f))
* **opencode-plugin:** make the git return path awaitable and guard sandbox deletion ([#49](https://github.com/daytona/integrations/issues/49)) ([8c1c6e9](https://github.com/daytona/integrations/commit/8c1c6e96403948843b8d297844d75a0226c2d8d6))
* **opencode-plugin:** support pinned SSH host keys for noninteractive git sync ([#50](https://github.com/daytona/integrations/issues/50)) ([8ebc8f5](https://github.com/daytona/integrations/commit/8ebc8f561e864ea481c5ca1867b00f56b4661f57))


### Bug Fixes

* **opencode-plugin:** bind git sync and tools to the active worktree ([#48](https://github.com/daytona/integrations/issues/48)) ([2288e08](https://github.com/daytona/integrations/commit/2288e08913e3f232cf12401dc4e719414ef212ff))
* **opencode-plugin:** update @daytona/sdk to 0.204 to clear high-severity audit findings ([#51](https://github.com/daytona/integrations/issues/51)) ([d03ea54](https://github.com/daytona/integrations/commit/d03ea54db923a43ea6cbc3068f1ca93dbf40f778))

## [0.191.0](https://github.com/daytona/integrations/compare/opencode-plugin-v0.190.1...opencode-plugin-v0.191.0) (2026-07-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/opencode-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/opencode-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daytona/opencode",
"version": "0.191.0",
"version": "0.192.0",
"description": "OpenCode plugin that automatically runs all sessions in Daytona sandboxes for isolated, reproducible development environments",
"main": "./.opencode/plugin/index.js",
"types": "./.opencode/plugin/index.d.ts",
Expand Down
Loading