refactor: enhance agent connection prompt and local gateway discovery #2
Annotations
10 warnings
|
Lint, Typecheck & Test:
components/agent-panel.tsx#L17
'showInlineDiff' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint, Typecheck & Test
'line' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint, Typecheck & Test
React Hook useEffect has a missing dependency: 'setMode'. Either include it or remove the dependency array
|
|
Lint, Typecheck & Test
'connectionAnim' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Lint, Typecheck & Test
'updateFileContent' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Lint, Typecheck & Test
Empty block statement
|
|
Lint, Typecheck & Test
Empty block statement
|
|
Lint, Typecheck & Test
Empty block statement
|
|
Lint, Typecheck & Test
Empty block statement
|
|
Lint, Typecheck & Test:
app/page.tsx#L19
'usePreview' is defined but never used. Allowed unused vars must match /^_/u
|