summaryrefslogtreecommitdiffhomepage
path: root/package.json
AgeCommit message (Collapse)Author
2026-04-11chore: bump ai sdk deps (#22005)Aiden Cline
2026-04-10refactor(effect): upgrade opencode to beta.46 context APIs (#21977)Kit Langton
2026-04-09Remove CLI from electron app (#17803)Brendan Allan
Co-authored-by: LukeParkerDev <[email protected]>
2026-04-07core: refactor tool system to remove agent context from initialization (#21052)Dax
2026-04-06chore: bump anthropic ai sdk pkg, delete patch (#21247)Aiden Cline
2026-04-06chore: remove ai-sdk/provider-utils patch and update pkg (#21245)Aiden Cline
2026-04-06refactor(server): replace Bun serve with Hono node adapters (#18335)Dax
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Co-authored-by: Luke Parker <[email protected]> Co-authored-by: Adam <[email protected]> Co-authored-by: Brendan Allan <[email protected]>
2026-04-03fix(sdk): handle Windows opencode spawn and shutdown (#20772)Luke Parker
2026-04-01refactor: use Effect services instead of async facades in provider, auth, ↵Kit Langton
and file (#20480)
2026-03-30feat(windows): add first-class pwsh/powershell support (#16069)Luke Parker
2026-03-27update effect to 4.0.0-beta.42 (#19484)Kit Langton
2026-03-27feat: AI SDK v6 support (#18433)Aiden Cline
2026-03-27fix(ui): keep partial markdown readable while responses stream (#19403)Shoubhit Dash
2026-03-26refactor(config): use cachedInvalidateWithTTL, bump effect to beta.37 (#19322)Kit Langton
2026-03-23chore: bump Bun to 1.3.11 (#18144)Luke Parker
2026-03-20patch solid to try fix memo undefined under transition bug (#18338)Brendan Allan
2026-03-19feat: switch xai provider to responses API (#18175)Jaaneek
Co-authored-by: Jaaneek <[email protected]>
2026-03-19refactor: abstract SQLite behind runtime-conditional #db import (#18316)Dax
2026-03-19fix: restore recent test regressions and upgrade effect beta (#18158)Luke Parker
2026-03-17feat(enterprise): contact form now pushes to salesforce 🙄 (#17964)Ryan Vogel
Co-authored-by: slickstef11 <[email protected]> Co-authored-by: Frank <[email protected]>
2026-03-12refactor(provider): flow branded ProviderID/ModelID through internal ↵Kit Langton
signatures (#17182)
2026-03-10core: make account login upgrades safe while adding multi-account workspace ↵Dax
auth (#15487) Co-authored-by: Kit Langton <[email protected]> Co-authored-by: Claude Opus 4.6 <[email protected]>
2026-03-06chore(storage): update drizzle and channel db handlingDax Raad
2026-03-05chore: update turborepo (#16061)Anton Volkov
2026-03-04ci: make tsgo available for pre-push typechecksDavid Hill
2026-03-04desktop: add electron version (#15663)Brendan Allan
2026-03-02Animation Smorgasbord (#15637)Kit Langton
Co-authored-by: Adam <[email protected]>
2026-02-27chore(app): depsAdam
2026-02-26fix: most segfaults on windows with Bun v1.3.10 stable (#15181)Luke Parker
2026-02-19refactor: migrate from Bun.Glob to npm glob package (#14317)Dax
2026-02-19Revert "refactor: migrate from Bun.Glob to npm glob package"Dax Raad
This reverts commit 3c21735b35f779d69a5458b1fa5fada49fb7decb.
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-18zen: update sst versionFrank
2026-02-18feat: Add centralized filesystem module for Bun.file migration (#14117)Dax
2026-02-14fix: ensure anthropic models on OR also have variant support (#13498)Aiden Cline
2026-02-14sqlite 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-13fix: baseline CPU detection (#13371)Luke Parker
2026-02-12fix: downgrade bun to 1.3.5 (#13347)Aiden Cline
2026-02-12wip(ui): diff virtualization (#12693)Adam
2026-02-12chore: upgrade bun to 1.3.9 (#13223)Luke Parker
2026-02-06feat: add models.dev schema ref for model autocomplete in opencode.json (#12528)Tommy D. Rossi
2026-02-06chore: upgrade bun to 1.3.8 (#11892)Aiden Cline
2026-02-05fix(app): more terminal stability fixesAdam
2026-02-05chore: package.json scriptsAdam
2026-02-05chore: package.json scriptsAdam
2026-01-30chore(deps): bump ai-sdk packages (#11383)Aiden Cline
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-01-20fix(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-19test(app): initial e2e test setupAdam
2026-01-15fix: downgrade bun to fix avx issueAiden Cline
2026-01-14chore: 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]>