opencode/packages/sdk/js
Kit Langton c4132543c3 refactor(project): drop persisted Project.sandboxes column
The Project row stored a sandboxes string array that duplicated what git
already tracks. The /experimental/worktree GET handler now reads from
`Worktree.list()` (git worktree list --porcelain) instead, the write-side
addSandbox/removeSandbox bookkeeping is gone, and the column is dropped
from the schema with a Drizzle migration. The app maps the live list onto
project.worktrees client-side instead of reading project.sandboxes.
2026-05-11 11:48:52 -04:00
..
example fix: properly encode file URLs with special characters (#12424) 2026-02-06 16:16:56 -06:00
script research: delete Hono backend (do not merge) (#25667) 2026-05-09 13:10:42 +00:00
src refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
package.json sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
sst-env.d.ts zen: update sst version 2026-02-18 13:54:23 -05:00
tsconfig.json sdk: build to dist/ instead of dist/src (#14383) 2026-02-20 14:10:38 +08:00