Kit Langton
eb5c67de58
fix(e2e): replace LLM-seeded question tests with route mocking
...
The question dock e2e tests used seedSessionQuestion which sends a
prompt to a real LLM and waits for it to call the question tool. This
is inherently flaky due to LLM latency and non-determinism.
Add withMockQuestion (mirroring the existing withMockPermission pattern)
that intercepts GET /question and POST /question/*/reply at the
Playwright route level, making the tests fully deterministic.
2026-03-16 12:16:16 -04:00
Michal Šlesár
15b27e0d18
fix(app): agent switch should not reset thinking level ( #17470 )
2026-03-16 19:43:29 +05:30
Adam
4ad8116ce3
fix(app): model selection persist by session ( #17348 )
2026-03-13 11:05:08 -05:00
opencode-agent[bot]
8f8c74cfb8
chore: generate
2026-03-13 02:33:45 +00:00
Luke Parker
96b1d8f639
fix(app): stabilize todo dock e2e with composer probe ( #17267 )
2026-03-13 12:21:50 +10:00
Adam
58f45ae22b
chore: skip test
2026-03-11 16:21:04 -05:00
Adam
a1cda29012
chore: fix test
2026-03-11 16:11:02 -05:00
Adam
387ab78bf6
chore: fix test
2026-03-11 16:02:11 -05:00
Adam
bcc0d19867
chore(app): simplify review pane ( #17066 )
2026-03-11 12:24:51 -05:00
Adam
c71d1bde5e
revert(app): "STUPID SEXY TIMELINE ( #16420 )" ( #16745 )
2026-03-09 07:36:39 -05:00
Filip
66fcab7b08
fix(app): preserve file tree tab on reopen + fix e2e test regressions ( #16482 )
2026-03-07 09:47:45 -06:00
Kit Langton
bbd0f3a252
STUPID SEXY TIMELINE ( #16420 )
2026-03-07 05:25:22 -06:00
Luke Parker
0b7a5b1e7b
test(app): abort sessions and wait for idle before e2e cleanup ( #16439 )
2026-03-07 16:33:12 +10:00
Adam
a71b11caca
fix(app): stale keyed show errors
2026-03-06 11:03:37 -06:00
Adam
78069369e2
fix(app): default auto-respond to false
2026-03-02 13:10:37 -06:00
Adam
157920b2fb
chore: update test
2026-02-27 06:54:15 -06:00
Adam
b8337cddc4
fix(app): permissions and questions from child sessions ( #15105 )
...
Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
2026-02-26 01:05:08 +00:00
Adam
fe89bedfcc
wip(app): custom scroll view
2026-02-20 10:54:17 -06:00
Adam
49cc872c44
chore: refactor composer/dock components ( #14328 )
2026-02-19 15:02:45 -06:00
Adam
ff4414bb15
chore: refactor packages/app files ( #13236 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Frank <frank@anoma.ly>
2026-02-12 09:49:14 -06:00
Adam
fc88dde63f
test(app): more e2e tests ( #13162 )
2026-02-11 15:12:28 +00:00
Filip
65c9669283
test(e2e): redo & undo test ( #12974 )
2026-02-10 07:46:48 -06:00
Adam
93592702c3
test(app): fix dated e2e tests
2026-02-04 10:10:28 -06:00
Filip
511c7abaca
test(app): session actions ( #11386 )
2026-01-31 06:42:47 -06:00