Dax
f03cb504c4
refactor: migrate from Bun.Glob to npm glob package ( #14317 )
2026-02-19 13:40:09 -05:00
Aiden Cline
aff1465aab
core: bump ai sdk packages for google, google vertex, anthropic, bedrock, and provider utils ( #14318 )
2026-02-19 12:35:51 -06:00
Dax Raad
350a377fca
Revert "refactor: migrate from Bun.Glob to npm glob package"
...
This reverts commit 25917459f0 .
2026-02-19 12:48:43 -05:00
Dax Raad
25917459f0
refactor: migrate from Bun.Glob to npm glob package
...
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-19 12:34:18 -05:00
Aiden Cline
3359967745
tweak: bake in the aws and google auth pkgs ( #14241 )
2026-02-19 00:31:33 -06:00
Frank
fc109e49df
zen: update sst version
publish-github-action / publish (push) Has been cancelled
2026-02-18 13:54:23 -05:00
Vladimir Glafirov
53a332b7cc
feat: GitLab Duo - bump gitlab-ai-provider to 3.6.0 (adds Sonnet 4.6) ( #14115 )
2026-02-18 10:58:38 -06:00
Dax
fec69d7af8
feat: Add centralized filesystem module for Bun.file migration ( #14117 )
2026-02-18 15:30:52 +00:00
opencode
4fde8a4bd1
release: v1.2.6
2026-02-16 19:57:09 +00:00
Vladimir Glafirov
2bd6db464f
fix: bump GitLab provider and auth plugin for mid-session token refresh ( #13850 )
2026-02-16 10:01:17 -06:00
opencode
bdf6ef7a03
release: v1.2.5
2026-02-15 18:49:52 +00:00
opencode
77efa92bfe
release: v1.2.4
2026-02-15 01:55:33 +00:00
opencode
69d967dc74
release: v1.2.3
2026-02-15 00:34:56 +00:00
Aiden Cline
b4bd78ce79
fix: ensure anthropic models on OR also have variant support ( #13498 )
2026-02-14 14:30:07 -06:00
opencode
d28116ff35
release: v1.2.2
2026-02-14 19:08:58 +00:00
Aiden Cline
f32d70e2b3
bump vertex ai packages ( #13625 )
2026-02-14 12:29:01 -06:00
opencode
8b7b63e86b
release: v1.2.1
2026-02-14 06:39:47 +00:00
opencode
2f9fddc3c1
release: v1.2.0
2026-02-14 05:20:11 +00:00
Dax
3010323ee0
sqlite again ( #10597 )
...
Co-authored-by: Github Action <action@github.com >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev >
2026-02-14 04:19:02 +00:00
Aiden Cline
b4fe75a169
feat: update some ai sdk packages and uuse adaptive reasoning for opus 4.6 on vertex/bedrock/anthropic ( #13439 )
2026-02-13 00:56:11 -06:00
opencode
87f670136c
release: v1.1.65
2026-02-13 05:51:04 +00:00
opencode
71564d475e
release: v1.1.64
2026-02-12 23:18:40 +00:00
Luke Parker
4ac99b73d8
fix: baseline CPU detection ( #13371 )
2026-02-13 07:50:43 +10:00
opencode
8d8f9219bc
release: v1.1.63
2026-02-12 18:46:38 +00:00
opencode
982b7260ed
release: v1.1.62
2026-02-12 18:15:24 +00:00
Aiden Cline
e5a327ce53
fix: downgrade bun to 1.3.5 ( #13347 )
2026-02-12 16:59:08 +00:00
opencode
7cb614a9fa
release: v1.1.61
2026-02-12 14:45:45 +00:00
Adam
62728c0073
wip(ui): diff virtualization ( #12693 )
2026-02-12 07:25:58 -06:00
opencode
18100a1d48
release: v1.1.60
2026-02-12 05:58:24 +00:00
Luke Parker
c9346781a0
chore: upgrade bun to 1.3.9 ( #13223 )
2026-02-12 09:27:58 +10:00
Sebastian
b53b3520a1
upgrade opentui to 0.1.79 ( #13036 )
2026-02-12 00:13:11 +01:00
opencode
db75c00cb5
release: v1.1.59
2026-02-11 15:37:00 +00:00
opencode
12cc616afa
release: v1.1.58
2026-02-11 15:12:01 +00:00
opencode
c5febb9dc1
release: v1.1.57
2026-02-11 13:45:34 +00:00
opencode
6f3ac1cc74
release: v1.1.56
2026-02-10 22:12:25 +00:00
opencode
e551fd2f69
release: v1.1.55
2026-02-10 20:21:34 +00:00
opencode
3d312761f7
release: v1.1.54
2026-02-10 19:04:02 +00:00
Adam
f97a3650ef
wip(docs): i18n ( #12681 )
2026-02-09 11:34:35 -06:00
Abdul Rahman ArM
22cb276f96
fix(desktop): add native clipboard image paste and fix text paste ( #12682 )
2026-02-08 11:24:09 +00:00
Caleb Norton
9b109a3fcb
fix: revert "feat(app): add web input focus shortcut ( #12493 )" ( #12639 )
2026-02-07 19:26:10 -06:00
opencode-agent[bot]
a687df5d1b
chore: generate
2026-02-07 19:36:27 +00:00
ChangeHow
eba3d3a57e
feat(app): add web input focus shortcut ( #12493 )
2026-02-07 13:35:46 -06:00
Tommy D. Rossi
602a505183
feat: add models.dev schema ref for model autocomplete in opencode.json ( #12528 )
2026-02-06 17:46:31 -06:00
Aiden Cline
df95bb4d37
chore: upgrade bun to 1.3.8 ( #11892 )
2026-02-06 16:13:48 -06:00
Vladimir Glafirov
f0b2f3bb43
chore(deps): bump @gitlab/gitlab-ai-provider to 3.5.0 ( #12496 )
2026-02-06 10:16:15 -06:00
Brendan Allan
20202f9ca4
desktop: add loading window and restructure rust ( #12176 )
2026-02-06 23:03:07 +08:00
opencode
49ac7c2e32
release: v1.1.53
2026-02-05 23:08:56 +00:00
Adam
b8c23fce71
fix(app): more terminal stability fixes
2026-02-05 14:21:13 -06:00
Steffen Deusch
32b17af0a6
feat(acp): add session usage ( #12299 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-02-05 12:58:09 -06:00
opencode
0cbe428c5e
release: v1.1.52
2026-02-05 18:48:54 +00:00