feat: add skills settings and /skill picker #1036
ci.yml
on: pull_request
test-tauri
1m 28s
build-macos
0s
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
|