Shoubhit Dash
|
fa9a2cb24d
|
refactor(instance): remove remaining bind call sites (#27731)
|
2026-05-15 20:04:42 +05:30 |
|
Shoubhit Dash
|
12b666e2c9
|
refactor(project): import instance context directly (#27714)
|
2026-05-15 15:59:56 +05:30 |
|
Shoubhit Dash
|
202cc863b4
|
refactor(flags): migrate claude code prompt flag (#27690)
|
2026-05-15 14:17:04 +05:30 |
|
Shoubhit Dash
|
2d6bedecd4
|
refactor(flags): migrate output token max to runtime flags (#27680)
|
2026-05-15 13:07:35 +05:30 |
|
James Long
|
af06e52708
|
fix(session): ignore instruction lookup errors (#27656)
|
2026-05-14 23:12:30 -04:00 |
|
Dax
|
e11e089e42
|
Add Effect-native core event system (#27415)
|
2026-05-15 00:50:23 +00:00 |
|
opencode-agent[bot]
|
f6c8e35383
|
chore: generate
|
2026-05-14 17:58:35 +00:00 |
|
Kit Langton
|
94564f3588
|
fix(session): prevent double auto-compaction from filterCompacted reorder (#27545)
|
2026-05-14 13:56:12 -04:00 |
|
opencode-agent[bot]
|
756488d534
|
chore: generate
|
2026-05-14 16:42:18 +00:00 |
|
Shoubhit Dash
|
22de34c4de
|
feat: add experimental background subagents (#27084)
|
2026-05-14 22:10:15 +05:30 |
|
Sameer Kankute
|
7f7eb2e7f8
|
fix(provider): remove LiteLLM workarounds ported upstream, requires LiteLLM v1.85.0-rc.2+ (#26819)
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-05-14 11:26:07 -05:00 |
|
Aiden Cline
|
e76cf967e6
|
fix(session): finalize interrupted assistant messages (#27254)
compliance-close / close-non-compliant (push) Has been cancelled
beta / sync (push) Has been cancelled
docs-update / update-docs (push) Has been cancelled
containers / build (push) Has been cancelled
deploy / deploy (push) Has been cancelled
generate / generate (push) Has been cancelled
nix-eval / nix-eval (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
nix-hashes / update-hashes (push) Has been cancelled
publish / version (push) Has been cancelled
publish / build-cli (push) Has been cancelled
publish / sign-cli-windows (push) Has been cancelled
publish / build-electron (map[bun_install_flags:--os=darwin --cpu=arm64 host:macos-26 platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[bun_install_flags:--os=darwin --cpu=x64 host:macos-26-intel platform_flag:--mac --x64 target:x86_64-apple-darwin]) (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-ubuntu-2404-arm platform_flag:--linux --arm64 target:aarch64-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:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Has been cancelled
publish / publish (push) Has been cancelled
storybook / storybook build (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
docs-locale-sync / sync-locales (push) Has been cancelled
stats / stats (push) Has been cancelled
close-issues / close (push) Has been cancelled
close-stale-prs / close-stale-prs (push) Has been cancelled
|
2026-05-14 01:19:11 -05:00 |
|
opencode-agent[bot]
|
bfd707abc9
|
chore: generate
|
2026-05-14 04:07:30 +00:00 |
|
Aiden Cline
|
981e00971a
|
fix: image resizer wasm loading, reenable image resizing (#26805)
|
2026-05-13 23:06:07 -05:00 |
|
Kit Langton
|
edf7649400
|
fix(session): type busy errors (#27410)
|
2026-05-14 01:28:04 +00:00 |
|
Kit Langton
|
55e0af1405
|
fix(provider): type model not found errors (#27334)
|
2026-05-13 22:23:09 +00:00 |
|
Shoubhit Dash
|
a4ebb07c25
|
refactor(flags): route llm client through runtime flags (#27368)
|
2026-05-14 00:09:53 +05:30 |
|
opencode-agent[bot]
|
5b5376a3fa
|
chore: generate
|
2026-05-13 14:47:40 +00:00 |
|
Shoubhit Dash
|
eed0eddc63
|
refactor(flags): route session workspaces through runtime flags (#27335)
|
2026-05-13 20:14:40 +05:30 |
|
Dax
|
8345152319
|
core: expose v2 model listing API (#25821)
|
2026-05-13 14:43:08 +00:00 |
|
Shoubhit Dash
|
f13fc5a8a8
|
refactor(flags): route event system through runtime flags (#27323)
|
2026-05-13 17:44:09 +05:30 |
|
Shoubhit Dash
|
098bdd8ae2
|
refactor(flags): route plan mode through runtime flags (#27320)
|
2026-05-13 17:17:04 +05:30 |
|
Shoubhit Dash
|
ccf93f3523
|
fix(session): make message reads effectful (#27291)
|
2026-05-13 14:40:12 +05:30 |
|
Shoubhit Dash
|
f01c6b3e37
|
fix(session): type message list not found errors (#27275)
|
2026-05-13 13:22:12 +05:30 |
|
Shoubhit Dash
|
fed043a1ad
|
fix(session): add typed message lookup wrappers (#27269)
|
2026-05-13 13:04:07 +05:30 |
|
Shoubhit Dash
|
e9a29e4908
|
fix(storage): type not found errors (#27265)
compliance-close / close-non-compliant (push) Has been cancelled
beta / sync (push) Has been cancelled
docs-update / update-docs (push) Has been cancelled
containers / build (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
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
nix-hashes / update-hashes (push) Has been cancelled
publish / version (push) Has been cancelled
publish / build-cli (push) Has been cancelled
publish / sign-cli-windows (push) Has been cancelled
publish / build-electron (map[bun_install_flags:--os=darwin --cpu=arm64 host:macos-26 platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Has been cancelled
publish / build-electron (map[bun_install_flags:--os=darwin --cpu=x64 host:macos-26-intel platform_flag:--mac --x64 target:x86_64-apple-darwin]) (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-ubuntu-2404-arm platform_flag:--linux --arm64 target:aarch64-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:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Has been cancelled
publish / publish (push) Has been cancelled
storybook / storybook build (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
stats / stats (push) Has been cancelled
close-issues / close (push) Has been cancelled
close-stale-prs / close-stale-prs (push) Has been cancelled
|
2026-05-13 12:25:04 +05:30 |
|
Aiden Cline
|
67e6408cef
|
fix: disable image module for now (#27248)
|
2026-05-12 23:21:31 -05:00 |
|
Aiden Cline
|
c2b1ebd9dc
|
feat: update pricing schema for models to ensure more accurate cost tracking (#27184)
|
2026-05-12 20:44:06 -05:00 |
|
Aiden Cline
|
ca28dd02ec
|
fix(compaction): restore tail turns after summarization (#27145)
|
2026-05-12 15:33:16 -05:00 |
|
Shoubhit Dash
|
45de4975de
|
refactor(core): resolve default agent info (#27125)
|
2026-05-13 01:08:30 +05:30 |
|
Shoubhit Dash
|
3dc2c1d81c
|
fix(session): preserve usage update timestamps (#27094)
|
2026-05-12 22:10:28 +05:30 |
|
Kit Langton
|
c7d8b0d565
|
Delete named schema error wrapper (#27066)
|
2026-05-12 12:04:28 -04:00 |
|
Kit Langton
|
28f38fc871
|
Remove Zod from named errors (#26982)
|
2026-05-12 09:20:15 -04:00 |
|
Dax
|
36d40fee4d
|
Track session usage totals (#26644)
|
2026-05-12 01:18:57 -04:00 |
|
Kit Langton
|
e5aa5161f2
|
Remove effect-zod bridge (#26956)
|
2026-05-11 21:14:55 -04:00 |
|
Kit Langton
|
fd65d29dcc
|
Drop unused opencode Zod statics (#26935)
|
2026-05-11 17:14:18 -04:00 |
|
Kit Langton
|
cc95197d72
|
Drop prompt input Zod statics (#26923)
|
2026-05-11 16:49:08 -04:00 |
|
Kit Langton
|
42a0453945
|
Drop small session Zod statics (#26921)
|
2026-05-11 16:12:31 -04:00 |
|
Kit Langton
|
4d9eb6c320
|
Validate structured output tests with Effect Schema (#26919)
|
2026-05-11 16:11:25 -04:00 |
|
opencode-agent[bot]
|
19fce2bc6f
|
chore: generate
|
2026-05-11 15:21:20 +00:00 |
|
Shoubhit Dash
|
4bae84c8b0
|
feat(scout): autocomplete configured mentions (#26843)
|
2026-05-11 20:50:03 +05:30 |
|
Shoubhit Dash
|
2d0d3d596e
|
feat(compaction): serialize compaction tail (#26830)
|
2026-05-11 13:40:36 +05:30 |
|
Shoubhit Dash
|
7e997cfba4
|
refactor(scout): resolve configured reference mentions (#26701)
|
2026-05-11 12:57:26 +05:30 |
|
Kit Langton
|
274033cd52
|
Validate prompt messages with Effect Schema (#26796)
|
2026-05-11 02:59:20 +00:00 |
|
opencode-agent[bot]
|
38e4540119
|
chore: generate
|
2026-05-11 01:41:26 +00:00 |
|
Dax Raad
|
4100fcbd17
|
disable image resizing
|
2026-05-10 21:40:12 -04:00 |
|
Kit Langton
|
effd96755e
|
Use SyncEvent service at event call sites (#26782)
|
2026-05-10 21:20:13 -04:00 |
|
Kit Langton
|
5ef72e1101
|
Drop unused ID Zod statics (#26740)
|
2026-05-10 19:58:21 -04:00 |
|
Kit Langton
|
d8060dc9ad
|
Drop compaction create facade (#26739)
|
2026-05-10 19:54:16 -04:00 |
|
Dax
|
0fffcdfe46
|
Persist session model switches outside event flag (#26765)
|
2026-05-10 18:53:14 -04:00 |
|