summaryrefslogtreecommitdiffhomepage
path: root/package.json
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-18zen: update sst versionFrank
2026-02-18feat: Add centralized filesystem module for Bun.file migration (#14117)Dax
2026-02-14fix: ensure anthropic models on OR also have variant support (#13498)Aiden Cline
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-13fix: baseline CPU detection (#13371)Luke Parker
2026-02-12fix: downgrade bun to 1.3.5 (#13347)Aiden Cline
2026-02-12wip(ui): diff virtualization (#12693)Adam
2026-02-12chore: upgrade bun to 1.3.9 (#13223)Luke Parker
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-05fix(app): more terminal stability fixesAdam
2026-02-05chore: package.json scriptsAdam
2026-02-05chore: package.json scriptsAdam
2026-01-30chore(deps): bump ai-sdk packages (#11383)Aiden Cline
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-01-20fix(opencode): Allow compatible Bun versions in packageManager field (#9597)Michael Banucu
Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2026-01-19test(app): initial e2e test setupAdam
2026-01-15fix: downgrade bun to fix avx issueAiden Cline
2026-01-14chore: upgrade bun from 1.3.5 -> 1.3.6, also update types/bun from 1.3.4 -> ↵Aiden Cline
1.3.6 and fix type errs (#8499) Co-authored-by: Github Action <[email protected]>
2026-01-12fix(app): sanitize markdown -> htmlAdam
2026-01-12chore: bump ai sdk packagesAiden Cline
2026-01-02chore: rename repo references from sst/opencode to anomalyco/opencode (#6687)Dax
Co-authored-by: Github Action <[email protected]>
2026-01-01Permission rework (#6319)Dax
Co-authored-by: Github Action <[email protected]> Co-authored-by: Adam <[email protected]>
2025-12-26fix(dep): Update package.json - fix perplexity provider version (#6199)Roberto Carvajal
Co-authored-by: Aiden Cline <[email protected]>
2025-12-24deps: update marked and marked-shikiAdam
2025-12-23deps: diffs, shiki updatesAdam
2025-12-22remove sharpFrank
2025-12-22fix: bundle more providers to fix breaking ai sdk issueAiden Cline
2025-12-22ci: try to upload cli artifactsBrendan Allan
2025-12-21fix(deps): add missing @opencode-ai/plugin to dependencies (#5797)Sherlock Holmes
2025-12-19zen: syncFrank
2025-12-19tweak: use fetch instead of octokit for nowAiden Cline
2025-12-19Update SolidStart and bring back HttpHeader usage (#5355)Brendan Allan
Co-authored-by: Github Action <[email protected]> Co-authored-by: Adam <[email protected]>
2025-12-18bump bun versionAiden Cline
2025-12-17chore: localStorage -> tauri storeAdam
2025-12-16tui: fix autocomplete file loading and update dependenciesDax Raad
2025-12-15chore: centralize dep to catalog & fix typosAiden Cline
2025-12-15fix: share pageAdam
2025-12-13bump bun version & set flags this timeAiden Cline
2025-12-11downgrade bunAiden Cline
2025-12-10wip(desktop): progressAdam
2025-12-10bump bun to 1.3.4Aiden Cline
2025-12-08feat: better code and diff perfAdam
2025-12-07v2 SDK (#5216)Dax
Co-authored-by: GitHub Action <[email protected]>
2025-12-07feat(mcp): add OAuth authentication support for remote MCP servers (#5014)André Cruz
2025-12-06fix: terminal serialization and isolationAdam
2025-12-04Reapply "feat(desktop): terminal pane (#5081)"Adam
This reverts commit f9dcd979364acc5172fd0044c1c8b04dcaec9229.
2025-12-04Revert "feat(desktop): terminal pane (#5081)"Aiden Cline
This reverts commit d763c11a6d5bc57869f11c87f5a293f61e427e0a.
2025-12-04feat(desktop): terminal pane (#5081)Adam
Co-authored-by: Github Action <[email protected]> Co-authored-by: Dax Raad <[email protected]>