Commit graph

226 commits

Author SHA1 Message Date
Shoubhit Dash
9c1787617c
feat(plugin): add vcs provider api (#44979) 2026-08-25 19:37:06 +05:30
opencode-agent[bot]
4fb8a6038a
feat(app): select worktree base branch (#44906)
Co-authored-by: Brendonovich <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-08-25 21:05:52 +08:00
Kit Langton
22c63833d2
feat(workspace): support caller-supplied IDs (#44771) 2026-08-24 18:08:42 -04:00
opencode-agent[bot]
50c5218bca
fix(core): clarify integration auth errors (#44786)
Co-authored-by: nexxeln <95541290+nexxeln@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-08-24 16:53:14 -05:00
Kit Langton
c1763e2b64
fix(server): make text generation locationless (#44773) 2026-08-24 17:36:02 -04:00
Kit Langton
34bd7c220c
feat(session): report interrupt result (#44766) 2026-08-24 17:34:37 -04:00
Kit Langton
a02b0a4729
fix(core): make workspace destroy idempotent (#44769) 2026-08-24 17:27:01 -04:00
Dax
de388dede4
feat(command): execute plugin callbacks 2026-08-24 16:01:58 -04:00
Shoubhit Dash
11e2bde399
fix(stats): correct aggregation boundaries (#44682) 2026-08-24 17:26:43 +05:30
Shoubhit Dash
2e1d7c84ab
feat(cli): add shareable stats command (#43653) 2026-08-24 16:47:23 +05:30
Brendan Allan
b8fb894ec7
fix(server): compress responses with correct content types (#44321) 2026-08-23 06:18:20 +00:00
Dax
282b644cde
fix(core): expire locations from session activity (#44275) 2026-08-22 20:21:37 -04:00
Kit Langton
c29a7c152d
feat(session): add viewed state (#42811) 2026-08-21 19:34:35 -04:00
Kit Langton
2c8e2a2b28
fix(core): retry recreated locations (#44005) 2026-08-21 22:50:38 +00:00
Dax Raad
f28c10aa4d feat(sdk): prepare v2 packages for publishing 2026-08-21 17:28:34 -04:00
Kit Langton
97d3cd0b3a
refactor: simplify server client helpers (#43976) 2026-08-21 19:37:19 +00:00
Kit Langton
4651bd15de
refactor(server): use Latch for shutdown gate (#43571) 2026-08-20 11:37:35 -04:00
Shoubhit Dash
c40c306170
refactor(core): move shell config into state (#43430) 2026-08-19 19:23:22 +05:30
Dax
b38d9d812f
refactor(client): move service shutdown client-side (#43252) 2026-08-18 15:02:37 +00:00
Kit Langton
d9b81d2233
chore(effect): update to beta.107 (#43109) 2026-08-17 21:54:08 +00:00
Dax
42fc297d30
feat(tui): inherit terminal environment per session (#42957) 2026-08-17 20:18:28 +00:00
Dax
6a7d6c5adc
refactor(core): use numeric event timestamps (#42828) 2026-08-15 18:48:58 -04:00
Dax
5c7f5840ee
feat(core): persist web search provider selection (#42663) 2026-08-14 20:19:02 -04:00
James Long
62b67f2761
refactor(protocol): move worktree routes out of experimental namespace (#42656) 2026-08-14 18:18:40 -04:00
Kit Langton
f4620939aa
test(server): remove workerd spike (#42618) 2026-08-14 13:21:26 -04:00
opencode-agent[bot]
9872fb8a54
refactor(api): remove legacy question service (#42562)
Co-authored-by: Filip Hejmowski <fhejmowski@simplito.com>
Co-authored-by: neriousy <hejmowskifilip@gmail.com>
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-08-14 14:38:32 +00:00
opencode-agent[bot]
3a4c8cdf9d
revert(core): remove portable shell permission scanner (#42571)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-08-14 08:40:40 -04:00
James Long
ad8ed9b367
refactor(core): replace project copies with worktrees (#42149) 2026-08-13 18:06:28 -04:00
Kit Langton
e8101ef7fe
feat(core): add portable shell permission scanner (#42351) 2026-08-13 17:53:35 -04:00
Kit Langton
bc2251d6d8
feat(sdk): configure external workspace providers (#42142) 2026-08-12 16:47:12 -04:00
Kit Langton
2025ed939a
feat(server): typed no-execution-plane environment for workerd profile (#42113) 2026-08-12 19:28:07 +00:00
Dax
a7642737c7
feat(core): add generic session inbox (#42109) 2026-08-12 15:28:04 -04:00
opencode-agent[bot]
f8f50ee375 chore: generate 2026-08-12 18:10:29 +00:00
Kit Langton
a841fc22bb
feat(server): workerd runtime profile and SDK workerd entrypoint (#41918) 2026-08-12 14:07:56 -04:00
Dax Raad
9769e7012c feat(core): configure package publishing 2026-08-12 09:30:34 -04:00
Kit Langton
5b7b1830d2
refactor(server): resume suspended sessions unconditionally in the fetch entry (#41938) 2026-08-12 03:31:30 +00:00
opencode-agent[bot]
d6ed520c25 chore: generate 2026-08-12 01:38:26 +00:00
Kit Langton
c858986b08
feat(server): web-standard fetch handler entry (#41896) 2026-08-11 21:37:06 -04:00
Dax
5da7eaa6eb
feat(api): continue pending work after interrupt (#41888) 2026-08-11 17:56:54 -07:00
opencode-agent[bot]
6072fc5c1b chore: generate 2026-08-11 22:44:47 +00:00
Brendan Allan
20df2fdba6
feat(cli): embed web ui (#41525)
Co-authored-by: Dax Raad <d@ironbay.co>
2026-08-11 15:43:07 -07:00
Kit Langton
7300e7e10f
core: write-ahead execution claims replace shutdown-hook suspension (#41800) 2026-08-11 14:09:04 -04:00
Kit Langton
23b0688a7f
fix(server): await models before listing (#41783) 2026-08-11 12:18:07 -04:00
Kit Langton
41c5853739
refactor: route Global path consumers through the service (#41632) 2026-08-10 21:37:09 -04:00
Aiden Cline
9bc4eea79a
refactor(core): replace integration prompts with forms (#40997) 2026-08-09 22:00:18 -05:00
Dax Raad
68b2b08853 fix(server): remove duplicate observability layer 2026-08-09 20:33:30 -04:00
Kit Langton
c2ba0bef6b
feat: attach skills to prompts (#41188) 2026-08-08 13:24:22 -04:00
Kit Langton
83b47693c3
feat(core): add workspace domain and placement binding (#41187) 2026-08-08 13:24:04 -04:00
opencode-agent[bot]
4194d55522 chore: generate 2026-08-08 04:21:03 +00:00
Kit Langton
9b7b402737
feat(server): run modal sandboxes on the vm runtime (#41177) 2026-08-07 23:21:05 -04:00