| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-19 | Revert "refactor: migrate from Bun.Glob to npm glob package" | Dax Raad | |
| This reverts commit 3c21735b35f779d69a5458b1fa5fada49fb7decb. | |||
| 2026-02-19 | refactor: migrate from Bun.Glob to npm glob package | Dax 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-18 | zen: update sst version | Frank | |
| 2026-02-18 | feat: Add centralized filesystem module for Bun.file migration (#14117) | Dax | |
| 2026-02-14 | fix: ensure anthropic models on OR also have variant support (#13498) | Aiden Cline | |
| 2026-02-14 | sqlite 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-13 | fix: baseline CPU detection (#13371) | Luke Parker | |
| 2026-02-12 | fix: downgrade bun to 1.3.5 (#13347) | Aiden Cline | |
| 2026-02-12 | wip(ui): diff virtualization (#12693) | Adam | |
| 2026-02-12 | chore: upgrade bun to 1.3.9 (#13223) | Luke Parker | |
| 2026-02-06 | feat: add models.dev schema ref for model autocomplete in opencode.json (#12528) | Tommy D. Rossi | |
| 2026-02-06 | chore: upgrade bun to 1.3.8 (#11892) | Aiden Cline | |
| 2026-02-05 | fix(app): more terminal stability fixes | Adam | |
| 2026-02-05 | chore: package.json scripts | Adam | |
| 2026-02-05 | chore: package.json scripts | Adam | |
| 2026-01-30 | chore(deps): bump ai-sdk packages (#11383) | Aiden Cline | |
| Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | |||
| 2026-01-20 | fix(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-19 | test(app): initial e2e test setup | Adam | |
| 2026-01-15 | fix: downgrade bun to fix avx issue | Aiden Cline | |
| 2026-01-14 | chore: 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-12 | fix(app): sanitize markdown -> html | Adam | |
| 2026-01-12 | chore: bump ai sdk packages | Aiden Cline | |
| 2026-01-02 | chore: rename repo references from sst/opencode to anomalyco/opencode (#6687) | Dax | |
| Co-authored-by: Github Action <[email protected]> | |||
| 2026-01-01 | Permission rework (#6319) | Dax | |
| Co-authored-by: Github Action <[email protected]> Co-authored-by: Adam <[email protected]> | |||
| 2025-12-26 | fix(dep): Update package.json - fix perplexity provider version (#6199) | Roberto Carvajal | |
| Co-authored-by: Aiden Cline <[email protected]> | |||
| 2025-12-24 | deps: update marked and marked-shiki | Adam | |
| 2025-12-23 | deps: diffs, shiki updates | Adam | |
| 2025-12-22 | remove sharp | Frank | |
| 2025-12-22 | fix: bundle more providers to fix breaking ai sdk issue | Aiden Cline | |
| 2025-12-22 | ci: try to upload cli artifacts | Brendan Allan | |
| 2025-12-21 | fix(deps): add missing @opencode-ai/plugin to dependencies (#5797) | Sherlock Holmes | |
| 2025-12-19 | zen: sync | Frank | |
| 2025-12-19 | tweak: use fetch instead of octokit for now | Aiden Cline | |
| 2025-12-19 | Update SolidStart and bring back HttpHeader usage (#5355) | Brendan Allan | |
| Co-authored-by: Github Action <[email protected]> Co-authored-by: Adam <[email protected]> | |||
| 2025-12-18 | bump bun version | Aiden Cline | |
| 2025-12-17 | chore: localStorage -> tauri store | Adam | |
| 2025-12-16 | tui: fix autocomplete file loading and update dependencies | Dax Raad | |
| 2025-12-15 | chore: centralize dep to catalog & fix typos | Aiden Cline | |
| 2025-12-15 | fix: share page | Adam | |
| 2025-12-13 | bump bun version & set flags this time | Aiden Cline | |
| 2025-12-11 | downgrade bun | Aiden Cline | |
| 2025-12-10 | wip(desktop): progress | Adam | |
| 2025-12-10 | bump bun to 1.3.4 | Aiden Cline | |
| 2025-12-08 | feat: better code and diff perf | Adam | |
| 2025-12-07 | v2 SDK (#5216) | Dax | |
| Co-authored-by: GitHub Action <[email protected]> | |||
| 2025-12-07 | feat(mcp): add OAuth authentication support for remote MCP servers (#5014) | André Cruz | |
| 2025-12-06 | fix: terminal serialization and isolation | Adam | |
| 2025-12-04 | Reapply "feat(desktop): terminal pane (#5081)" | Adam | |
| This reverts commit f9dcd979364acc5172fd0044c1c8b04dcaec9229. | |||
| 2025-12-04 | Revert "feat(desktop): terminal pane (#5081)" | Aiden Cline | |
| This reverts commit d763c11a6d5bc57869f11c87f5a293f61e427e0a. | |||
| 2025-12-04 | feat(desktop): terminal pane (#5081) | Adam | |
| Co-authored-by: Github Action <[email protected]> Co-authored-by: Dax Raad <[email protected]> | |||
