Skip to content

feat: add skills settings and /skill picker #1036

feat: add skills settings and /skill picker

feat: add skills settings and /skill picker #1036

Triggered via pull request February 5, 2026 09:15
Status Failure
Total duration 1m 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
typecheck
Process completed with exit code 2.
typecheck: src/features/settings/components/SkillsView.tsx#L104
Argument of type 'Promise<string>' is not assignable to parameter of type 'string'.
typecheck: src/features/settings/components/SkillsView.tsx#L103
Argument of type 'Promise<string>' is not assignable to parameter of type 'string'.
typecheck: src/features/settings/components/SkillsView.tsx#L100
Argument of type 'Promise<string>' is not assignable to parameter of type 'string'.
typecheck: src/features/settings/components/SkillsView.tsx#L96
Argument of type 'Promise<string>' is not assignable to parameter of type 'string'.
typecheck: src/features/settings/components/SkillsView.tsx#L93
Argument of type 'Promise<string>' is not assignable to parameter of type 'string'.
typecheck: src/features/settings/components/SkillsView.tsx#L84
Argument of type 'Promise<string> | null' is not assignable to parameter of type 'string | null | undefined'.
typecheck: src/features/settings/components/SkillsView.tsx#L79
Argument of type 'Promise<string> | null' is not assignable to parameter of type 'string | null | undefined'.
test-tauri
Process completed with exit code 101.
lint: src/features/skills/hooks/useSkills.ts#L69
React Hook useCallback has missing dependencies: 'activeWorkspace?.path' and 'activeWorkspace?.settings.codexHome'. Either include them or remove the dependency array