Skip to content

fix(browser): preserve user focus during agent interactions #894

fix(browser): preserve user focus during agent interactions

fix(browser): preserve user focus during agent interactions #894

Triggered via push August 22, 2026 07:02
Status Success
Total duration 9m 9s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
9m 4s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
51s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-unused-vars): apps/web/src/components/chat/rightPanelLauncherState.ts#L27
Type 'ThreadBackgroundRunItem' is imported but never used.
eslint(no-unused-vars): apps/web/src/components/chat/AgentsPanel.browser.tsx#L77
Variable 'TERMINAL_RUN' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/server/src/cli/config.test.ts#L712
Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L962
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L872
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L828
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L825
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/ChatMarkdown.tsx#L822
Do not define components during render.