summaryrefslogtreecommitdiffhomepage
path: root/packages/opencode/src/storage/db.ts
AgeCommit message (Expand)Author
2026-05-02test(httpapi): add route exerciserKit Langton
2026-04-30core: remove @effect/language-service plugin and optimize hot path type perfo...Dax Raad
2026-04-27refactor: remove module barrels (#24554)Dax
2026-04-25core: move Global module to @opencode-ai/core for centralized path managementDax Raad
2026-04-25core: consolidate shared infrastructure into core packageDax Raad
2026-04-25refactor: rename shared package to core (#24309)Dax
2026-04-16CLI perf: reduce deps (#22652)Dax
2026-04-15feat: unwrap storage namespaces to flat exports + barrel (#22747)Kit Langton
2026-04-15feat: enable type-aware no-floating-promises rule, fix all 177 violations (#2...Kit Langton
2026-04-15feat: unwrap 11 util namespaces to flat exports + barrel (#22739)Kit Langton
2026-04-16feat: unwrap InstanceState + EffectBridge namespaces to flat exports + barrel...Kit Langton
2026-04-15shared package (#22626)Dax
2026-04-10refactor(effect): upgrade opencode to beta.46 context APIs (#21977)Kit Langton
2026-04-09core: enable prod channel to use shared production databaseDax Raad
2026-03-31test: migrate prompt tests to HTTP mock LLM server (#20304)Kit Langton
2026-03-25feat(core): initial implementation of syncing (#17814)James Long
2026-03-20allow customizing DB locationDax Raad
2026-03-19refactor: abstract SQLite behind runtime-conditional #db import (#18316)Dax
2026-03-10core: make account login upgrades safe while adding multi-account workspace a...Dax
2026-03-07core: allow beta channel to share database with stable channelDax Raad
2026-03-07core: add OPENCODE_SKIP_MIGRATIONS flag to bypass database migrationsDax Raad
2026-03-07fix(opencode): sanitize preview database filenames (#16430)Luke Parker
2026-03-06chore(storage): update drizzle and channel db handlingDax Raad
2026-02-24fix(test): harden preload cleanup against Windows EBUSY (#14895)Luke Parker
2026-02-19Remove use of Bun.file (#14215)Dax
2026-02-18Revert: all refactor commits migrating from Bun.file() to Filesystem moduleDax Raad
2026-02-18refactor: migrate src/storage/db.ts from Bun.file() to statSync (#14124)Dax
2026-02-14core: add db command for database inspection and queryingDax Raad
2026-02-14fix: add WAL checkpoint on database open (#13633)Dax
2026-02-14sqlite again (#10597)Dax