cloudaxe-opencode/packages/opencode/src
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 fix(acp): include tool image attachments in updates (#25128) 2026-05-09 11:45:44 -05:00
agent refactor(scout): resolve configured reference mentions (#26701) 2026-05-11 12:57:26 +05:30
auth Move schema utilities into core (#26565) 2026-05-09 19:51:09 +00:00
bus research: delete Hono backend (do not merge) (#25667) 2026-05-09 13:10:42 +00:00
cli feat(scout): autocomplete configured mentions (#26843) 2026-05-11 20:50:03 +05:30
command Move schema utilities into core (#26565) 2026-05-09 19:51:09 +00:00
config feat(scout): autocomplete configured mentions (#26843) 2026-05-11 20:50:03 +05:30
control-plane Drop synchronous SyncEvent facades (#26789) 2026-05-11 01:53:50 +00:00
effect Add background code migration service (#26652) 2026-05-11 00:16:42 +00:00
env refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
file Move schema utilities into core (#26565) 2026-05-09 19:51:09 +00:00
format Move schema utilities into core (#26565) 2026-05-09 19:51:09 +00:00
git feat(core): copy file changes when warping (#26190) 2026-05-07 10:24:17 -04:00
id Remove redundant ID Zod overrides (#26633) 2026-05-09 23:12:21 -04:00
ide refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
image feat: better image handling (auto resize & max size constraints) (#26401) 2026-05-10 01:48:19 -05:00
installation refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
lsp Move schema utilities into core (#26565) 2026-05-09 19:51:09 +00:00
mcp fix(mcp): tolerate output schema ref failures (#26614) 2026-05-09 22:03:59 -04:00
patch refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
permission Remove redundant ID Zod overrides (#26633) 2026-05-09 23:12:21 -04:00
plugin fix: allow Codex Spark with Codex OAuth (#25640) 2026-05-03 17:58:16 -05: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 Remove redundant ID Zod overrides (#26633) 2026-05-09 23:12:21 -04:00
question Remove redundant ID Zod overrides (#26633) 2026-05-09 23:12:21 -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 Add SyncEvent service (#25158) 2026-04-30 16:45:26 -04:00
shell refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
skill chore: generate 2026-05-10 02:06:39 +00:00
snapshot fix(session): loosen remaining stored numeric schemas to tolerate legacy data (#26622) 2026-05-09 22:10:48 -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 Delete unused opencode Zod helpers (#26793) 2026-05-10 21:57:18 -04:00
v2 refactor(scout): resolve configured reference mentions (#26701) 2026-05-11 12:57:26 +05:30
worktree refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
audio.d.ts feat: better image handling (auto resize & max size constraints) (#26401) 2026-05-10 01:48:19 -05:00
data-migration.sql.ts Add background code migration service (#26652) 2026-05-11 00:16:42 +00:00
data-migration.ts Trace data migrations (#26809) 2026-05-11 03:23:01 +00:00
index.ts refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
markdown.d.ts feat(skill): built-in opencode-meta skill (#26617) 2026-05-09 22:05:37 -04:00
node.ts refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
sql.d.ts
temporary.ts core: consolidate shared infrastructure into core package 2026-04-25 13:30:37 -04:00