James Long
|
2b8a3e7ee0
|
fix(pty): own daemon lifetime and hand off restarts (#45551)
|
2026-08-27 11:52:48 -04:00 |
|
Kit Langton
|
89cb5146d4
|
test(cli): scope temporary directories to test lifetimes (#45467)
|
2026-08-27 10:57:06 -04:00 |
|
Kit Langton
|
66f326ddec
|
fix(tui): restore default Kitty keyboard reporting (#45423)
|
2026-08-26 21:41:19 -04:00 |
|
James Long
|
c3378f2d34
|
fix(pty): upgrade opencode-pty to 0.1.12 (#45420)
|
2026-08-26 21:15:09 -04:00 |
|
Kit Langton
|
4ac19d744a
|
feat(tui): make session tab status explicit (#45347)
|
2026-08-26 20:12:15 -04:00 |
|
James Long
|
6170221e21
|
fix(pty): upgrade opencode-pty to 0.1.11 (#45380)
|
2026-08-26 16:39:24 -04:00 |
|
James Long
|
f7913a04d2
|
fix(cli): stop PTY daemon on explicit service restart (#45373)
|
2026-08-26 15:39:29 -04:00 |
|
James Long
|
018b4c40f3
|
fix(pty): upgrade opencode-pty to 0.1.10 (#45352)
|
2026-08-26 14:15:15 -04:00 |
|
Brendan Allan
|
0772b67b7a
|
fix(app): prevent stale service worker startup failures (#45344)
|
2026-08-27 02:06:21 +08:00 |
|
James Long
|
9cca8dd6e0
|
feat(tui): add persistent session terminals (#44971)
|
2026-08-26 09:30:03 -04:00 |
|
James Long
|
d572a5756c
|
feat(cli): embed persistent PTY binaries from npm packages (#45248)
|
2026-08-26 07:55:30 -04:00 |
|
Kit Langton
|
4b71ae6a0d
|
feat(core): support git plugin packages (#45110)
|
2026-08-25 22:02:49 -04:00 |
|
opencode-agent[bot]
|
d2100a51f1
|
feat(cli): restore debug paths command (#45063)
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
|
2026-08-25 23:01:43 +02:00 |
|
opencode-agent[bot]
|
d4803ffe38
|
feat(cli): publish generated CLI configuration schema (#45070)
Co-authored-by: neriousy <34747899+neriousy@users.noreply.github.com>
|
2026-08-25 22:49:45 +02:00 |
|
James Long
|
bc1f67e518
|
feat(cli): embed persistent PTY service binaries (#44970)
|
2026-08-25 13:19:48 -04:00 |
|
James Long
|
004b647311
|
feat(server): add persistent PTY daemon API (#44969)
|
2026-08-25 11:31:47 -04:00 |
|
Luke Parker
|
9fc85ae9db
|
fix(cli): honor notification-only automatic updates (#44820)
|
2026-08-24 19:34:15 -05:00 |
|
Kit Langton
|
42d160f4a0
|
test: stabilize asynchronous integration checks (#44787)
|
2026-08-24 18:02:13 -04:00 |
|
Kit Langton
|
34bd7c220c
|
feat(session): report interrupt result (#44766)
|
2026-08-24 17:34:37 -04:00 |
|
Dax
|
de388dede4
|
feat(command): execute plugin callbacks
|
2026-08-24 16:01:58 -04:00 |
|
OpeOginni
|
84275c6e9d
|
fix(cli): restore print-logs flag for --standalone runs (#44112)
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
|
2026-08-24 19:32:38 +05:30 |
|
Shoubhit Dash
|
0a60910208
|
fix(cli): preserve stats server errors (#44685)
|
2026-08-24 18:11:46 +05:30 |
|
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 |
|
Luke Parker
|
dbc178c3cc
|
fix: add DOM.AsyncIterable lib so ReadableStream iteration typechecks (#44580)
|
2026-08-24 02:26:54 +00:00 |
|
Luke Parker
|
378a7b7be1
|
fix: stream Bun runtime downloads to disk to avoid Bun.write GC hang (#44572)
|
2026-08-24 11:22:42 +10:00 |
|
Simon Klee
|
853d3534e5
|
cli: share app archive across Node builds (#44331)
|
2026-08-23 09:11:54 +02:00 |
|
Brendan Allan
|
b8fb894ec7
|
fix(server): compress responses with correct content types (#44321)
|
2026-08-23 06:18:20 +00:00 |
|
Brendan Allan
|
d0d0ada4a9
|
feat(app): cache mobile web startup assets (#44205)
|
2026-08-22 16:46:20 +00:00 |
|
opencode-agent[bot]
|
97ccafce3b
|
fix(core): honor wildcard gitignore rules in FFF (#43988)
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
|
2026-08-21 16:14:29 -05:00 |
|
Kit Langton
|
e945ddf80e
|
chore: enforce effect simplifications (#43979)
|
2026-08-21 19:48:27 +00:00 |
|
Kit Langton
|
ed08f0e691
|
refactor(tui): simplify selection helpers (#43972)
|
2026-08-21 19:28:17 +00:00 |
|
Kit Langton
|
f8c46684eb
|
fix: eliminate flaky CI races (#43522)
|
2026-08-19 22:12:41 +00:00 |
|
Dax
|
7700faad81
|
feat(cli): capture CPU profiles with SIGPROF (#43446)
|
2026-08-19 10:45:05 -04:00 |
|
opencode-agent[bot]
|
d5bf8799c0
|
fix(cli): keep run event stream alive (#43348)
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
|
2026-08-18 23:31:26 -05:00 |
|
Dax
|
f6f64d7ece
|
feat(cli): manage plugin packages (#43283)
|
2026-08-19 00:06:15 -04:00 |
|
Kyle Altendorf
|
044d04df06
|
fix(cli): preserve clean build manifest (#43287)
|
2026-08-18 16:32:10 -05:00 |
|
Dax
|
b0c3a16ead
|
feat(plugin): expose server plugin status
|
2026-08-18 14:22:32 -04:00 |
|
Dax
|
67fe76057e
|
feat(cli): configure service environment (#43269)
|
2026-08-18 13:27:44 -04:00 |
|
Dax
|
b38d9d812f
|
refactor(client): move service shutdown client-side (#43252)
|
2026-08-18 15:02:37 +00:00 |
|
Dax Raad
|
8df039d261
|
fix(cli): limit source maps to development channels
|
2026-08-18 10:53:42 -04:00 |
|
Dax Raad
|
c92fb2d41b
|
fix(cli): improve process failure logging
|
2026-08-18 10:49:52 -04:00 |
|
Dax Raad
|
16390ca47d
|
fix(cli): log background service startup
|
2026-08-18 10:15:36 -04:00 |
|
Dax Raad
|
643eed300d
|
fix(cli): log managed service lease loss
|
2026-08-18 10:06:59 -04:00 |
|
Shoubhit Dash
|
47af7462ea
|
feat(cli): improve session export flow (#43229)
|
2026-08-18 18:00:12 +05:30 |
|
Shoubhit Dash
|
dfb60e37a3
|
feat(cli): add interactive auth commands (#43127)
|
2026-08-18 16:37:56 +05:30 |
|
Dax Raad
|
b6a8d99da5
|
fix(cli): align automatic update methods
|
2026-08-17 23:09:49 -04:00 |
|
opencode-agent[bot]
|
839343e5de
|
fix(cli): skip missing node distribution (#43156)
Co-authored-by: Dax Raad <d@ironbay.co>
|
2026-08-17 21:42:34 -04: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 |
|