feat(memory):feedback-ranking-tie-breaker-evaluation - #1339
Merged
XingYu-Zhong merged 40 commits intoSep 24, 2026
Merged
XingYu-Zhong merged 40 commits into
XingYu-Zhong merged 40 commits into
Annotations
11 warnings and 1 notice
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
src/renderer/src/components/use-provider-lifecycle-actions.ts#L449
React Hook useEffect has a missing dependency: 'cursorMetadataRepairAttempts'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/src/components/settings-section-model-routes-support.tsx#L238
React Hook useEffect has a missing dependency: 'value'. Either include it or remove the dependency array. If 'setDraft' needs the current value of 'value', you can also switch to useReducer instead of useState and read 'value' in the reducer
|
|
Lint:
src/renderer/src/components/graph/GraphModePanel.tsx#L202
The 'childRuns' conditional could make the dependencies of useMemo Hook (at line 279) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'childRuns' in its own useMemo() Hook
|
|
Lint:
src/renderer/src/components/chat/use-timeline-scroll.ts#L426
React Hook useEffect has a missing dependency: 'busy'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/src/components/chat/use-timeline-scroll.ts#L266
React Hook useLayoutEffect has a missing dependency: 'userTurnKey'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/src/components/chat/ChatFileTreePanel.tsx#L207
React Hook useEffect has a missing dependency: 'root'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/src/components/chat/ChatFileTreePanel.tsx#L166
React Hook useCallback has an unnecessary dependency: 'owningRoot'. Either exclude it or remove the dependency array
|
|
Lint:
src/renderer/src/components/SettingsView.tsx#L240
The ref value 'flushOnUnmountRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'flushOnUnmountRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Lint:
src/renderer/src/components/SettingsView.tsx#L238
The ref value 'statusTimer.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'statusTimer.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Lint:
src/renderer/src/components/SettingsView.tsx#L237
The ref value 'saveTimer.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'saveTimer.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|
background
wait
wait-all
cancel
parallel
Loading