Dax Raad
3c21735b35
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
Frank
24a9841322
zen: update sst version
2026-02-18 13:54:23 -05:00
Dax
6b29896a35
feat: Add centralized filesystem module for Bun.file migration ( #14117 )
2026-02-18 15:30:52 +00:00
Aiden Cline
839c5cda12
fix: ensure anthropic models on OR also have variant support ( #13498 )
2026-02-14 14:30:07 -06:00
Dax
6d95f0d14c
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
Luke Parker
4018c863e3
fix: baseline CPU detection ( #13371 )
2026-02-13 07:50:43 +10:00
Aiden Cline
2db618dea3
fix: downgrade bun to 1.3.5 ( #13347 )
2026-02-12 16:59:08 +00:00
Adam
ecb274273a
wip(ui): diff virtualization ( #12693 )
2026-02-12 07:25:58 -06:00
Luke Parker
c856f875a1
chore: upgrade bun to 1.3.9 ( #13223 )
2026-02-12 09:27:58 +10:00
Tommy D. Rossi
576a681a4f
feat: add models.dev schema ref for model autocomplete in opencode.json ( #12528 )
2026-02-06 17:46:31 -06:00
Aiden Cline
898778daa9
chore: upgrade bun to 1.3.8 ( #11892 )
2026-02-06 16:13:48 -06:00
Adam
2875405514
fix(app): more terminal stability fixes
2026-02-05 14:21:13 -06:00
Adam
1a6a3f4b54
chore: package.json scripts
2026-02-05 07:04:34 -06:00
Adam
3116cfc167
chore: package.json scripts
2026-02-05 07:03:29 -06:00
Aiden Cline
aef0e58ad7
chore(deps): bump ai-sdk packages ( #11383 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-01-30 17:58:02 -06:00
Michael Banucu
17c4202ea8
fix(opencode): Allow compatible Bun versions in packageManager field ( #9597 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-01-20 11:34:00 -06:00
Adam
03d7467ea2
test(app): initial e2e test setup
2026-01-19 09:03:52 -06:00
Aiden Cline
5a8a0f6a56
fix: downgrade bun to fix avx issue
2026-01-15 12:16:17 -06:00
Aiden Cline
50dfa9caf3
chore: upgrade bun from 1.3.5 -> 1.3.6, also update types/bun from 1.3.4 -> 1.3.6 and fix type errs ( #8499 )
...
Co-authored-by: Github Action <action@github.com >
2026-01-14 11:53:12 -06:00
Adam
d7a1c268d9
fix(app): sanitize markdown -> html
2026-01-12 15:50:24 -06:00
Aiden Cline
61d0b3e4dc
chore: bump ai sdk packages
2026-01-12 12:25:19 -06:00
Dax
3c41e4e8f1
chore: rename repo references from sst/opencode to anomalyco/opencode ( #6687 )
...
Co-authored-by: Github Action <action@github.com >
2026-01-02 16:02:52 -05:00
Dax
351ddeed91
Permission rework ( #6319 )
...
Co-authored-by: Github Action <action@github.com >
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com >
2026-01-01 17:54:11 -05:00
Roberto Carvajal
f1ab427f0e
fix(dep): Update package.json - fix perplexity provider version ( #6199 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-12-26 11:08:45 -06:00
Adam
ede4e467db
deps: update marked and marked-shiki
2025-12-24 05:55:28 -06:00
Adam
43e92b4932
deps: diffs, shiki updates
2025-12-23 04:08:42 -06:00
Frank
54ba1af5d6
remove sharp
2025-12-22 17:36:23 -05:00
Aiden Cline
f9be2bab3a
fix: bundle more providers to fix breaking ai sdk issue
2025-12-22 15:12:18 -06:00
Brendan Allan
7a3e82ec5d
ci: try to upload cli artifacts
2025-12-22 16:57:28 +08:00
Sherlock Holmes
85d3604309
fix(deps): add missing @opencode-ai/plugin to dependencies ( #5797 )
2025-12-21 11:45:20 -06:00
Frank
054d22791d
zen: sync
2025-12-19 15:38:31 -05:00
Aiden Cline
4bad6f9f1b
tweak: use fetch instead of octokit for now
2025-12-19 12:28:11 -06:00
Brendan Allan
d03fac52e7
Update SolidStart and bring back HttpHeader usage ( #5355 )
...
Co-authored-by: Github Action <action@github.com >
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com >
2025-12-19 05:46:33 -06:00
Aiden Cline
257a4d5b86
bump bun version
2025-12-18 09:47:42 -06:00
Adam
4a3ba58f65
chore: localStorage -> tauri store
2025-12-17 13:11:02 -06:00
Dax Raad
83bcb9e95b
tui: fix autocomplete file loading and update dependencies
2025-12-16 13:37:22 -05:00
Aiden Cline
ae3990a557
chore: centralize dep to catalog & fix typos
2025-12-15 23:07:55 -06:00
Adam
b7a9cbfc68
fix: share page
2025-12-15 10:56:07 -06:00
Aiden Cline
7bf6f264e4
bump bun version & set flags this time
2025-12-13 13:00:03 -06:00
Aiden Cline
f7e29a1acf
downgrade bun
2025-12-11 00:10:58 -06:00
Adam
e694d4d880
wip(desktop): progress
2025-12-10 15:17:02 -06:00
Aiden Cline
6288a032fd
bump bun to 1.3.4
2025-12-10 14:48:52 -06:00
Adam
9363c15b4a
feat: better code and diff perf
2025-12-08 06:24:24 -06:00
Dax
ea7ec60f51
v2 SDK ( #5216 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-12-07 19:04:14 -05:00
André Cruz
509e43d6f8
feat(mcp): add OAuth authentication support for remote MCP servers ( #5014 )
2025-12-07 15:47:27 -05:00
Adam
9111005165
fix: terminal serialization and isolation
2025-12-06 06:43:53 -06:00
Adam
09f522f0aa
Reapply "feat(desktop): terminal pane ( #5081 )"
...
This reverts commit f9dcd97936 .
2025-12-04 20:32:08 -06:00
Aiden Cline
f9dcd97936
Revert "feat(desktop): terminal pane ( #5081 )"
...
This reverts commit d763c11a6d .
2025-12-04 15:57:01 -06:00
Adam
d763c11a6d
feat(desktop): terminal pane ( #5081 )
...
Co-authored-by: Github Action <action@github.com >
Co-authored-by: Dax Raad <d@ironbay.co >
2025-12-04 15:37:29 -06:00
Adam
c0a35141e6
feat: better code and diff rendering performance
2025-12-02 06:50:21 -06:00