opencode/packages
Kit Langton 7c09c2f17f refactor(project): apply simplify review
- Fix prunable parser to match 'prunable <reason>' lines, not just bare 'prunable'.
- Parallelize Effect.forEach in Worktree.list with concurrency: 'unbounded' to match the rest of the file.
- Simplify the experimental worktree GET handler to use Effect.fn(fn, Effect.map(...)).
- Drop unused isProjectList/isProjectUpdate type guards and the unknown-cast set/setBootStore wrappers in global-sync; expose setGlobalStore directly.
- Centralize project worktree mutations as globalSync.project.addWorktree / removeWorktree, replacing three near-duplicate produce blocks in pages/layout.tsx and prompt-input/submit.ts. Use pathKey for dedup in all sites.
- Cast project.updated event properties as Project (not ProjectInfo) and seed worktrees: [] on insert.
- Extract projectDirectories(project) helper in pages/layout/helpers.ts; use at six call sites that built [project.worktree, ...(project.worktrees ?? [])] inline.
2026-05-11 11:48:52 -04:00
..
app refactor(project): apply simplify review 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 chore: bump Bun to 1.3.13 (#23791) 2026-04-23 00:25:36 -04:00
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): apply simplify review 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 refactor: replace bun semver with npm semver package 2026-03-09 15:29:55 -04:00
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 feat(prompt): add shell mode UI with cancel button, custom icon, and example placeholder (#24105) 2026-04-24 14:04:55 +08:00
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