Kit Langton
c0ce124f8c
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-18 22:54:25 -04:00
Kit Langton
4027dbb4d8
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-18 22:54:24 -04:00
Kit Langton
41a24a9973
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-18 22:54:24 -04:00
Kit Langton
9da20b3e9f
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-18 22:54:24 -04:00
Kit Langton
f36acdc6b9
chore(quark): sync tests with standalone
2026-07-18 22:54:23 -04:00
Kit Langton
2a8ad383ea
chore(quark): sync reactive kernel and rename package to @opencode-ai/quark
2026-07-18 22:54:23 -04:00
Kit Langton
bf10f9d47d
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-18 22:54:22 -04:00
Kit Langton
1dfacc2be9
docs: move experiment records to the quark repo
2026-07-18 22:54:21 -04:00
Kit Langton
6febfccd1e
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-18 22:54:20 -04:00
Kit Langton
95deb9b68a
fix(tui): preserve part collection identity across sync
2026-07-18 22:54:20 -04:00
Kit Langton
fc310da14d
chore(quark): sync vendored keyed and layout with standalone
2026-07-18 22:54:19 -04:00
Kit Langton
088f0df47a
chore: fix drive script type narrowing
2026-07-18 22:54:19 -04:00
Kit Langton
6d043d9155
feat(tui): move assistant content into per-part quark slots
2026-07-18 22:54:18 -04:00
Kit Langton
2635451bbf
chore(quark): sync vendored quark with diff gating and codegen
2026-07-18 22:54:18 -04:00
Kit Langton
aa2d311688
refactor(tui): extract session timeline state
2026-07-18 22:54:18 -04:00
Kit Langton
c1222c1095
feat(tui): add quark timeline experiment
2026-07-18 22:54:17 -04:00
Kit Langton
57ff57595a
fix(core): safely recover malformed tool input ( #37698 )
2026-07-18 21:52:45 -04:00
Kit Langton
584fdefe6f
fix(simulation): render screenshot symbol glyphs ( #37691 )
2026-07-18 21:36:21 -04:00
Kit Langton
c310ef82f4
fix(core): authorize relative external paths ( #37689 )
2026-07-18 19:55:18 -04:00
Dax Raad
4e85a37590
fix(tui): auto-approve permissions in auto mode
2026-07-18 17:54:59 -04:00
opencode-agent[bot]
fe9b051d1a
feat(core): allow MCP Code Mode opt-out ( #37681 )
...
Co-authored-by: Dax Raad <d@ironbay.co >
2026-07-18 17:17:56 -04:00
Aiden Cline
33f1b269e9
fix(codemode): stop leaking undefined into tool arguments ( #37652 )
2026-07-18 13:42:16 -05:00
opencode-agent[bot]
0d68b0bb20
fix(tui): style interrupted compaction neutrally ( #37655 )
...
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com >
2026-07-18 13:41:01 -05:00
Kit Langton
4e56998d3c
fix(cli): harden managed service election ( #37645 )
2026-07-18 14:16:55 -04:00
Aiden Cline
d625bc86fc
feat(core): publish pending MCP status during connect ( #37605 )
2026-07-18 12:02:21 -05:00
Aiden Cline
5f437a09b0
feat(codemode): native coercion parity in interpreter ( #37608 )
2026-07-18 12:01:10 -05:00
opencode-agent[bot]
7d4496eafc
test(core): stabilize shell progress test ( #37643 )
...
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com >
2026-07-18 11:59:24 -05:00
opencode-agent[bot]
1f2de535aa
fix(ai): parse compatible reasoning deltas ( #37558 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-07-18 10:57:10 -05:00
opencode-agent[bot]
529d55b1c3
fix(core): remove session import cycle ( #37596 )
...
Co-authored-by: James Long <17031+jlongster@users.noreply.github.com >
2026-07-18 13:24:47 +00:00
Aiden Cline
deb5b144c3
test(ai): record MiniMax messages compatibility ( #37604 )
2026-07-17 23:22:09 -05:00
opencode-agent[bot]
cd3cca0006
feat(core): add runtime MCP controls ( #37308 )
...
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-07-17 22:56:52 -05:00
Aiden Cline
08a7080e11
fix(tui): exit composer picker with up arrow ( #37601 )
2026-07-17 22:22:00 -05:00
Dax Raad
f2579c41b6
docs: allow trusted cli installation
2026-07-17 20:49:42 -04:00
Dax Raad
c4830c147d
fix(core): defer cyclic layer dependencies
2026-07-17 20:25:21 -04:00
Dax Raad
22c23cb44c
fix(cli): reduce startup overhead
2026-07-17 20:14:04 -04:00
opencode-agent[bot]
60ce33cde8
fix(cli): simplify service registration lease ( #37576 )
...
Co-authored-by: Dax Raad <826656+thdxr@users.noreply.github.com >
2026-07-17 19:47:17 -04:00
opencode-agent[bot]
6ea8247e0f
fix(cli): elect managed service by port bind ( #37572 )
...
Co-authored-by: Dax Raad <thdxr@users.noreply.github.com >
2026-07-17 23:12:36 +00:00
Aiden Cline
987242b3e8
fix(core): honor OAuth attempt expiration ( #37557 )
2026-07-17 16:10:53 -05:00
James Long
fafb04ed59
feat(tui): track hue source identity ( #37550 )
2026-07-17 15:38:22 -04:00
Aiden Cline
87d5b27668
feat(codemode): project OpenAPI schema directions ( #37361 )
2026-07-17 14:24:50 -05:00
James Long
c7a7900ff2
refactor(tui): migrate workflow views to V2 themes ( #37526 )
2026-07-17 15:18:58 -04:00
opencode-agent[bot]
f2a4011371
fix(cli): restore plugin list diagnostics ( #37540 )
...
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com >
2026-07-17 13:42:44 -05:00
Aiden Cline
4bc8faa01c
feat(core): add tool namespaces ( #37529 )
2026-07-17 13:14:06 -05:00
Simon Klee
5d5b33f195
cli: rename node package to opencode-node ( #37528 )
2026-07-17 19:04:40 +02:00
Kit Langton
3fc06accbd
fix(simulation): normalize named key presses ( #37523 )
2026-07-17 12:24:54 -04:00
James Long
677526d72e
refactor(tui): migrate dialog views to V2 themes ( #37516 )
2026-07-17 12:17:11 -04:00
Kit Langton
bce9c639d1
feat(tui): expose session composer top slot ( #37518 )
2026-07-17 11:55:18 -04:00
Kit Langton
48adb9521c
feat(tui): expose session header slot ( #37520 )
2026-07-17 11:55:06 -04:00
opencode-agent[bot]
9b3a4655f1
fix(core): clarify user-executed shell history ( #37515 )
...
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com >
2026-07-17 10:49:02 -05:00
James Long
bd79e24842
fix(tui): raise neutral permission backgrounds ( #37513 )
2026-07-17 11:35:02 -04:00