Skip to content

feat: add provider-agnostic Homarr assistant #763

feat: add provider-agnostic Homarr assistant

feat: add provider-agnostic Homarr assistant #763

Triggered via pull request July 30, 2026 20:59
Status Success
Total duration 52s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
import(no-unassigned-import): apps/nextjs/src/app/[locale]/layout.tsx#L6
Imported module should be assigned
import(no-unassigned-import): apps/nextjs/src/app/[locale]/layout.tsx#L5
Imported module should be assigned
import(no-unassigned-import): apps/nextjs/src/app/[locale]/layout.tsx#L4
Imported module should be assigned
eslint(no-shadow): packages/spotlight/src/components/spotlight.tsx#L88
'query' is already declared in the upper scope.
eslint(no-shadow): packages/db/schema/mysql.ts#L214
'integrations' is already declared in the upper scope.
eslint(no-shadow): packages/db/schema/postgresql.ts#L213
'integrations' is already declared in the upper scope.
eslint(no-shadow): packages/db/schema/sqlite.ts#L200
'integrations' is already declared in the upper scope.
react-hooks(exhaustive-deps): packages/spotlight/src/modes/home/context.tsx#L90
React Hook useEffect has missing dependencies: 'context', and 'items'
react-hooks(exhaustive-deps): packages/spotlight/src/modes/home/context.tsx#L99
React Hook useEffect has a complex expression in the dependency array.
eslint(no-shadow): packages/spotlight/src/modes/home/context.tsx#L57
'items' is already declared in the upper scope.