summaryrefslogtreecommitdiffhomepage
path: root/bun.lock
AgeCommit message (Collapse)Author
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
2026-02-18feat: GitLab Duo - bump gitlab-ai-provider to 3.6.0 (adds Sonnet 4.6) (#14115)Vladimir Glafirov
2026-02-18feat: Add centralized filesystem module for Bun.file migration (#14117)Dax
2026-02-16release: v1.2.6opencode
2026-02-16fix: bump GitLab provider and auth plugin for mid-session token refresh (#13850)Vladimir Glafirov
2026-02-15release: v1.2.5opencode
2026-02-15release: v1.2.4opencode
2026-02-15release: v1.2.3opencode
2026-02-14fix: ensure anthropic models on OR also have variant support (#13498)Aiden Cline
2026-02-14release: v1.2.2opencode
2026-02-14bump vertex ai packages (#13625)Aiden Cline
2026-02-14release: v1.2.1opencode
2026-02-14release: v1.2.0opencode
2026-02-14sqlite again (#10597)Dax
Co-authored-by: Github Action <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: Brendan Allan <[email protected]>
2026-02-13feat: update some ai sdk packages and uuse adaptive reasoning for opus 4.6 ↵Aiden Cline
on vertex/bedrock/anthropic (#13439)
2026-02-13release: v1.1.65opencode
2026-02-12release: v1.1.64opencode
2026-02-13fix: baseline CPU detection (#13371)Luke Parker
2026-02-12release: v1.1.63opencode
2026-02-12release: v1.1.62opencode
2026-02-12fix: downgrade bun to 1.3.5 (#13347)Aiden Cline
2026-02-12release: v1.1.61opencode
2026-02-12wip(ui): diff virtualization (#12693)Adam
2026-02-12release: v1.1.60opencode
2026-02-12chore: upgrade bun to 1.3.9 (#13223)Luke Parker
2026-02-12upgrade opentui to 0.1.79 (#13036)Sebastian
2026-02-11release: v1.1.59opencode
2026-02-11release: v1.1.58opencode
2026-02-11release: v1.1.57opencode
2026-02-10release: v1.1.56opencode
2026-02-10release: v1.1.55opencode
2026-02-10release: v1.1.54opencode
2026-02-09wip(docs): i18n (#12681)Adam
2026-02-08fix(desktop): add native clipboard image paste and fix text paste (#12682)Abdul Rahman ArM
2026-02-07fix: revert "feat(app): add web input focus shortcut (#12493)" (#12639)Caleb Norton
2026-02-07chore: generateopencode-agent[bot]
2026-02-07feat(app): add web input focus shortcut (#12493)ChangeHow
2026-02-06feat: add models.dev schema ref for model autocomplete in opencode.json (#12528)Tommy D. Rossi
2026-02-06chore: upgrade bun to 1.3.8 (#11892)Aiden Cline
2026-02-06chore(deps): bump @gitlab/gitlab-ai-provider to 3.5.0 (#12496)Vladimir Glafirov
2026-02-06desktop: add loading window and restructure rust (#12176)Brendan Allan
2026-02-05release: v1.1.53opencode
2026-02-05fix(app): more terminal stability fixesAdam
2026-02-05feat(acp): add session usage (#12299)Steffen Deusch
Co-authored-by: Aiden Cline <[email protected]>
2026-02-05release: v1.1.52opencode
2026-02-05core: bundle GitLab auth plugin directly instead of dynamic installDax Raad
Remove dynamic installation of built-in plugins. GitLab auth is now imported directly as an internal plugin, eliminating network requests during startup and simplifying the plugin loading logic. Removes the need for test mocks since plugins are no longer dynamically installed at runtime.
2026-02-05fix: downgrade xai ai-sdk package due to errors (#12251)Aiden Cline