Skip to content

clean: move arxiv.py to endpoints #102

clean: move arxiv.py to endpoints

clean: move arxiv.py to endpoints #102

Triggered via push December 30, 2025 08:50
Status Failure
Total duration 2m 18s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
backend-tests
Process completed with exit code 1.
frontend-lint: frontend/src/components/ai-agent/AgentChatPanel.tsx#L169
React Hook useCallback has a missing dependency: 'paperId'. Either include it or remove the dependency array
frontend-lint: frontend/src/components/academic/ConversationHistory.tsx#L59
React Hook useEffect has a missing dependency: 'loadConversations'. Either include it or remove the dependency array
frontend-lint: frontend/src/components/academic/ConversationHistory.tsx#L52
React Hook useEffect has a missing dependency: 'loadConversations'. Either include it or remove the dependency array
frontend-lint: frontend/src/components/academic/ConversationHistory.tsx#L45
React Hook useEffect has a missing dependency: 'loadConversations'. Either include it or remove the dependency array
frontend-lint: frontend/src/app/smart-reading/page.tsx#L87
React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies?
frontend-lint: frontend/src/app/academic/page.tsx#L12
'intelligentSearch' is defined but never used