Aiden Cline
fb871c2cdb
fix(tui): restore thinking spinner ( #29765 )
2026-05-28 11:24:45 -05:00
opencode-agent[bot]
1907629ce8
chore: generate
2026-05-28 13:39:37 +00:00
Adam
8b06a9675a
fix(stats): batch honeycomb backfill
2026-05-28 08:37:49 -05:00
Adam
604a3ad4ec
fix(stats): better stat table periods, provider/model norm
2026-05-28 08:37:48 -05:00
Adam
db15b0b4d1
chore: updated backfill
2026-05-28 08:37:48 -05:00
opencode-agent[bot]
9aa0c9e041
chore: generate
2026-05-28 13:24:10 +00:00
Shoubhit Dash
ff82095542
test(acp): remove timing diagnostics ( #29741 )
2026-05-28 18:52:37 +05:30
opencode-agent[bot]
abc4c66189
chore: generate
2026-05-28 11:51:48 +00:00
Victor Navarro
d86d2dc082
feat: improve referral system ( #29720 )
2026-05-28 13:50:14 +02:00
opencode-agent[bot]
e755dc4541
chore: generate
2026-05-28 10:56:37 +00:00
Shoubhit Dash
36e8705df5
fix(acp): cover smoke parity gaps ( #29719 )
2026-05-28 16:25:00 +05:30
Shoubhit Dash
1a0f8c976d
fix(acp): speed up acp-next warm switches ( #29713 )
2026-05-28 15:10:17 +05:30
Shoubhit Dash
7a7ec13e18
fix(acp): improve acp-next first-session startup ( #29709 )
2026-05-28 14:53:47 +05:30
opencode-agent[bot]
2be1b1de0b
chore: generate
2026-05-28 08:48:09 +00:00
Shoubhit Dash
efa51b0371
test(acp-next): add local verifier subprocess tests ( #29700 )
2026-05-28 14:16:49 +05:30
Luke Parker
76865d0687
fix(openai): keep websocket response timeouts active ( #29699 )
2026-05-28 18:28:01 +10:00
Aiden Cline
29dec8214f
fix(openai): retry websocket stream failures ( #29673 )
2026-05-28 01:16:18 -05:00
opencode-agent[bot]
2c9db3771f
chore: generate
2026-05-28 05:15:21 +00:00
Shoubhit Dash
7e061cdff0
feat(acp): implement acp-next prompt ( #29664 )
2026-05-28 10:43:59 +05:30
Frank
793c26b39f
zen: fix db issue
2026-05-28 00:50:15 -04:00
opencode-agent[bot]
50a7b7ba0a
chore: generate
2026-05-28 03:43:10 +00:00
Shoubhit Dash
e5e9424553
fix(acp): handle acp-next permission events ( #29656 )
2026-05-28 09:11:49 +05:30
opencode-agent[bot]
638ea04b51
chore: generate
2026-05-28 02:59:53 +00:00
James Long
ae085b1571
fix(server): use persisted session directory for existing-session routes ( #29640 )
2026-05-27 22:58:33 -04:00
Kit Langton
39b268d566
fix(opencode): forward remote workspace request bodies ( #29458 )
2026-05-27 21:54:36 -04:00
DS
6463ed7c81
fix(openai): support websocket custom base URLs ( #29636 )
2026-05-27 18:46:30 -05:00
opencode-agent[bot]
86a93674a5
chore: update nix node_modules hashes
2026-05-27 22:16:44 +00:00
Sebastian
c03b14dfb4
upgrade opentui to 0.2.16 ( #29463 )
2026-05-28 00:01:32 +02:00
opencode-agent[bot]
d031a8d22e
chore: update nix node_modules hashes
2026-05-27 20:22:29 +00:00
opencode-agent[bot]
2b7c8c64ad
chore: generate
2026-05-27 20:05:11 +00:00
Aiden Cline
5a81586c4f
feat(openai): add responses websocket transport ( #29477 )
2026-05-27 15:02:37 -05:00
James Long
78416a6490
feat(tui): add workspace management dialog ( #29612 )
2026-05-27 18:09:40 +00:00
Jack
f463f38915
docs(zen): add MiMo-V2.5 Free model ( #29610 )
2026-05-28 01:34:37 +08:00
opencode-agent[bot]
c047ff7f18
chore: generate
2026-05-27 16:31:18 +00:00
Jack
1a4d70d7e1
docs(go): update MiMo ( #29598 )
2026-05-28 00:29:31 +08:00
opencode-agent[bot]
823e89b1c0
chore: generate
2026-05-27 15:53:52 +00:00
Adam
ccc83a459d
fix: cpu bound ingest server
2026-05-27 10:51:36 -05:00
Adam
a660778bcb
chore: better stats command
2026-05-27 10:50:34 -05:00
Adam
61d8ceb2da
chore: honeycomb backfill script
2026-05-27 10:37:02 -05:00
Sebastian
911e525bd7
keep session navigation active in prompt modes ( #29464 )
2026-05-27 17:26:56 +02:00
gotjoshua
9d173e0ab8
docs: fix ts error in math examples ( #18244 )
2026-05-27 10:12:12 -05:00
Aiden Cline
f4149b92b6
fix(tui): surface subagent retry status ( #29591 )
2026-05-27 10:11:01 -05:00
Adam
47a9a53db0
fix: memory pressure in ingest
2026-05-27 09:22:08 -05:00
Adam
7c0074738e
fix: bun install
2026-05-27 08:37:34 -05:00
opencode-agent[bot]
e586f3d553
chore: generate
2026-05-27 12:47:27 +00:00
Kit Langton
0122f38e09
refactor(server): unify instance httpapi middleware routing
...
publish-github-action / publish (push) Has been cancelled
Unify declared instance HTTP API endpoints under typed middleware routing, including event streaming and PTY WebSocket connect handling.\n\nPreserve PTY connect compatibility by checking missing PTYs before parsing optional cursor and ticket query fields, with regression coverage.
github-v1.2.24
2026-05-27 08:45:11 -04:00
Adam
61001c5dd6
fix: better dockerfile
2026-05-27 06:55:44 -05:00
Adam
81fcde616f
fix: stats dockerfile
publish-github-action / publish (push) Has been cancelled
github-v1.2.23
2026-05-27 06:39:39 -05:00
Adam
fefcecb7b4
chore: reestablish datalake
2026-05-27 06:17:16 -05:00
Victor Navarro
86a6b9a96f
perf: use redis for api key rate limit ( #29242 )
2026-05-27 11:27:06 +02:00