Skip to content

feat(composer): add /fast command and service-tier forwarding #1671

feat(composer): add /fast command and service-tier forwarding

feat(composer): add /fast command and service-tier forwarding #1671

Triggered via push March 10, 2026 11:12
Status Success
Total duration 10m 1s
Artifacts

ci.yml

on: push
Matrix: test-tauri
Matrix: build-tauri
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
lint: src/features/threads/hooks/useThreadMessaging.ts#L656
React Hook useCallback has an unnecessary dependency: 'serviceTier'. Either exclude it or remove the dependency array
lint: src/features/threads/hooks/useThreadMessaging.ts#L420
React Hook useCallback has a missing dependency: 'getCustomName'. Either include it or remove the dependency array. If 'getCustomName' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/features/app/hooks/useRemoteThreadLiveConnection.ts#L506
The ref value 'ignoreDetachedEventsUntilRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ignoreDetachedEventsUntilRef.current' to a variable inside the effect, and use that variable in the cleanup function