Skip to content

Harden the subagent roster fold and close review gaps from #160 (#162) #841

Harden the subagent roster fold and close review gaps from #160 (#162)

Harden the subagent roster fold and close review gaps from #160 (#162) #841

Triggered via push August 17, 2026 00:37
Status Success
Total duration 10m 45s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
10m 41s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
1m 13s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L909
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L871
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L853
Do not define components during render.
eslint(require-yield): apps/server/src/preview/PreviewAutomationBroker.ts#L97
This generator function does not have `yield`
unicorn(no-array-reverse): apps/web/src/browserPanelStore.ts#L131
Use `Array#toReversed()` instead of `Array#reverse()`.