Skip to content

feat(agents): mark agents the provider runs in the background #977

feat(agents): mark agents the provider runs in the background

feat(agents): mark agents the provider runs in the background #977

Triggered via pull request August 28, 2026 18:28
Status Success
Total duration 5m 46s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Build
5m 42s
Format, Lint, Typecheck, Test, Build
Browser Test
3m 48s
Browser Test
Release Smoke
55s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
react(immutability): apps/web/src/planPanelState.ts#L123
apps/web/src/planPanelState.ts:123:9: Cannot modify local variables after render completes
react(immutability): apps/web/src/planPanelState.ts#L123
apps/web/src/planPanelState.ts:123:9: Cannot reassign variable after render completes
react(set-state-in-effect): apps/web/src/components/Sidebar.tsx#L851
apps/web/src/components/Sidebar.tsx:851:5: Calling setState synchronously within an effect can trigger cascading renders
react(refs): apps/web/src/components/Sidebar.tsx#L551
apps/web/src/components/Sidebar.tsx:551:24: Cannot access refs during render
react(hooks): apps/web/src/components/Sidebar.tsx#L1375
apps/web/src/components/Sidebar.tsx:1375:13: Hooks may not be referenced as normal values; they must be called
react(exhaustive-effect-dependencies): apps/web/src/components/Sidebar.tsx#L853
apps/web/src/components/Sidebar.tsx:853:7: Found extra effect dependencies
eslint(no-unused-vars): apps/server/src/cli/config.test.ts#L712
apps/server/src/cli/config.test.ts:712:13: Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.
react(set-state-in-effect): apps/web/src/components/desktop/SshPasswordPromptDialog.tsx#L92
apps/web/src/components/desktop/SshPasswordPromptDialog.tsx:92:7: Calling setState synchronously within an effect can trigger cascading renders
react(set-state-in-effect): apps/web/src/components/desktop/SshPasswordPromptDialog.tsx#L54
apps/web/src/components/desktop/SshPasswordPromptDialog.tsx:54:5: Calling setState synchronously within an effect can trigger cascading renders
react(refs): apps/web/src/rpc/serverState.ts#L231
apps/web/src/rpc/serverState.ts:231:14: Cannot access refs during render