Skip to content

fix: resolve CI build errors from UI/UX Audit merge #114

fix: resolve CI build errors from UI/UX Audit merge

fix: resolve CI build errors from UI/UX Audit merge #114

Triggered via pull request April 3, 2026 14:48
Status Failure
Total duration 1m 9s
Artifacts

ci.yml

on: pull_request
build-and-test
1m 5s
build-and-test
e2e-smoke
0s
e2e-smoke
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build-and-test: src/metaprompt/v2/assembler.ts#L3
'NativeTool' is declared but its value is never read.
build-and-test: src/metaprompt/v2/__tests__/evaluator.test.ts#L52
Type '{ persona: string; role: string; workflow_steps: WorkflowStep[]; context_strategy: string; output_schema: OutputSchema; agentic_pillars: AgenticPillars; self_check: SelfCheck; native_tools?: { ...; }[] | undefined; }' is not assignable to type 'AssembledAgent'.
build-and-test: src/graph/embeddingResolver.ts#L85
Property 'firstSentence' does not exist on type 'TreeNode'.
build-and-test: src/graph/embeddingResolver.ts#L84
Property 'firstSentence' does not exist on type 'TreeNode'.
build-and-test: src/graph/embeddingResolver.ts#L28
'LEXICAL_WEIGHT' is declared but its value is never read.
build-and-test: src/context/ContextCollapse.ts#L89
'language' is declared but its value is never read.
build-and-test: src/components/SettingsPage.tsx#L433
Argument of type 'ThemePalette & { isDark: boolean; }' is not assignable to parameter of type '{ statusSuccess: string; statusWarning: string; statusError: string; textMuted: string; }'.
build-and-test: src/components/SettingsPage.tsx#L432
Argument of type 'ThemePalette & { isDark: boolean; }' is not assignable to parameter of type '{ statusSuccess: string; statusWarning: string; statusError: string; textMuted: string; }'.
build-and-test: src/components/SettingsPage.tsx#L97
Argument of type 'ThemePalette & { isDark: boolean; }' is not assignable to parameter of type '{ statusSuccess: string; statusWarning: string; statusError: string; textMuted: string; }'.
build-and-test: src/components/SettingsPage.tsx#L97
Argument of type 'ThemePalette & { isDark: boolean; }' is not assignable to parameter of type '{ statusSuccess: string; statusWarning: string; statusError: string; textMuted: string; }'.
build-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test: src/panels/knowledge/GraphPanel.tsx#L111
React Hook useCallback has an unnecessary dependency: 'treeIndexes'. Either exclude it or remove the dependency array
build-and-test: src/panels/SourcesPanel.tsx#L140
React Hook useCallback has a missing dependency: 'onGapsChange'. Either include it or remove the dependency array. If 'onGapsChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
build-and-test: src/panels/PipelineObservabilityPanel.tsx#L841
React Hook useEffect has missing dependencies: 'expandedStages' and 'pipelineEvents'. Either include them or remove the dependency array
build-and-test: src/components/test/ContextInspector.tsx#L24
React Hook useEffect has a missing dependency: 'previousStats'. Either include it or remove the dependency array. You can also do a functional update 'setPreviousStats(p => ...)' if you only need 'previousStats' in the 'setPreviousStats' call
build-and-test: src/components/Topbar.tsx#L35
React Hook useEffect has a missing dependency: 'versions.length'. Either include it or remove the dependency array
build-and-test: src/components/PipedreamPicker.tsx#L12
React Hook useEffect has a missing dependency: 'loadAccounts'. Either include it or remove the dependency array
build-and-test: src/components/PipedreamPicker.tsx#L11
React Hook useEffect has a missing dependency: 'checkStatus'. Either include it or remove the dependency array
build-and-test
React Hook useCallback has a missing dependency: 'handleConfirmAdd'. Either include it or remove the dependency array
build-and-test: src/components/ConnectionPicker.tsx#L122
React Hook useEffect has a missing dependency: 'oauthEntries'. Either include it or remove the dependency array
build-and-test: src/App.tsx#L71
React Hook useEffect has a missing dependency: 'setShowSettings'. Either include it or remove the dependency array