Luke Parker
106629aa11
feat(infra): deploy beta web app with SST ( #46086 )
2026-08-29 14:51:22 +10:00
Luke Parker
3ee2e482ce
fix(app): preserve Windows panel top outlines ( #46090 )
2026-08-29 04:40:55 +00:00
Kit Langton
849824efd2
refactor(core): merge defaults for selected MCP servers ( #46072 )
2026-08-28 23:48:29 -04:00
Kit Langton
cf2c3a536d
refactor(core): reuse catalog response digest ( #46071 )
2026-08-28 23:41:49 -04:00
opencode-agent[bot]
7852cecd72
chore: update nix node_modules hashes
2026-08-29 03:33:15 +00:00
Kit Langton
6cfffeb031
refactor(core): avoid encoding rejected image candidates ( #46073 )
2026-08-28 23:32:58 -04:00
Kit Langton
6e954f75ee
refactor(core): isolate Session admission and controls ( #46019 )
...
Separate ID-bound Session policy from host routing. Bind Inbox and Location preparation dependencies at construction, preserve admission and execution semantics, and cover the extracted ownership contracts directly.
2026-08-28 23:22:25 -04:00
Kit Langton
0116a98371
refactor(tui): share app lifecycle test fixture
...
Reuse a file-local fixture for renderer, HTTP server, event stream, app startup, and teardown across lifecycle tests. Preserve scenario-specific handlers, configuration, deferred responses, and assertions while removing 187 lines of repeated setup.
2026-08-28 23:19:49 -04:00
Kit Langton
a38cbd42aa
refactor(core): isolate shell tool preparation
...
Name the tool-owned pre-spawn preparation boundary while preserving hook edits, permission ordering, directory validation, and effective timeout reporting. Strengthen the existing regression assertions.
2026-08-28 23:17:48 -04:00
Luke Parker
4ab31867c4
fix(app): reduce session-switch latency ( #46044 )
2026-08-29 13:16:53 +10:00
Luke Parker
51a082cea3
fix(core): release exited shell execution state ( #46058 )
2026-08-29 03:08:50 +00:00
Kit Langton
e3bda5e2d0
feat(tui): add branch review scopes
2026-08-28 22:46:23 -04:00
Kit Langton
ad9117b107
fix(session): run user shells immediately in the background
...
Run user shell commands concurrently with model execution, retain their output in one shell entry, and admit non-waking completion messages. Share result capture and notification formatting across shell callers.
2026-08-28 22:46:20 -04:00
Kit Langton
6b7a1d419c
fix(core): preserve Responses tool identities ( #45658 )
2026-08-28 22:14:13 -04:00
Brendan Allan
c0d0f5f4bc
feat(cli): configure server CORS origins ( #45544 )
2026-08-29 09:41:52 +08:00
opencode-agent[bot]
095ed63ea0
fix(app): keep workspace submit buttons neutral ( #46052 )
...
Co-authored-by: Hona <10430890+Hona@users.noreply.github.com>
2026-08-29 11:20:41 +10:00
Kit Langton
fa5ccac707
refactor(core): share subagent completion delivery ( #46054 )
2026-08-29 01:20:26 +00:00
Kit Langton
6809be2d0a
fix(core): reuse permission policy for pending approvals ( #46050 )
2026-08-28 21:03:52 -04:00
Aiden Cline
a5f8869b35
fix(ai): reject unknown chat finishes ( #46036 )
2026-08-28 18:22:47 -05:00
Aiden Cline
1c9c5305a6
fix(ai): classify retryable server failures ( #46038 )
2026-08-28 18:11:52 -05:00
Aiden Cline
cf014bf2c1
fix(ai): avoid truncated tool calls ( #46040 )
2026-08-28 18:11:40 -05:00
Aiden Cline
8e7190f795
fix(ai): respect completed response item text ( #45854 )
2026-08-28 17:32:19 -05:00
Kit Langton
82b6e0e316
chore: enforce mapError simplifications ( #46028 )
2026-08-28 17:59:18 -04:00
Kit Langton
5b39f5184f
test(core): share selector sentinels ( #45748 )
2026-08-28 17:59:12 -04:00
Kit Langton
1da25727b2
refactor(core): remove unused insert state ( #45738 )
2026-08-28 17:59:07 -04:00
Kit Langton
51d53f45c1
test(ci): register omitted V2 unit suites ( #45970 )
2026-08-28 21:58:54 +00:00
Kit Langton
f779b2748a
test(core): align runner service style ( #45753 )
2026-08-28 17:47:29 -04:00
Kit Langton
f2fb191f53
test(core): inject vertex auth transport ( #45751 )
2026-08-28 17:47:24 -04:00
Kit Langton
0b32bdf1e5
test(core): use disposable session fixtures ( #45745 )
2026-08-28 17:47:18 -04:00
Kit Langton
2751813454
test(core): simplify provider test fixtures ( #45743 )
2026-08-28 17:47:13 -04:00
Aiden Cline
f61858e683
fix(ai): avoid filtered tool calls ( #46029 )
2026-08-28 16:44:05 -05:00
Kit Langton
87525e00b9
test(core): synchronize retry tests on scheduled events ( #46027 )
2026-08-28 21:37:04 +00:00
Kit Langton
803b7718b8
refactor(core): import canonical schema contracts ( #45746 )
2026-08-28 17:29:07 -04:00
Kit Langton
8a24a01bff
test(core): repair runner fixture claims ( #45737 )
2026-08-28 17:29:03 -04:00
Kit Langton
9e39a4fbdf
test(core): simplify skill test setup ( #45721 )
2026-08-28 17:29:00 -04:00
Kit Langton
d0baff184b
fix(core): make provider publication cancellation-safe ( #46026 )
2026-08-28 17:24:27 -04:00
Kit Langton
d82a0b28a9
docs: clarify release workflow ( #46025 )
2026-08-28 17:18:47 -04:00
Kit Langton
bd379e13cb
refactor(core): remove unused instruction import ( #45747 )
2026-08-28 17:18:44 -04:00
Kit Langton
6e1f783aec
refactor(core): expose pty layer directly ( #45733 )
2026-08-28 17:18:41 -04:00
Kit Langton
edef6a4b15
refactor(core): flatten git runner arguments ( #45731 )
2026-08-28 17:18:38 -04:00
Kit Langton
5990679ebd
refactor: use typed error mapping operators ( #45727 )
2026-08-28 17:18:35 -04:00
Kit Langton
b0c8a8c827
fix(util): refresh flock heartbeat time ( #45720 )
2026-08-28 17:18:32 -04:00
Aiden Cline
d837ffe70f
feat(plugin): add session retry hook ( #45999 )
2026-08-28 16:16:19 -05:00
Kit Langton
b1d7dd82fc
refactor(core): use nonempty array guards ( #45718 )
2026-08-28 17:12:03 -04:00
Kit Langton
e409567428
refactor(core): express operation policies as transforms ( #45713 )
2026-08-28 17:11:59 -04:00
Kit Langton
9538c2171f
refactor(core): derive config recognition fields ( #45701 )
2026-08-28 17:11:55 -04:00
Kit Langton
0a718be0d9
refactor(plugin): normalize web search API type ( #45717 )
2026-08-28 16:55:32 -04:00
Kit Langton
67845091ba
fix(util): share streamed stderr consumption ( #45716 )
2026-08-28 16:55:28 -04:00
Kit Langton
fe788b7842
fix(core): use runtime update columns ( #45700 )
2026-08-28 16:55:24 -04:00
Kit Langton
ee42eb3ca3
fix(core): render built-in command arguments ( #45697 )
2026-08-28 16:55:21 -04:00