Commit graph

165 commits

Author SHA1 Message Date
James Long
c30285c148
feat(worktree): support configurable plugin strategies (#47358) 2026-09-04 19:07:40 -04:00
Luke Parker
16601775f1
fix(app): align desktop worktree location with TUI (#47370) 2026-09-04 22:12:15 +00:00
James Long
0e143437c8
feat(cli): restore automatic update policy (#47161) 2026-09-04 12:58:30 -04:00
Kit Langton
19833ad1fd
feat(simulation): expose and record real mouse input (#47194) 2026-09-04 02:17:33 +00:00
James Long
43bd2a516b
refactor(cli): move update checks to TUI clients (#46963) 2026-09-03 14:55:26 -04:00
Shoubhit Dash
7819e7f503
fix(core): run command subagents in the background (#47081) 2026-09-03 22:37:58 +05:30
opencode-agent[bot]
b42555cf01
fix: reuse current location for directory browsing (#46970)
Co-authored-by: thdxr <826656+thdxr@users.noreply.github.com>
Co-authored-by: Hona <10430890+Hona@users.noreply.github.com>
2026-09-03 16:45:17 +10:00
James Long
33dd4e3ba8
feat(cli): apply managed updates when idle and wire up ui (#46485) 2026-09-02 12:08:41 -04:00
Kit Langton
74fbe199af
fix(cli): await plugin activation before caching ACP catalog (#46682) 2026-09-02 10:44:10 -04:00
Dax
01093db365
feat(plugin): update plugins from the TUI dialog (#46699) 2026-09-01 21:41:55 -04:00
Dax
e76e90b71e
refactor(core): decouple plugins from config loading (#46639) 2026-09-01 20:37:42 -04:00
Shoubhit Dash
9f01e2b548
fix(plugin): make load failures easier to diagnose (#46594) 2026-09-01 22:29:35 +05:30
Dax Raad
f330f3e02b feat(cli): check and update plugins with flat inventory 2026-09-01 10:46:47 -04:00
Victor Navarro
77eac47493
feat(core): support canonical provider config (#46134) 2026-09-01 12:19:02 +02:00
Dax Raad
5d73a5789f feat(plugin): support live package updates 2026-08-31 23:35:21 -04:00
Dax
6a2c3e91c7
feat(plugin): add typed rpc and custom events (#46105) 2026-08-30 21:28:19 -04:00
Kit Langton
e3bda5e2d0
feat(tui): add branch review scopes 2026-08-28 22:46:23 -04:00
Kit Langton
d354c3d640
fix(server): avoid loading locations for pending reads (#45994) 2026-08-28 20:44:48 +00:00
Kit Langton
6da20f0efe
chore(protocol): refresh committed OpenAPI baseline (#45969) 2026-08-28 13:37:11 -04:00
James Long
ca47949475
feat(plugin): expose experimental terminal reads (#45792) 2026-08-28 08:03:35 -04:00
Kit Langton
762291b2a8
feat(core): durable session metadata at creation (#45805) 2026-08-28 02:30:55 +00:00
James Long
2b8a3e7ee0
fix(pty): own daemon lifetime and hand off restarts (#45551) 2026-08-27 11:52:48 -04:00
Shoubhit Dash
8e726dc7d8
fix(core): preserve imported session parents (#45566) 2026-08-27 19:57:59 +05:30
Shoubhit Dash
e82aa92e64
fix(session): support assistant message content updates (#45015) 2026-08-26 18:31:59 +05:30
Kit Langton
3c73ce1dc7
fix(core): materialize mentioned skills on prompts (#44840) 2026-08-25 22:04:09 -04:00
Dax
eb1ac54d73
feat(tui): support multiple integration accounts (#45072) 2026-08-25 17:03:16 -04:00
James Long
004b647311
feat(server): add persistent PTY daemon API (#44969) 2026-08-25 11:31:47 -04:00
opencode-agent[bot]
ed582d1bdb
feat(core): run worktree setup scripts (#44455)
Co-authored-by: Brendonovich <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Brendonovich <Brendonovich@users.noreply.github.com>
2026-08-25 22:45:01 +08:00
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
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
Kit Langton
e33d688428
fix(codegen): stabilize generated contract names (#44000) 2026-08-22 00:16:27 +00:00
Kit Langton
c29a7c152d
feat(session): add viewed state (#42811) 2026-08-21 19:34:35 -04:00
Kit Langton
97d3cd0b3a
refactor: simplify server client helpers (#43976) 2026-08-21 19:37:19 +00:00
Kit Langton
4db272ff64
fix(core): steer manual compaction by default (#43724) 2026-08-21 01:51:36 +00:00
opencode-agent[bot]
749d24ebc0
fix(client): authenticate PTY websocket connections (#43735)
Co-authored-by: Hona <10430890+Hona@users.noreply.github.com>
2026-08-21 00:02:54 +00:00
Kit Langton
b6966177fa
refactor(core): simplify interrupt continuation (#42810) 2026-08-19 20:40:32 -04:00
Dax
b0c3a16ead
feat(plugin): expose server plugin status 2026-08-18 14:22:32 -04:00
Dax
b38d9d812f
refactor(client): move service shutdown client-side (#43252) 2026-08-18 15:02:37 +00:00
opencode-agent[bot]
aca42423d3 chore: generate 2026-08-17 21:55:57 +00:00
Kit Langton
d9b81d2233
chore(effect): update to beta.107 (#43109) 2026-08-17 21:54:08 +00:00
opencode-agent[bot]
f161c90057 chore: generate 2026-08-17 20:21:54 +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
opencode-agent[bot]
73700065bf chore: generate 2026-08-15 18:35:53 +00:00