opencode/packages
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
..
app refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
console sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
containers
core sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
desktop sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
docs
enterprise sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
extensions/zed sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
function sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
http-recorder chore(http-recorder): remove content-matching dispatch mode (#26792) 2026-05-11 11:10:18 -04:00
identity
llm fix(llm): drop removed dispatch option from recorded cache tests (#26900) 2026-05-11 11:48:30 -04:00
opencode refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
plugin sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
script
sdk refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
slack sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
storybook
ui fix(ui): better handle patch file support when rendering patch/edit tools (#26828) 2026-05-11 17:21:59 +08:00
web feat(scout): autocomplete configured mentions (#26843) 2026-05-11 20:50:03 +05:30