Commit graph

15,257 commits

Author SHA1 Message Date
Kit Langton
fcfb78e433 feat(tui): show live performance diagnostics 2026-07-21 16:37:16 -04:00
Kit Langton
beaa51b4ff fix(tui): follow the current permission request in usePermissionInput
The prompt stays mounted while requests queue, so the hook must take a
request accessor; capturing the first request left the input subscribed
to the resolved tool call. Regression test swaps the mounted request.
2026-07-21 16:26:49 -04:00
Kit Langton
42e04c41c7 chore(tui): sync lockfile with quark package rename 2026-07-21 16:26:10 -04:00
Kit Langton
1a28b03e05 refactor(tui): adopt reactive first index and read-only keyed surface
- quark: Collection.first(name) is now a stable Readable<A | undefined>;
  Keyed.ReadOnly names the read surface; useSlot takes plain constant keys;
  Layout.collectionOf<Target>() replaces the content plan double cast
- BackgroundToolHint reads a backgroundRunning first index instead of
  hand-tracking structure plus tool slots
- toolDisplay moves to util/tool-display (content.ts needs it for the index)
2026-07-21 16:25:49 -04:00
Kit Langton
2040aa40e1 refactor(tui): simplify quark migration after review
- fix permission input losing reactivity (raw slot read; regression test)
- BackgroundToolHint tracks structure + tool slots instead of whole-collection values
- group views share mapArray-backed usePartSlots (per-ref node reuse)
- dedupe streaming handlers behind variant-scoped modify/insert helpers
- part ID scheme has one definition; hasText required in message navigation
- expose read-only PartsView to view components; misc cleanups
2026-07-21 16:24:49 -04:00
Kit Langton
7a4054559d test(quark): bind detached subscribe in solid adapter instrumentation
Wrapper methods are shared this-based functions after the standalone sync,
so the test's subscribe interception must bind before detaching.
2026-07-21 16:23:51 -04:00
Kit Langton
e374393e3c perf(quark): sync shared wrapper methods from standalone
Vendored sync of quark 15159e5: State and Computed wrappers share
this-based set/update/subscribe methods through a node handle, cutting
three closures per slot. Verified no opencode consumer detaches quark
wrapper methods.
2026-07-21 16:23:51 -04:00
Kit Langton
819522830b chore(quark): sync tests with standalone 2026-07-21 16:23:51 -04:00
Kit Langton
f2278649c0 chore(quark): sync reactive kernel and rename package to @opencode-ai/quark 2026-07-21 16:23:51 -04:00
Kit Langton
70a767db9b chore(quark): insource reactive kernel from standalone
Sync the vendored packages/quark reactivity with the standalone repo's
internal kernel (quark 2a68785) and drop the alien-signals dependency.
Kernel algorithm adapted from alien-signals 3.2.1 with MIT attribution in
packages/quark/THIRD_PARTY_NOTICES.md.
2026-07-21 16:23:51 -04:00
Kit Langton
c377b73995 docs: move experiment records to the quark repo 2026-07-21 16:23:51 -04:00
Kit Langton
67dbdb64e5 fix(tui): preserve prompts during session hydration
Port of #36433 onto the quark timeline branch: pending operations journal, pending-derived inputs, and hydration that reappends admitted-but-unprojected prompts. Composed with part-collection reseeding.
2026-07-21 16:23:51 -04:00
Kit Langton
1e5b32aac8 fix(tui): preserve part collection identity across sync 2026-07-21 16:23:50 -04:00
Kit Langton
fa5ecdd722 chore(quark): sync vendored keyed and layout with standalone 2026-07-21 16:23:50 -04:00
Kit Langton
8cac8b5722 chore: fix drive script type narrowing 2026-07-21 16:23:50 -04:00
Kit Langton
49cd448f8e feat(tui): move assistant content into per-part quark slots 2026-07-21 16:23:50 -04:00
Kit Langton
77dcae0968 chore(quark): sync vendored quark with diff gating and codegen 2026-07-21 16:22:00 -04:00
Kit Langton
a653744d78 refactor(tui): extract session timeline state 2026-07-21 16:22:00 -04:00
Kit Langton
daf8e539bf feat(tui): add quark timeline experiment 2026-07-21 16:21:23 -04:00
opencode-agent[bot]
e6607fb58d
fix(core): authorize symlinks by lexical path (#38180)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-21 15:13:18 -05:00
opencode-agent[bot]
128e2550ef
fix(core): use shared app node import (#38181)
Co-authored-by: Simon Klee <hello@simonklee.dk>
2026-07-21 15:08:53 -05:00
Simon Klee
e8d273ae5b
mini: add monochrome ASCII mode (#38173) 2026-07-21 22:01:09 +02:00
Aiden Cline
7ec1b6e580
feat(core): deliver CodeMode catalog through instructions (#38003) 2026-07-21 14:46:18 -05:00
Simon Klee
c4fa5e6619
mini: add turn summary visibility setting (#38153) 2026-07-21 21:01:47 +02:00
Aiden Cline
6ec17e5d55
fix(core): align patch Unicode matching (#38160) 2026-07-21 13:47:52 -05:00
Dax
0405670cab
refactor(core): move database path policy (#38159) 2026-07-21 18:44:37 +00:00
opencode-agent[bot]
caf727ecb7
fix(core): filter unsupported media inputs (#38145)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-07-21 13:44:10 -05:00
Dax
9c38358197
refactor: centralize client identity (#38148) 2026-07-21 14:01:04 -04:00
Simon Klee
dd6c95fdc7
mini: add quiet transcript settings (#38152) 2026-07-21 19:36:34 +02:00
Aiden Cline
6f4b9504e5
feat(codemode): support custom async iterators (#38141) 2026-07-21 12:18:46 -05:00
Aiden Cline
dbfbb13ccc
fix(core): authorize patch move destinations (#38133) 2026-07-21 12:18:23 -05:00
Simon Klee
99b2e78d75
fix(tui): improve responsive footer details (#38116) 2026-07-21 19:00:21 +02:00
opencode-agent[bot]
023f76f6fc
fix(core): refresh model catalog every five minutes (#38142)
Co-authored-by: Victor Navarro <36263538+vimtor@users.noreply.github.com>
2026-07-21 16:34:54 +00:00
Dax
69d7c2add7
feat(util): configure package publishing (#38129) 2026-07-21 12:32:23 -04:00
Shoubhit Dash
cf651bc41b
feat(cli): port ACP to V2 (#37907) 2026-07-21 21:13:21 +05:30
Aiden Cline
8d80365ef4
refactor(codemode): simplify model-facing wording (#38042) 2026-07-21 10:19:53 -05:00
Aiden Cline
3ea8895299
fix(core): enforce patch EOF anchors (#38039) 2026-07-21 10:15:51 -05:00
Dax
3304e79827
fix(tui): prevent autocomplete search flicker (#38128) 2026-07-21 10:41:36 -04:00
opencode-agent[bot]
cf2c1bf425
refactor(core): break plugin host cycle (#38120)
Co-authored-by: James Long <17031+jlongster@users.noreply.github.com>
2026-07-21 10:35:00 -04:00
Dax
e0810753f2
refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
Dax
7243bd9e12
fix: preserve runtime option defaults (#38118) 2026-07-21 10:30:18 -04:00
Simon Klee
dd50d457b0
refactor(tui): simplify mini footer status line (#38112) 2026-07-21 16:08:19 +02:00
Simon Klee
592ef7433a
mini: settle on wait and durable pending (#37984) 2026-07-21 15:42:55 +02:00
opencode-agent[bot]
fd97d789ef
test(app): stabilize offset observer test (#38044)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-07-21 00:26:46 -05:00
Aiden Cline
7111f93836
feat(codemode): support bounded async iteration (#38040) 2026-07-21 00:02:31 -05:00
Aiden Cline
e770415fd5
fix(core): normalize CRLF patch lines (#38038) 2026-07-20 23:59:10 -05:00
Aiden Cline
96dc560833
fix(core): accept padded patch markers (#38036) 2026-07-20 23:44:17 -05:00
Aiden Cline
eb4ff91c2d
fix(core): compose successive patch updates (#38034) 2026-07-20 23:36:48 -05:00
Aiden Cline
a81c04fd31
feat(codemode): support labeled control flow (#38035) 2026-07-20 23:36:24 -05:00
Aiden Cline
63e2054f50
fix(core): improve patch errors (#38016) 2026-07-20 22:49:04 -05:00