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