Skip to content

feat(agents): show availability status in agent selector #18

feat(agents): show availability status in agent selector

feat(agents): show availability status in agent selector #18

Triggered via push February 24, 2026 13:07
Status Failure
Total duration 1m 17s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
quality
Process completed with exit code 1.
quality: src/components/ResizablePanel.tsx#L375
Solid components run once, so an early return breaks reactivity. Move the condition inside a JSX element, such as a fragment or <Show />
quality: src/components/ResizablePanel.tsx#L366
Solid components run once, so an early return breaks reactivity. Move the condition inside a JSX element, such as a fragment or <Show />
quality: src/components/ResizablePanel.tsx#L363
Solid components run once, so an early return breaks reactivity. Move the condition inside a JSX element, such as a fragment or <Show />
quality: src/components/ResizablePanel.tsx#L152
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
quality: src/components/ConnectPhoneModal.tsx#L225
Forbidden non-null assertion
quality: src/arena/store.ts#L33
The reactive variable 'state' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
quality: src/arena/ResultsScreen.tsx#L132
Forbidden non-null assertion
quality: src/arena/ResultsScreen.tsx#L130
Forbidden non-null assertion
quality: src/arena/CommitDialog.tsx#L19
The reactive variable 'props.target.name' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
quality: electron/ipc/pty.ts#L28
Forbidden non-null assertion