summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-02-19tweak: add support for medium reasoning w/ gemini 3.1 (#14316)Aiden Cline
2026-02-19chore: update nix node_modules hashesopencode-agent[bot]
2026-02-19chore: update nix node_modules hashesopencode-agent[bot]
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-19chore: update nix node_modules hashesopencode-agent[bot]
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
2026-02-19tweak(ui): rtl-truncate edited file pathsDavid Hill
2026-02-19tweak(app): adjust session turn horizontal paddingDavid Hill
2026-02-19tweak(app): tighten prompt dock paddingDavid Hill
2026-02-19tweak(ui): add open-file tooltip iconDavid Hill
2026-02-19tweak(ui): use chevron icons for review diff rowsDavid Hill
2026-02-19tweak(ui): tighten review diff file info gapDavid Hill
2026-02-19tweak(ui): show added diff counts in reviewDavid Hill
2026-02-19tweak(ui): group edited files list stylingDavid Hill
2026-02-19Update oc-2.jsonDavid Hill
2026-02-19tweak(ui): combine diffs in review into one groupDavid Hill
2026-02-18refactor: migrate src/tool/read.ts from Bun.file() to Filesystem module (#14118)Dax
2026-02-18refactor: migrate src/tool/write.ts from Bun.file() to Filesystem module ↵Dax
(#14119)
2026-02-18refactor: migrate src/tool/edit.ts from Bun.file() to Filesystem module (#14120)Dax
2026-02-18refactor: migrate remaining tool files from Bun.file() to Filesystem/stat ↵Dax
modules (#14121)
2026-02-18refactor: migrate src/storage/storage.ts from Bun.file()/Bun.write() to ↵Dax
Filesystem module (#14122)
2026-02-18refactor: migrate src/storage/json-migration.ts from Bun.file() to ↵Dax
Filesystem module (#14123)
2026-02-18refactor: migrate src/mcp/auth.ts from Bun.file()/Bun.write() to Filesystem ↵Dax
module (#14125)
2026-02-18refactor: migrate src/storage/db.ts from Bun.file() to statSync (#14124)Dax
2026-02-19refactor: migrate src/session/prompt.ts from Bun.file() to Filesystem/stat ↵Dax
modules (#14128)
2026-02-18chore: skip PR standards checks for PRs created before Feb 18 2026 6PM EST ↵Ryan Vogel
(#14208)
2026-02-18fix: opencode run crashing, and show errored tool calls in output (#14206)Aiden Cline
2026-02-18refactor: migrate src/skill/discovery.ts from Bun.file()/Bun.write() to ↵Dax
Filesystem module (#14133)