| 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-19 | tweak: bake in the aws and google auth pkgs (#14241) | Aiden Cline | |
| 2026-02-18 | zen: update sst version | Frank | |
| 2026-02-18 | feat: GitLab Duo - bump gitlab-ai-provider to 3.6.0 (adds Sonnet 4.6) (#14115) | Vladimir Glafirov | |
| 2026-02-18 | feat: Add centralized filesystem module for Bun.file migration (#14117) | Dax | |
| 2026-02-16 | release: v1.2.6 | opencode | |
| 2026-02-16 | fix: bump GitLab provider and auth plugin for mid-session token refresh (#13850) | Vladimir Glafirov | |
| 2026-02-15 | release: v1.2.5 | opencode | |
| 2026-02-15 | release: v1.2.4 | opencode | |
| 2026-02-15 | release: v1.2.3 | opencode | |
| 2026-02-14 | fix: ensure anthropic models on OR also have variant support (#13498) | Aiden Cline | |
| 2026-02-14 | release: v1.2.2 | opencode | |
| 2026-02-14 | bump vertex ai packages (#13625) | Aiden Cline | |
| 2026-02-14 | release: v1.2.1 | opencode | |
| 2026-02-14 | release: v1.2.0 | opencode | |
| 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 | feat: update some ai sdk packages and uuse adaptive reasoning for opus 4.6 ↵ | Aiden Cline | |
| on vertex/bedrock/anthropic (#13439) | |||
| 2026-02-13 | release: v1.1.65 | opencode | |
| 2026-02-12 | release: v1.1.64 | opencode | |
| 2026-02-13 | fix: baseline CPU detection (#13371) | Luke Parker | |
| 2026-02-12 | release: v1.1.63 | opencode | |
| 2026-02-12 | release: v1.1.62 | opencode | |
| 2026-02-12 | fix: downgrade bun to 1.3.5 (#13347) | Aiden Cline | |
| 2026-02-12 | release: v1.1.61 | opencode | |
| 2026-02-12 | wip(ui): diff virtualization (#12693) | Adam | |
| 2026-02-12 | release: v1.1.60 | opencode | |
| 2026-02-12 | chore: upgrade bun to 1.3.9 (#13223) | Luke Parker | |
| 2026-02-12 | upgrade opentui to 0.1.79 (#13036) | Sebastian | |
| 2026-02-11 | release: v1.1.59 | opencode | |
| 2026-02-11 | release: v1.1.58 | opencode | |
| 2026-02-11 | release: v1.1.57 | opencode | |
| 2026-02-10 | release: v1.1.56 | opencode | |
| 2026-02-10 | release: v1.1.55 | opencode | |
| 2026-02-10 | release: v1.1.54 | opencode | |
| 2026-02-09 | wip(docs): i18n (#12681) | Adam | |
| 2026-02-08 | fix(desktop): add native clipboard image paste and fix text paste (#12682) | Abdul Rahman ArM | |
| 2026-02-07 | fix: revert "feat(app): add web input focus shortcut (#12493)" (#12639) | Caleb Norton | |
| 2026-02-07 | chore: generate | opencode-agent[bot] | |
| 2026-02-07 | feat(app): add web input focus shortcut (#12493) | ChangeHow | |
| 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-06 | chore(deps): bump @gitlab/gitlab-ai-provider to 3.5.0 (#12496) | Vladimir Glafirov | |
| 2026-02-06 | desktop: add loading window and restructure rust (#12176) | Brendan Allan | |
| 2026-02-05 | release: v1.1.53 | opencode | |
| 2026-02-05 | fix(app): more terminal stability fixes | Adam | |
| 2026-02-05 | feat(acp): add session usage (#12299) | Steffen Deusch | |
| Co-authored-by: Aiden Cline <[email protected]> | |||
| 2026-02-05 | release: v1.1.52 | opencode | |
| 2026-02-05 | core: bundle GitLab auth plugin directly instead of dynamic install | Dax Raad | |
| Remove dynamic installation of built-in plugins. GitLab auth is now imported directly as an internal plugin, eliminating network requests during startup and simplifying the plugin loading logic. Removes the need for test mocks since plugins are no longer dynamically installed at runtime. | |||
| 2026-02-05 | fix: downgrade xai ai-sdk package due to errors (#12251) | Aiden Cline | |
