Dax Raad
af72010e9f
Revert "refactor: migrate from Bun.Glob to npm glob package"
...
This reverts commit 3c21735b35 .
2026-02-19 12:48:43 -05:00
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
Dax Raad
501a2539c7
revert ts lsp to monorepo root
2025-11-26 20:31:26 -05:00
Adam
2f73b16b57
deps: update pierre diffs
2025-11-26 05:29:31 -06:00
Adam
15facd8cfd
feat(share): SSR'd diffs
2025-11-25 07:40:16 -06:00
Dax Raad
8e2f9f6544
ci: stuff
2025-11-23 12:55:33 -05:00
Dax Raad
604891e793
ci: stuff
2025-11-23 12:43:23 -05:00
Dax Raad
5814df7eaa
sync
2025-11-23 12:43:23 -05:00
Dax Raad
af96ec5a30
ignore: update @solidjs/start dependency and fix console redirect handling
...
Updates the @solidjs/start dependency to latest version and removes deprecated getResponseHeaders usage from auth callback. Also adds error handling for workspace ID lookup to prevent redirect failures.
2025-11-23 12:07:28 -05:00
Brendan Allan
85d99198b5
Use devinxi-ed Solid Start ( #4635 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Dax Raad <d@ironbay.co>
2025-11-22 10:39:25 -05:00
Dax
49408c00e9
enterprise ( #4617 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-11-21 20:41:27 -05:00
Dax Raad
db9e2b1aac
ci: disable automatic config loading during CLI builds to prevent configuration interference
2025-11-21 19:08:51 -05:00
Aiden Cline
5083f9c9c2
bump bun to 1.3.3
2025-11-21 13:56:46 -06:00
althafdemiandra
468927e06a
chore: bump ai-sdk to v5.0.97 ( #4518 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-19 18:44:33 -06:00
Dax Raad
37fdcac05a
ci
2025-11-11 02:13:26 -05:00
Dax Raad
995b23787c
ci
2025-11-11 01:48:29 -05:00
Dax Raad
ecf5040966
tui: update @opentui/core to v0.1.39 and fix build script for new target format
2025-11-11 01:24:17 -05:00
Frank
30b1ae5d4b
zen: rate limit
2025-11-08 10:18:21 -05:00
Dax Raad
16357e8041
chore: standardize prettier printWidth to 120
2025-11-07 20:58:17 -05:00
Adam
61c4747fbe
fix(desktop): diff highlight rendering
2025-11-06 15:58:45 -06:00
Frank
e52bfab79d
Update sst
2025-11-06 05:42:25 +00:00
Adam
d525fbf829
feat(desktop): session router, interrupt agent, visual cleanup
2025-11-05 11:55:35 -06:00
Dax Raad
06ac1be226
upgrade to bun 1.3.1
2025-11-02 14:00:50 -05:00
Dax
96bdeb3c7b
OpenTUI is here ( #2685 )
2025-10-31 15:07:36 -04:00
Adam
dce287a42d
wip: desktop work
2025-10-30 12:02:50 -05:00
Adam
46ad456718
wip: desktop work
2025-10-28 15:39:41 -05:00
Adam
77ae0b527e
wip: desktop work
2025-10-28 15:29:16 -05:00
Adam
0acae8211a
wip: desktop work
2025-10-27 15:37:06 -05:00
Adam
82249754e7
fix: pierre dep
2025-10-24 13:51:24 -05:00
Adam
887a819f24
wip: desktop work
2025-10-17 12:06:36 -05:00
Adam
47d9e01765
wip: css/ui and desktop work
2025-10-16 14:53:44 -05:00
Dax Raad
62e5f4b154
try tsgo
2025-10-14 18:30:32 -04:00
Dax Raad
0c022ef39d
ci: stuff
2025-10-14 14:35:04 -04:00
Adam
37e6c8342f
wip: css and ui packages
2025-10-14 07:16:24 -05:00
Dax Raad
1923ddab6e
feat: add Slack integration package with Bolt framework
2025-10-14 02:53:55 -04:00
Dax Raad
b8249cde4b
core: improve dependency management and error handling for more reliable builds
2025-10-14 01:33:25 -04:00
Dax Raad
19b3f3d7ce
core: standardize dependency versions for better reliability
...
Ensures consistent versions across packages by using workspace catalog for
tailwindcss and tsconfig dependencies, reducing potential conflicts and
installation issues.
2025-10-14 01:27:17 -04:00
Dax Raad
e5e05d390d
core: reduce dependency conflicts by standardizing package versions through catalog
...
This eliminates duplicate package versions that were causing build issues and
inconsistent behavior across the monorepo. Dependencies now resolve to single
versions through the workspace catalog, making installs faster and more reliable.
2025-10-14 01:23:54 -04:00
Dax Raad
24a5b16af8
ci: tweak
2025-10-12 00:40:59 -04:00
Frank
67f894e5d0
Bump sst to latest
2025-10-11 14:38:45 -04:00
Dax Raad
f053862018
ci: fix
2025-10-10 18:11:19 -04:00
Dax Raad
9da95cb805
upgrade to bun 1.3.0
2025-10-10 17:53:32 -04:00
Dax
a782e3dac2
Zen lander ( #2907 )
...
Co-authored-by: David Hill <iamdavidhill@gmail.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Jay V <air@live.ca>
2025-10-01 19:38:15 -04:00
Dax Raad
ea66c02633
ci: tweaks
2025-09-27 04:12:55 -04:00
Dax Raad
ea21bfd3c6
ci: ignore
2025-09-26 02:01:19 -04:00
Adam
b1e6b9c7c9
wip: desktop work
2025-09-19 07:18:39 -05:00
Frank
4ceabdffa0
wip: zen
2025-09-18 10:59:01 -04:00
Frank
fc4f281408
wip: zen
2025-09-18 01:32:40 -04:00
Dax Raad
8acd537d1d
ci: turborepo typecheck
2025-09-17 03:33:54 -04:00
Dax Raad
925284c6c1
ci: sync
2025-09-15 03:53:21 -04:00
Dax
c1b4e1f19d
Upgrade to Zod v4 ( #2605 )
...
Co-authored-by: GitHub Action <action@github.com>
2025-09-15 03:12:07 -04:00
Frank
9a346a00fb
wip: zen
2025-09-12 12:18:32 -04:00
Dax Raad
a6265ea3d2
upgrade to latest bun
2025-09-10 03:36:42 -04:00
Dax Raad
e53fb7f8ed
ci: format
2025-09-09 23:47:47 -04:00
Dax Raad
38e8c42cf0
ci: format
2025-09-09 23:44:04 -04:00
Dax Raad
cb7f3cf2f1
wip: cloud
2025-09-03 13:58:08 -04:00
Brendan Allan
854f9227a2
Patch Start to preload route css in SSR ( #2389 )
2025-09-03 01:28:34 -04:00
Frank
c3a25eff78
wip: cloud
2025-08-29 19:34:58 -04:00
Frank
fd355c15db
Update sst
2025-08-29 12:26:03 -04:00
Dax Raad
4496cd4b64
ignore: cloud solid fixes
2025-08-29 11:58:17 -04:00
Dax
133fe41cd5
slash commands ( #2157 )
...
Co-authored-by: adamdotdevin <2363879+adamdottv@users.noreply.github.com>
2025-08-22 17:04:28 -04:00
adamdotdevin
9609c1803e
feat: /tui/show-toast api
2025-08-15 08:39:58 -05:00
Yuu Toriyama
3f0f910f7b
Fix: Error [ERR_DLOPEN_FAILED] ( #1546 )
2025-08-13 19:49:14 +00:00
Dax Raad
53630ebdce
gpt-5 lower verbosity
2025-08-08 20:42:22 -04:00
Frank
183e0911b7
wip: gateway
2025-08-08 13:24:32 -04:00
Aiden Cline
7b6d5b1429
chore: update marked-shiki, remove patch ( #1653 )
2025-08-06 08:47:53 -05:00
Aiden Cline
3b36822696
fix: patch marked-shiki ( #1569 )
2025-08-03 16:13:35 -05:00
Aiden Cline
edda26ab33
tweak: filter out duplicate instructions ( #1567 )
2025-08-03 15:10:21 -04:00
Dax Raad
f739e1a958
ci: ignore
2025-08-03 03:37:53 -04:00
Dax Raad
841f1907bb
ci: ignore
2025-08-03 03:35:17 -04:00
Dax Raad
f07f04d969
fix escape button not canceling if retry in progress
2025-07-31 19:55:57 -04:00
Dax Raad
2d9ed06367
ci: scripts
2025-07-31 01:25:24 -04:00
Dax
33cef075d2
ci: new publish method ( #1451 )
2025-07-31 01:00:29 -04:00
Dax
18888351e9
use treesitter to parse bash commands and catch commands that go outside of cwd ( #1443 )
2025-07-30 20:57:52 -04:00
Frank
4a46144419
convert share backend to hono app
2025-07-29 16:39:48 -04:00
Aiden Cline
d4f9375548
fix: type 'reasoning' was provided without its required following item ( #1072 )
2025-07-16 15:59:40 -05:00
Dax Raad
b1ab641905
add small model for title generation
2025-07-15 14:00:52 -04:00
Dax Raad
bcf952bc8a
upgrade ai sdk
2025-07-15 09:06:35 -04:00
Dax Raad
91f8477ef5
wip: mcp
2025-07-13 16:22:16 -04:00
adamdottv
662d022a48
feat(tui): paste images and pdfs
2025-07-08 08:09:01 -05:00
Dax
f884766445
v2 message format and upgrade to ai sdk v5 ( #743 )
...
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me>
Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com>
Co-authored-by: Jay V <air@live.ca>
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-07-07 15:53:43 -04:00
Dax Raad
37327259cb
ci: ignore
2025-07-03 20:30:02 -04:00
Timo Clasen
dae38574ab
chore: add dev script ( #666 )
2025-07-03 14:43:25 -05:00
adamdottv
5a0910ea79
chore: better local dev with stainless script
2025-07-03 11:49:15 -05:00
Dax Raad
f865cacfb8
ignore: cleanup
2025-06-27 11:35:57 -04:00
Dax Raad
2ec0611f42
lazy load formatters
2025-06-27 11:33:37 -04:00
Dax Raad
3862184ccb
hooks
2025-06-19 00:20:03 -04:00
Frank
8619c50976
Update SST
2025-06-18 23:38:06 -04:00
Dax Raad
ee91f31313
fix issue with tool schemas and google
2025-06-17 11:27:07 -04:00
Dax Raad
fa1266263d
downgrade to ai sdk v4.x
2025-06-14 18:44:08 -04:00
Dax Raad
a53f9165e9
doc: remove dev script
2025-06-14 13:05:23 -04:00
Frank
028d589ea0
Infra: use Astro component
2025-06-07 23:46:56 -04:00
Jay V
ea9dd4e9e2
share ssr
2025-06-05 15:37:23 -04:00
Dax Raad
fae49aaf88
sync
2025-06-03 12:08:07 -04:00
Dax Raad
a1c4f345a8
Fix TypeScript errors and clean up unused imports
...
- Remove unused fs import from app.ts
- Remove unused LLM import and missing module reference from server.ts
- Fix parameter naming inconsistency in fetch.ts execute function
- Add missing metadata property to fetch.ts return statement
- Update test file to use correct API signatures and parameter names
- Remove unused parameters from example.ts
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-06-01 14:46:04 -04:00
Dax Raad
fba56d6871
Update package dependencies and lock file
...
Synchronized package.json and bun.lock with latest dependency versions and optimized package structure.
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-30 22:02:22 -04:00
Dax Raad
1472efcbfe
Optimize package management with catalog and exact versions
...
- Add catalog feature to centralize common dependency versions
- Convert all package versions to exact (remove ^ prefixes)
- Move prettier to root package only to reduce duplication
- Configure bunfig.toml for exact dependency installs
- Improve version consistency across workspace packages
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-30 21:56:37 -04:00
Dax Raad
f3da73553c
sync
2025-05-30 20:48:36 -04:00