Commit Graph

3900 Commits

Author SHA1 Message Date
Aiden Cline 8c2844b2ee tweak: adjust stop loop logic 2026-03-23 14:04:42 -05:00
Aiden Cline d6a2460444 fix: update stop reason to be 'other' instead of 'unknown' as per v6 changes 2026-03-23 09:09:44 -05:00
Aiden Cline cfe0fc4ca0 fix: migrate message-v2.ts to make toModelOutput logic compliant: https://ai-sdk.dev/docs/migration-guides/migration-guide-6-0#tooltomodeloutput-changes 2026-03-20 18:09:31 -05:00
Aiden Cline f38b91e183 fix: finish transform.ts v6 migration 2026-03-20 17:52:57 -05:00
Aiden Cline 7088fc6c73 fix: almost fix transform.ts, add exclusions for tool-approval-request and tool-approval-response, fix type inference w/ union stuff 2026-03-20 17:49:25 -05:00
Aiden Cline caf7d1fb5c fix: remove ts ignore for gh copilot provider, this revealed further things that need migration for copilot sdk 2026-03-20 17:02:14 -05:00
Aiden Cline 9f930bd357 fix: adjust imports in github copilot sdk to be v6 compat 2026-03-20 16:57:40 -05:00
Aiden Cline 781cc0fb6f fix: migrate structured-output.test.ts to v6 2026-03-20 16:33:35 -05:00
Aiden Cline 7644c891b4 fix prompt.ts to be v6 compat, wrap w/ try catch since type changed a bit 2026-03-20 16:25:19 -05:00
Aiden Cline 357a3fc0eb tweak: switch @ai-sdk/google-vertex key from google to vertex see: https://ai-sdk.dev/docs/migration-guides/migration-guide-6-0#providermetadata-and-provideroptions-key 2026-03-20 16:17:53 -05:00
Aiden Cline f881bac010 chore: add todo in llm.ts 2026-03-20 16:09:54 -05:00
Aiden Cline 1c77277179 fix: add specificationVersion to middleware in llm.ts 2026-03-20 16:07:15 -05:00
Aiden Cline dbd72df3a4 fix: further adjust provider.ts, ensure that the typing for language is LanguageModelV3 instead of LanuageModel union (should fix compat in llm.ts) 2026-03-20 16:02:25 -05:00
Aiden Cline d70a6b37e5 fix: azure now uses azure key instead of openai in ai sdk v6: https://ai-sdk.dev/docs/migration-guides/migration-guide-6-0#responses-api-providermetadata-and-provideroptions-key 2026-03-20 15:36:10 -05:00
Aiden Cline ba895b1a59 fix: resolve most prompt.ts v6 issues, need to fully resolve llm.ts before we can fix the remaining ones 2026-03-20 15:28:40 -05:00
Aiden Cline 6c2efcb8db chore: add note to message-v2 that we need to do further updates to it before this PR can be merged VERYYYY IMPORTANTgcleangclean 2026-03-20 15:27:35 -05:00
Aiden Cline 9e03d49637 fix: update compaction.ts to v6 2026-03-20 15:13:42 -05:00
Aiden Cline 44a251a406 fix: update message-v2.ts and message-v2.test.ts to v6 2026-03-20 11:42:12 -05:00
Aiden Cline be972907a3 fix: get provider.ts type errors fixed 2026-03-20 11:18:02 -05:00
Aiden Cline 07ff24f3aa chore: bump ai gateway package 2026-03-20 11:07:33 -05:00
Aiden Cline 6c6868997a chore: run v6 codemod 2026-03-20 00:12:30 -05:00
Aiden Cline a7dda4c108 chore: bump packages to v6 2026-03-19 23:32:40 -05:00
Luke Parker 7866dbcfcc fix: avoid truncate permission import cycle (#18292) 2026-03-19 23:52:04 -04:00
Dax 1071aca91f fix: miscellaneous small fixes (#18328) 2026-03-19 22:20:29 -04:00
Jaaneek b3d0446d13 feat: switch xai provider to responses API (#18175)
Co-authored-by: Jaaneek <jankiewiczmilosz@gmail.com>
2026-03-19 21:09:49 -05:00
Dax 92cd908fb5 feat: add Node.js entry point and build script (#18324) 2026-03-19 21:35:07 -04:00
Dax 6fcc970def fix: include cache bin directory in which() lookups (#18320) 2026-03-19 21:21:55 -04:00
Dax 52a7a04ad8 refactor: replace Bun shell execution with portable Process utilities (#18318) 2026-03-19 21:17:06 -04:00
Dax 37b8662a9d refactor: abstract SQLite behind runtime-conditional #db import (#18316) 2026-03-19 21:15:35 -04:00
Dax ddcb32ae0b refactor(tui): replace Bun-specific APIs with portable alternatives (#18304) 2026-03-19 19:32:59 -04:00
Dax 63585db6a7 refactor: replace Bun.sleep with node:timers/promises sleep (#18301) 2026-03-19 18:50:40 -04:00
opencode-agent[bot] a6ef9e9206 chore: generate 2026-03-19 20:21:10 +00:00
Kit Langton 6e09a1d904 fix(account): handle pending console login polling (#18281) 2026-03-19 16:18:28 -04:00
opencode-agent[bot] 4f21757e0d chore: generate 2026-03-19 20:05:33 +00:00
jorge g 2dbcd79fd2 fix: stabilize agent and skill ordering in prompt descriptions (#18261)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-03-19 15:04:03 -05:00
James Long d69962b0f7 fix(core): disable chunk timeout by default (#18264) 2026-03-19 14:30:08 -04:00
James Long 0540751897 fix(core): use a queue to process events in event routes (#18259) 2026-03-19 13:51:14 -04:00
Aiden Cline aeece6166b ignore: revert 3 commits that broke dev branch (#18260) 2026-03-19 11:15:07 -05:00
Kit Langton 0d7e62a532 fix forked prompt attachments losing file parts (#17815) 2026-03-19 12:00:32 -04:00
opencode-agent[bot] d178d8249f chore: generate 2026-03-19 14:00:32 +00:00
Shoubhit Dash e6f5214779 feat: add git-backed session review modes (#17961) 2026-03-19 19:29:29 +05:30
Dax 1ac1a0287c anthropic legal requests (#18186) 2026-03-19 04:45:24 +00:00
Kit Langton 84e62fc662 fix(session): preserve tagged error messages (#18165) 2026-03-18 20:36:53 -04:00
Luke Parker 5d2f8d77f9 fix: restore recent test regressions and upgrade effect beta (#18158) 2026-03-19 09:54:01 +10:00
Kit Langton 81be544981 feat(filesystem): add AppFileSystem service, migrate Snapshot (#18138) 2026-03-18 19:52:43 -04:00
opencode-agent[bot] 773c1192dc chore: generate 2026-03-18 23:45:03 +00:00
Kit Langton 5ddfe4ada5 chore: type Provider.list() as Record<ProviderID, Info>, delete dead code (#18123) 2026-03-18 19:43:12 -04:00
Luke Parker 54ed87d53c fix(windows): use cross-spawn for shim-backed commands (#18010) 2026-03-19 08:49:16 +10:00
Aiden Cline 8ee939c741 tweak: remove unnecessary parts from the fallback system prompt (#18140) 2026-03-18 17:27:47 -05:00
opencode-agent[bot] c3ddc85cca chore: generate
compliance-close / close-non-compliant (push) Has been cancelled
deploy / deploy (push) Has been cancelled
docs-locale-sync / sync-locales (push) Has been cancelled
generate / generate (push) Has been cancelled
nix-eval / nix-eval (push) Has been cancelled
publish / version (push) Has been cancelled
publish / build-cli (push) Has been cancelled
publish / build-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / build-tauri (map[host:blacksmith-8vcpu-ubuntu-2404-arm target:aarch64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Has been cancelled
publish / build-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Has been cancelled
publish / build-tauri (map[host:windows-2025 target:aarch64-pc-windows-msvc]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:aarch64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / build-electron (map[host:blacksmith-4vcpu-windows-2025 platform_flag:--win target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / build-electron (map[host:macos-latest platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[host:macos-latest platform_flag:--mac --x64 target:x86_64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[host:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Has been cancelled
publish / publish (push) Has been cancelled
test / unit (linux) (push) Has been cancelled
test / unit (windows) (push) Has been cancelled
test / e2e (linux) (push) Has been cancelled
test / e2e (windows) (push) Has been cancelled
typecheck / typecheck (push) Has been cancelled
beta / sync (push) Has been cancelled
containers / build (push) Has been cancelled
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Has been cancelled
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Has been cancelled
nix-hashes / compute-hash (macos-15-intel, x86_64-darwin) (push) Has been cancelled
nix-hashes / compute-hash (macos-latest, aarch64-darwin) (push) Has been cancelled
storybook / storybook build (push) Has been cancelled
nix-hashes / update-hashes (push) Has been cancelled
2026-03-18 17:37:40 +00:00