| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-19 | fix(web): correct config import path in Korean enterprise docs | Dax Raad | |
| 2026-02-19 | docs: update providers layout and Windows sidebar label | Jay V | |
| 2026-02-19 | core: remove User-Agent header assertion from LLM test to fix failing test | Dax Raad | |
| 2026-02-19 | release: v1.2.8 | opencode | |
| 2026-02-19 | fix(app): black screen on launch with sidecar server | Adam | |
| 2026-02-19 | chore: generate | opencode-agent[bot] | |
| 2026-02-19 | feat(opencode): support adaptive thinking for claude sonnet 4.6 (#14283) | tctev | |
| Co-authored-by: tctev <[email protected]> Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Aiden Cline <[email protected]> | |||
| 2026-02-19 | feat(tui): add custom tool and mcp call responses visible and collapsable ↵ | Yanosh Kunsh | |
| (#10649) Co-authored-by: Aiden Cline <[email protected]> | |||
| 2026-02-19 | chore: cleanup | Adam | |
| 2026-02-19 | fix(app): clear todos on abort | Adam | |
| 2026-02-19 | release: v1.2.7 | opencode | |
| 2026-02-19 | fix(github): action branch detection and 422 handling (#14322) | Matt Silverlock | |
| Co-authored-by: Aiden Cline <[email protected]> | |||
| 2026-02-19 | chore: cleanup | Adam | |
| 2026-02-19 | chore: refactor composer/dock components (#14328) | Adam | |
| 2026-02-19 | fix(app): terminal issues (#14329) | Adam | |
| 2026-02-19 | chore: cleanup | Adam | |
| 2026-02-19 | chore: cleanup | Adam | |
| 2026-02-19 | chore: cleanup | Adam | |
| 2026-02-19 | feat(i18n): update Japanese translations to WSL integration (#13160) | Shintaro Jokagi | |
| 2026-02-19 | fix(core): normalize file.status paths relative to instance dir (#14207) | Shantur Rathore | |
| 2026-02-19 | docs(ko): improve wording in ecosystem, enterprise, formatters, and github ↵ | Jun | |
| docs (#14220) | |||
| 2026-02-19 | chore: generate | opencode-agent[bot] | |
| 2026-02-19 | test: fix discovery test to boot up server instead of relying on 3rd party ↵ | Aiden Cline | |
| (#14327) | |||
| 2026-02-19 | refactor: migrate from Bun.Glob to npm glob package (#14317) | Dax | |
| 2026-02-19 | core: bump ai sdk packages for google, google vertex, anthropic, bedrock, ↵ | Aiden Cline | |
| and provider utils (#14318) | |||
| 2026-02-19 | tweak: add support for medium reasoning w/ gemini 3.1 (#14316) | Aiden Cline | |
| 2026-02-19 | Revert "refactor: migrate from Bun.Glob to npm glob package" | Dax Raad | |
| This reverts commit 3c21735b35f779d69a5458b1fa5fada49fb7decb. | |||
| 2026-02-20 | app: make localhost urls work in isLocal | Brendan Allan | |
| 2026-02-19 | chore: cleanup | Adam | |
| 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 | chore: cleanup | Adam | |
| 2026-02-19 | fix(app): navigate to last session on project nav | Adam | |
| 2026-02-19 | zen: gemini 3.1 pro | Frank | |
| 2026-02-19 | Remove use of Bun.file (#14215) | Dax | |
| 2026-02-19 | chore: cleanup | Adam | |
| 2026-02-19 | fix(app): accordion styles | Adam | |
| 2026-02-19 | fix(core): text files missclassified as binary | Adam | |
| 2026-02-19 | chore: cleanup | Adam | |
| 2026-02-19 | app: fix typecheck | Brendan Allan | |
| 2026-02-19 | desktop: fetch defaultServer at top level | Brendan Allan | |
| 2026-02-19 | fix(app): terminal rework (#14217) | Adam | |
| 2026-02-19 | tweak: bake in the aws and google auth pkgs (#14241) | Aiden Cline | |
| 2026-02-19 | chore: generate | opencode-agent[bot] | |
| 2026-02-18 | fix: token substitution in OPENCODE_CONFIG_CONTENT (alternate take) (#14047) | Ariane Emory | |
| 2026-02-18 | sdk: fix nested exports transformation in publish script | Dax Raad | |
| The publish script now recursively transforms export paths to handle nested export objects. This ensures all SDK entry points are correctly mapped to their compiled dist/ locations and type definitions when publishing to npm. | |||
| 2026-02-18 | tui: ensure onExit callback fires after terminal output is written | Dax Raad | |
| 2026-02-19 | app: deduplicate allServers list | Brendan Allan | |
| 2026-02-18 | Revert: all refactor commits migrating from Bun.file() to Filesystem module | Dax Raad | |
| 2026-02-18 | refactor: migrate src/project/project.ts from Bun.file() to Filesystem/stat ↵ | Dax | |
| modules (#14126) | |||
| 2026-02-19 | tweak(ui): rotate collapsible chevron icon | David Hill | |
