summaryrefslogtreecommitdiffhomepage
path: root/packages/opencode/test/util
AgeCommit message (Expand)Author
2026-05-03fix(sdk+cli): surface real errors instead of bare {} when server returns empt...Kit Langton
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-25refactor: rename shared package to core (#24309)Dax
2026-04-21refactor(core): migrate ConfigPermission.Info to Effect Schema canonical (#23...Kit Langton
2026-04-18chore: generateopencode-agent[bot]
2026-04-18feat(effect-zod): add ZodPreprocess annotation for pre-parse transforms (#23222)Kit Langton
2026-04-18chore: generateopencode-agent[bot]
2026-04-17feat(effect-zod): translate Schema.withDecodingDefault into zod .default() (#...Kit Langton
2026-04-17feat(effect-zod): translate well-known filters into native Zod methods (#23209)Kit Langton
2026-04-18feat(effect-zod): transform support + walk memoization + flattened checks (#2...Kit Langton
2026-04-18feat(effect-zod): add catchall (StructWithRest) support to the walker (#23186)Kit Langton
2026-04-17feat(effect-zod): add tuple support; migrate config/plugin to Effect Schema (...Kit Langton
2026-04-17chore: generateopencode-agent[bot]
2026-04-17feat(effect-zod): translate Schema.check filters into zod .superRefine + prom...Kit Langton
2026-04-16CLI perf: reduce deps (#22652)Dax
2026-04-15feat: unwrap 11 util namespaces to flat exports + barrel (#22739)Kit Langton
2026-04-15add experimental permission HttpApi slice (#22385)Kit Langton
2026-04-15migrate: move flock and hash utilities to shared package (#22640)Dax
2026-04-15shared package (#22626)Dax
2026-04-11fix: ensure logger cleanup properly orders list before deleting files (#22101)Aiden Cline
2026-04-01Refactor plugin/config loading, add theme-only plugin package support (#20556)Sebastian
2026-03-30feat(windows): add first-class pwsh/powershell support (#16069)Luke Parker
2026-03-27tui plugins (#19347)Sebastian
2026-03-19fix: restore recent test regressions and upgrade effect beta (#18158)Luke Parker
2026-03-19fix(windows): use cross-spawn for shim-backed commands (#18010)Luke Parker
2026-03-16refactor(instance): move scoped services to LayerMap (#17544)Kit Langton
2026-03-14refactor(permission): effectify PermissionNext + fix InstanceState ALS bug (#...Kit Langton
2026-03-14chore: generateopencode-agent[bot]
2026-03-14refactor(question): effectify QuestionService (#17432)Kit Langton
2026-03-13feat(schema): scaffold effect-to-zod bridge (#17273)Kit Langton
2026-03-13fix(app): support text attachments (#17335)Adam
2026-03-13refactor(provider): effectify ProviderAuthService (#17227)Kit Langton
2026-03-11fix: resolve symlinks in Instance cache to prevent duplicate contexts (#16651)John Mylchreest
2026-03-09refactor(opencode): replace Bun shell in core flows (#16286)Dax
2026-03-08test: make process cwd check cross-platform (#16594)Shoubhit Dash
2026-03-08chore: generateopencode-agent[bot]
2026-03-07test: lock in process, ripgrep, and installation helpersDax Raad
2026-03-07fix(windows): git path resolution for modified files across Git Bash, MSYS2, ...Luke Parker
2026-03-06refactor(opencode): replace Bun.which with npm which (#15012)Dax
2026-02-25syncDax Raad
2026-02-24fix(test): use path.join for cross-platform glob test assertions (#14837)Luke Parker
2026-02-23fix(win32): normalize paths at permission boundaries (#14738)Luke Parker
2026-02-23fix(desktop): change detection on Windows, especially Cygwin (#13659)Erik Demaine
2026-02-19refactor: migrate from Bun.Glob to npm glob package (#14317)Dax
2026-02-19Revert "refactor: migrate from Bun.Glob to npm glob package"Dax Raad
2026-02-19refactor: migrate from Bun.Glob to npm glob packageDax Raad
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/lsp/server.ts from Bun.file()/Bun.write() to Filesystem...Dax