Skip to content

simple prompt addition to have goose reflect on start (#1059) #3

simple prompt addition to have goose reflect on start (#1059)

simple prompt addition to have goose reflect on start (#1059) #3

Triggered via push February 6, 2025 08:50
Status Success
Total duration 2m 49s
Artifacts

ci.yml

on: push
Check Rust Code Format
12s
Check Rust Code Format
Build and Test Rust Project
2m 38s
Build and Test Rust Project
Lint Electron Desktop App
25s
Lint Electron Desktop App
bundle-desktop-unsigned  /  Bundle Desktop App on macOS
bundle-desktop-unsigned / Bundle Desktop App on macOS
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint Electron Desktop App: ui/desktop/src/App.tsx#L77
Unexpected any. Specify a different type
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L13
'WingToWing' is defined but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L111
React Hook useEffect has missing dependencies: 'chats' and 'setChats'. Either include them or remove the dependency array. If 'setChats' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L119
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L275
'currentModel' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L314
'working' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L315
'progressMessage' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L316
'selectedProvider' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L316
'setSelectedProvider' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L320
'toggleMode' is assigned a value but never used. Allowed unused vars must match /^_/u