Kit Langton
2666def933
fix(app): poll session.diff instead of summary.files, revert sanitizeProject
...
summary.files is computed asynchronously and never resolves in CI.
Poll session.diff() directly — matches the pattern used by the
snapshot-tool-race integration test.
Also revert the unrelated sanitizeProject changes to event-reducer
and utils that were accidentally included in this PR.
2026-04-02 13:27:10 -04:00
Kit Langton
1401208cb5
fix(app): drop patchModel, let default model resolve for review seeds
...
The dynamic GPT model search was fragile across CI environments.
The e2eURL override routes any model to the mock server, so there's
no need to pick a specific model.
2026-04-02 13:11:56 -04:00
Kit Langton
fae97cc559
fix(app): restore assistant fixture, simplify route.fulfill
...
- Re-add AssistantFixture type and assistant fixture (used by prompt specs)
- Simplify route.fulfill to use response param directly
2026-04-02 12:20:56 -04:00
Kit Langton
042c594446
test(app): select review seed model from providers
2026-04-02 12:02:49 -04:00
Kit Langton
0022cba7c5
test: stabilize patch seeding across e2e backends
2026-04-02 11:29:47 -04:00
Kit Langton
1c0812fe01
test(app): stabilize review and workspace e2e
2026-04-02 10:51:30 -04:00
Kit Langton
cfcdd5c1dd
test(app): relax review patch mock matching
2026-04-02 09:55:26 -04:00
Kit Langton
7f5307ff30
test(app): migrate e2e to the golden project fixture
2026-04-02 00:37:14 -04:00
Kit Langton
a09b086729
test(app): block real llm calls in e2e prompts ( #20579 )
2026-04-01 22:22:43 -04:00
opencode-agent[bot]
4214ae205d
chore: generate
2026-04-01 23:48:30 +00:00
Kit Langton
d9d4f895bc
fix(test): auto-acknowledge tool-result follow-ups in mock LLM server ( #20528 )
2026-04-01 23:47:26 +00:00
Kit Langton
f3f728ec27
test(app): fix isolated backend follow-ups ( #20513 )
2026-04-01 17:43:19 +00:00
Kit Langton
c559af51ce
test(app): migrate more e2e suites to isolated backend ( #20505 )
2026-04-01 13:15:42 -04:00
Shoubhit Dash
47a676111a
fix(session): add keyboard support to question dock ( #20439 )
2026-04-01 15:47:15 +05:30
Adam
6e61a46a84
chore: skip 2 tests
2026-03-31 10:56:06 -05:00
Adam
c7760b433b
fix(app): more startup perf ( #19288 )
2026-03-26 13:41:22 -05:00
Shoubhit Dash
27a70ad70f
fix(app): align review file comments with diff comments ( #18406 )
2026-03-20 14:44:18 +00:00
Luke Parker
d460614cd7
fix: lots of desktop stability, better e2e error logging ( #18300 )
2026-03-20 00:12:06 -04:00
Brendan Allan
84f60d97a0
app: fix workspace flicker when switching directories ( #18207 )
...
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
2026-03-19 19:29:14 +05:30
Shoubhit Dash
ba22976568
fix: inline review comment submit and layout ( #17948 )
2026-03-17 19:54:20 +05:30
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