Skip to content

claude 4.5

claude 4.5 #9998

Triggered via pull request September 29, 2025 17:52
@mscolnickmscolnick
synchronize #6592
claude-4.5
Status Failure
Total duration 43m 13s
Artifacts

test_fe.yaml

on: pull_request
changes
7s
changes
🧹 Lint frontend
46s
🧹 Lint frontend
🧪 Test frontend
2m 43s
🧪 Test frontend
📦 Build frontend
32s
📦 Build frontend
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
📦 Build frontend
Process completed with exit code 1.
🧹 Lint frontend: frontend/src/components/terminal/terminal.tsx#L303
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🧹 Lint frontend: frontend/src/components/editor/header/filename-input.tsx#L50
Avoid storing derived state. Compute "searchValue" directly during render, optionally with `useMemo` if it's expensive
🧹 Lint frontend: frontend/src/components/editor/chrome/panels/outline/useActiveOutline.tsx#L78
Avoid passing data to parents in an effect. Instead, let the parent fetch the data itself and pass it down to the child as a prop
🧹 Lint frontend: frontend/src/components/editor/cell/useShouldShowInterrupt.ts#L18
Avoid adjusting state when a prop changes. Instead, adjust the state directly during render, or refactor your state to avoid this need entirely
🧹 Lint frontend: frontend/src/components/editor/cell/code/cell-editor.tsx#L383
This effect only uses props. Consider lifting the logic up to the parent
🧹 Lint frontend: frontend/src/components/editor/alerts/startup-logs-alert.tsx#L36
React Hook useEffect has a missing dependency: 'handleClear'. Either include it or remove the dependency array
🧹 Lint frontend: frontend/src/components/editor/actions/useHideAllMarkdownCode.ts#L52
React Hook useCallback has a missing dependency: 'saveCellConfig'. Either include it or remove the dependency array
🧹 Lint frontend: frontend/src/components/dependency-graph/dependency-graph-minimap.tsx#L80
Avoid using state and effects as an event handler. Instead, call the event handling code directly when the event occurs
🧹 Lint frontend: frontend/src/components/chat/acp/agent-panel.tsx#L808
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🧹 Lint frontend: frontend/src/components/chat/acp/agent-panel.tsx#L711
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior