Skip to content

Run draft-thread project scripts from resolved project/worktree cwd #2700

Run draft-thread project scripts from resolved project/worktree cwd

Run draft-thread project scripts from resolved project/worktree cwd #2700

Triggered via pull request March 17, 2026 23:42
Status Failure
Total duration 1m 46s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
1m 34s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
7s
Release Smoke
Fit to window
Zoom out
Zoom in

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