summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2026-02-19fix(web): correct config import path in Korean enterprise docsDax Raad
2026-02-19docs: update providers layout and Windows sidebar labelJay V
2026-02-19core: remove User-Agent header assertion from LLM test to fix failing testDax Raad
2026-02-19release: v1.2.8opencode
2026-02-19fix(app): black screen on launch with sidecar serverAdam
2026-02-19chore: generateopencode-agent[bot]
2026-02-19feat(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-19feat(tui): add custom tool and mcp call responses visible and collapsable ↵Yanosh Kunsh
(#10649) Co-authored-by: Aiden Cline <[email protected]>
2026-02-19chore: cleanupAdam
2026-02-19fix(app): clear todos on abortAdam
2026-02-19release: v1.2.7opencode
2026-02-19fix(github): action branch detection and 422 handling (#14322)Matt Silverlock
Co-authored-by: Aiden Cline <[email protected]>
2026-02-19chore: cleanupAdam
2026-02-19chore: refactor composer/dock components (#14328)Adam
2026-02-19fix(app): terminal issues (#14329)Adam
2026-02-19chore: cleanupAdam
2026-02-19chore: cleanupAdam
2026-02-19chore: cleanupAdam
2026-02-19feat(i18n): update Japanese translations to WSL integration (#13160)Shintaro Jokagi
2026-02-19fix(core): normalize file.status paths relative to instance dir (#14207)Shantur Rathore
2026-02-19docs(ko): improve wording in ecosystem, enterprise, formatters, and github ↵Jun
docs (#14220)
2026-02-19chore: generateopencode-agent[bot]
2026-02-19test: fix discovery test to boot up server instead of relying on 3rd party ↵Aiden Cline
(#14327)
2026-02-19refactor: migrate from Bun.Glob to npm glob package (#14317)Dax
2026-02-19core: bump ai sdk packages for google, google vertex, anthropic, bedrock, ↵Aiden Cline
and provider utils (#14318)
2026-02-19tweak: add support for medium reasoning w/ gemini 3.1 (#14316)Aiden Cline
2026-02-19Revert "refactor: migrate from Bun.Glob to npm glob package"Dax Raad
This reverts commit 3c21735b35f779d69a5458b1fa5fada49fb7decb.
2026-02-20app: make localhost urls work in isLocalBrendan Allan
2026-02-19chore: cleanupAdam
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-19chore: cleanupAdam
2026-02-19fix(app): navigate to last session on project navAdam
2026-02-19zen: gemini 3.1 proFrank
2026-02-19Remove use of Bun.file (#14215)Dax
2026-02-19chore: cleanupAdam
2026-02-19fix(app): accordion stylesAdam
2026-02-19fix(core): text files missclassified as binaryAdam
2026-02-19chore: cleanupAdam
2026-02-19app: fix typecheckBrendan Allan
2026-02-19desktop: fetch defaultServer at top levelBrendan Allan
2026-02-19fix(app): terminal rework (#14217)Adam
2026-02-19tweak: bake in the aws and google auth pkgs (#14241)Aiden Cline
2026-02-19chore: generateopencode-agent[bot]
2026-02-18fix: token substitution in OPENCODE_CONFIG_CONTENT (alternate take) (#14047)Ariane Emory
2026-02-18sdk: fix nested exports transformation in publish scriptDax 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-18tui: ensure onExit callback fires after terminal output is writtenDax Raad
2026-02-19app: deduplicate allServers listBrendan Allan
2026-02-18Revert: all refactor commits migrating from Bun.file() to Filesystem moduleDax Raad
2026-02-18refactor: migrate src/project/project.ts from Bun.file() to Filesystem/stat ↵Dax
modules (#14126)
2026-02-19tweak(ui): rotate collapsible chevron iconDavid Hill