summaryrefslogtreecommitdiffhomepage
path: root/bun.lock
AgeCommit message (Collapse)Author
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-16chore: generateopencode-agent[bot]
2026-03-16release: v1.2.27opencode
2026-03-13release: v1.2.26opencode
2026-03-12release: v1.2.25opencode
2026-03-12refactor(provider): flow branded ProviderID/ModelID through internal ↵Kit Langton
signatures (#17182)
2026-03-12refactor(desktop): rework default server initialization and connection ↵Brendan Allan
handling (#16965)
2026-03-12chore: generateopencode-agent[bot]
2026-03-10core: make account login upgrades safe while adding multi-account workspace ↵Dax
auth (#15487) Co-authored-by: Kit Langton <[email protected]> Co-authored-by: Claude Opus 4.6 <[email protected]>
2026-03-10upgrade opentui to v0.1.87 (#16772)Sebastian
2026-03-09chore: generateopencode-agent[bot]
2026-03-09refactor: replace bun semver with npm semver packageDax Raad
2026-03-09release: v1.2.24opencode
2026-03-09release: v1.2.23opencode
2026-03-09revert(app): "STUPID SEXY TIMELINE (#16420)" (#16745)Adam
2026-03-08release: v1.2.22opencode
2026-03-08chore: refactoring ui hooksAdam
2026-03-07release: v1.2.21opencode
2026-03-06chore(storage): update drizzle and channel db handlingDax Raad
2026-03-06release: v1.2.20opencode
2026-03-06refactor(opencode): replace Bun.which with npm which (#15012)Dax
2026-03-06release: v1.2.19opencode
2026-03-05release: v1.2.18opencode
2026-03-05chore(app): ghostty-web forkAdam
2026-03-05app: prefer using useLocation instead of window.location (#15989)Brendan Allan
2026-03-05chore: update turborepo (#16061)Anton Volkov
2026-03-04ci: make tsgo available for pre-push typechecksDavid Hill
2026-03-04release: v1.2.17opencode
2026-03-04desktop: add electron version (#15663)Brendan Allan
2026-03-03release: v1.2.16opencode
2026-03-03Upgrade opentui to v0.1.86 and activate markdown renderable by default (#14974)Sebastian
2026-03-02Animation Smorgasbord (#15637)Kit Langton
Co-authored-by: Adam <[email protected]>
2026-02-27chore(app): depsAdam
2026-02-26chore: storybook (#15285)Adam
Co-authored-by: David Hill <[email protected]>
2026-02-26release: v1.2.15opencode
2026-02-25release: v1.2.14opencode
2026-02-25release: v1.2.13opencode
2026-02-24release: v1.2.11opencode
2026-02-23upgrade opentui to v0.1.81 (#14605)Sebastian
2026-02-20release: v1.2.10opencode
2026-02-20release: v1.2.9opencode
2026-02-19release: v1.2.8opencode
2026-02-19release: v1.2.7opencode
2026-02-19refactor: migrate from Bun.Glob to npm glob package (#14317)Dax
2026-02-19core: bump ai sdk packages for google, google vertex, anthropic, bedrock, ↵Aiden Cline
and provider utils (#14318)
2026-02-19Revert "refactor: migrate from Bun.Glob to npm glob package"Dax Raad
This reverts commit 3c21735b35f779d69a5458b1fa5fada49fb7decb.
2026-02-19refactor: migrate from Bun.Glob to npm glob packageDax Raad
Replace Bun.Glob usage with a new Glob utility wrapper around the npm 'glob' package. This moves us off Bun-specific APIs toward standard Node.js compatible solutions. Changes: - Add new src/util/glob.ts utility module with scan(), scanSync(), and match() - Default include option is 'file' (only returns files, not directories) - Add symlink option (default: false) to control symlink following - Migrate all 12 files using Bun.Glob to use the new Glob utility - Add comprehensive tests for the glob utility Breaking changes: - Removed support for include: 'dir' option (use include: 'all' and filter manually) - symlink now defaults to false (was true in most Bun.Glob usages) Files migrated: - src/util/log.ts - src/util/filesystem.ts - src/tool/truncation.ts - src/session/instruction.ts - src/storage/json-migration.ts - src/storage/storage.ts - src/project/project.ts - src/cli/cmd/tui/context/theme.tsx - src/config/config.ts - src/tool/registry.ts - src/skill/skill.ts - src/file/ignore.ts
2026-02-19tweak: bake in the aws and google auth pkgs (#14241)Aiden Cline
2026-02-18zen: update sst versionFrank