feat: port over MCP prompts to developer extension #1183
Annotations
10 warnings
Run Lint:
ui/desktop/src/App.tsx#L77
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/ChatWindow.tsx#L3
'getSecretKey' is defined but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/ChatWindow.tsx#L13
'WingToWing' is defined but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/ChatWindow.tsx#L15
'Provider' is defined but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/ChatWindow.tsx#L46
'setSelectedChatId' is defined but never used. Allowed unused args must match /^_/u
|
Run Lint:
ui/desktop/src/ChatWindow.tsx#L119
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
|
Run Lint:
ui/desktop/src/ChatWindow.tsx#L127
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
|
Run Lint:
ui/desktop/src/ChatWindow.tsx#L295
'setMode' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/ChatWindow.tsx#L296
'working' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/ChatWindow.tsx#L297
'progressMessage' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Loading