Skip to content

rebase: a basic version 0.2 #95

rebase: a basic version 0.2

rebase: a basic version 0.2 #95

Triggered via pull request December 23, 2025 09:55
Status Failure
Total duration 1m 49s
Artifacts

ci.yml

on: pull_request
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