Run draft-thread project scripts from resolved project/worktree cwd #2700
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
1m 34s
Release Smoke
7s
Annotations
2 errors
|
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
|
|
[chromium] src/components/ChatView.browser.tsx > ChatView timeline estimator parity (full app) > keeps backspaced terminal context pills removed when a new one is added:
apps/web/src/components/ChatView.browser.tsx#L1289
AssertionError: expected { prompt: '\ufffc', images: [], …(9) } to be undefined
- Expected:
undefined
+ Received:
{
"codexFastMode": false,
"effort": null,
"images": [],
"interactionMode": null,
"model": null,
"nonPersistedImageIds": [],
"persistedAttachments": [],
"prompt": "",
"provider": null,
"runtimeMode": null,
"terminalContexts": [
{
"createdAt": "2026-03-04T12:00:00.000Z",
"id": "ctx-removed",
"lineEnd": 2,
"lineStart": 1,
"terminalId": "terminal-ctx-removed",
"terminalLabel": "Terminal 1",
"text": "bun i
no changes",
"threadId": "thread-browser-test",
},
],
}
❯ toBeUndefined src/components/ChatView.browser.tsx:1289:79
|