Skip to content

plugins: regenerate the agent capability catalog #969

plugins: regenerate the agent capability catalog

plugins: regenerate the agent capability catalog #969

Triggered via push July 18, 2026 11:18
Status Failure
Total duration 5m 12s
Artifacts

test.yml

on: push
Unit & Store Tests
5m 9s
Unit & Store Tests
Dependency Audit
35s
Dependency Audit
Benchmarks
51s
Benchmarks
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 14 warnings
Unit & Store Tests
Process completed with exit code 1.
tests/lib/skills/chord.test.ts > isReservedChord > accepts ordinary bindable chords: tests/lib/skills/chord.test.ts#L90
AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ tests/lib/skills/chord.test.ts:90:38
tests/convex/cmdDroneStatusContract.test.ts > pushStatus args / cmd_droneStatus schema parity > matches the recorded args key snapshot: tests/convex/cmdDroneStatusContract.test.ts#L259
Error: Snapshot `pushStatus args / cmd_droneStatus schema parity > matches the recorded args key snapshot 1` mismatched - Expected + Received @@ -123,10 +123,11 @@ "videoPipelineFlavor", "videoPipelineState", "videoRecording", "videoRestartAttempts", "videoState", + "videoStreams", "videoWhepPort", "videoWhepUrl", "visionActiveModel", "visionBackend", "visionDetectionsPerSec", ❯ tests/convex/cmdDroneStatusContract.test.ts:259:18
Dependency Audit
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/
Benchmarks
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/
Unit & Store Tests
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, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Unit & Store Tests
No files were found with the provided path: coverage/. No artifacts will be uploaded.
Unit & Store Tests: src/components/fc/calibration/useCalibrationEngine.ts#L124
React Hook useEffect has a missing dependency: 'manager'. Either include it or remove the dependency array
Unit & Store Tests: src/components/fc/calibration/useCalibrationEngine.ts#L124
The ref value 'subsRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'subsRef.current' to a variable inside the effect, and use that variable in the cleanup function
Unit & Store Tests
React Hook useMemo has a missing dependency: 'p'. Either include it or remove the dependency array
Unit & Store Tests: src/components/fc/betaflight/AdjustmentsPanel.tsx#L43
The 'pNum' function makes the dependencies of useCallback Hook (at line 59) change on every render. To fix this, wrap the definition of 'pNum' in its own useCallback() Hook
Unit & Store Tests: src/components/config/can/debug/NodeStatusTimeline.tsx#L83
The 'history' logical expression could make the dependencies of useMemo Hook (at line 84) change on every render. To fix this, wrap the initialization of 'history' in its own useMemo() Hook
Unit & Store Tests: src/components/command/MeshToastBridge.tsx#L76
React Hook useEffect has a missing dependency: 'fire'. Either include it or remove the dependency array
Unit & Store Tests: src/components/command/CommandFleetMqttBridge.tsx#L103
React Hook useEffect has missing dependencies: 'mqttViewerPassword' and 'mqttViewerUsername'. Either include them or remove the dependency array
Unit & Store Tests: src/components/command/CommandFleetLocalBridge.tsx#L200
The ref value 'aliveRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'aliveRef.current' to a variable inside the effect, and use that variable in the cleanup function
Unit & Store Tests: src/components/command/CommandFleetLocalBridge.tsx#L199
The ref value 'intervalsRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'intervalsRef.current' to a variable inside the effect, and use that variable in the cleanup function
Unit & Store Tests: convex/auth.config.ts#L1
Assign object to a variable before exporting as module default