feat(pipeline): add keep-first-think-only toggle for multi-round CoT #1369
lint.yml
on: pull_request
Ruff Lint & Format
14s
Frontend Lint
27s
Annotations
12 warnings
|
Ruff Lint & Format
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5, astral-sh/setup-uv@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend Lint:
web/src/app/home/components/dynamic-form/DynamicFormItemComponent.tsx#L233
React Hook useEffect has a missing dependency: 'fetchLlmModels'. Either include it or remove the dependency array
|
|
Frontend Lint:
web/src/app/home/components/dynamic-form/DynamicFormItemComponent.tsx#L221
React Hook useEffect has a missing dependency: 'fetchEmbeddingModels'. Either include it or remove the dependency array
|
|
Frontend Lint:
web/src/app/home/components/dynamic-form/DynamicFormItemComponent.tsx#L215
React Hook useEffect has a missing dependency: 'fetchLlmModels'. Either include it or remove the dependency array
|
|
Frontend Lint:
web/src/app/home/components/dynamic-form/DynamicFormComponent.tsx#L577
React Hook useEffect has a missing dependency: 'validate'. Either include it or remove the dependency array
|
|
Frontend Lint:
web/src/app/home/components/account-settings-dialog/AccountSettingsPanel.tsx#L41
React Hook useEffect has a missing dependency: 'loadUserInfo'. Either include it or remove the dependency array
|
|
Frontend Lint:
web/src/app/home/bots/components/bot-session/BotSessionMonitor.tsx#L594
'sessionIsAdmin' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Frontend Lint:
web/src/app/home/bots/components/bot-log/view/BotLogListComponent.tsx#L143
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
|
Frontend Lint:
web/src/app/home/bots/components/bot-log/view/BotLogListComponent.tsx#L105
React Hook useEffect has a missing dependency: 'manager'. Either include it or remove the dependency array
|
|
Frontend Lint:
web/src/app/home/bots/components/bot-log/view/BotLogListComponent.tsx#L57
React Hook useEffect has missing dependencies: 'initComponent' and 'onDestroy'. Either include them or remove the dependency array
|
|
Frontend Lint:
web/src/app/home/bots/components/bot-form/BotForm.tsx#L166
React Hook useEffect has a missing dependency: 'setBotFormValues'. Either include it or remove the dependency array
|