cloudaxe-opencode/packages/opencode/test
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
..
account refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
acp ignore: fix typerrs on dev (#26544) 2026-05-09 12:08:00 -05:00
agent refactor(scout): resolve configured reference mentions (#26701) 2026-05-11 12:57:26 +05:30
auth core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00
bus Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
cli restore managed textarea keymap handling (#26771) 2026-05-11 01:45:59 +02:00
config flatten to keybind compatible config (#26421) 2026-05-09 01:29:13 +02:00
control-plane refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
effect refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
fake refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
file Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
filesystem refactor: rename shared package to core (#24309) 2026-04-25 10:59:17 -04:00
fixture test(server): expand workspace routing fixed-id coverage (#26458) 2026-05-09 00:00:18 -04:00
format core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00
git fix(vcs): avoid unbounded diff memory usage (#25581) 2026-05-03 17:49:46 +05:30
ide fix(test): replace structuredClone with spread for process.env (#14908) 2026-02-24 23:16:24 +10:00
image chore: generate 2026-05-10 06:49:21 +00:00
installation Refactor npm config handling (#24565) 2026-04-27 03:54:59 +00:00
lib chore: generate 2026-05-03 00:32:24 +00:00
lsp Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
mcp fix(mcp): tolerate output schema ref failures (#26614) 2026-05-09 22:03:59 -04:00
memory feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741) 2026-04-15 23:27:32 -04:00
patch
permission Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
plugin feat(core): copy file changes when warping (#26190) 2026-05-07 10:24:17 -04:00
project refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
provider refactor(provider): share model status schema (#26595) 2026-05-09 19:20:31 -04:00
pty chore: generate 2026-05-04 02:57:18 +00:00
question Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
reference chore: generate 2026-05-10 12:28:11 +00:00
server refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
session chore: generate 2026-05-11 15:21:20 +00:00
share refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
shell refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
skill fix(skill): allow missing descriptions (#26391) 2026-05-08 18:50:06 +00:00
snapshot Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
storage refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
sync Drop synchronous SyncEvent facades (#26789) 2026-05-11 01:53:50 +00:00
tool feat(scout): materialize configured reference repos (#26692) 2026-05-10 17:57:11 +05:30
util Move schema utilities into core (#26565) 2026-05-09 19:51:09 +00:00
v2 Improve v2 session message rendering (#25634) 2026-05-05 02:35:21 +00:00
AGENTS.md chore: generate 2026-05-09 04:06:08 +00:00
permission-task.test.ts Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
preload.ts feat(skill): built-in opencode-meta skill (#26617) 2026-05-09 22:05:37 -04:00