Skip to content

Add multi-client support #30

Add multi-client support

Add multi-client support #30

Triggered via pull request December 11, 2024 08:35
Status Failure
Total duration 22s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
pr-check: src/utils/package-management.ts#L14
Property 'readPreferences' does not exist on type 'typeof ConfigManager'.
pr-check: src/utils/package-management.ts#L27
Property 'writePreferences' does not exist on type 'typeof ConfigManager'.
pr-check: src/utils/package-management.ts#L90
Property 'getConfigPath' does not exist on type 'typeof ConfigManager'.
pr-check: src/utils/package-management.ts#L136
Property 'getConfigPath' does not exist on type 'typeof ConfigManager'.
pr-check: src/utils/package-management.ts#L230
Property 'installPackage' does not exist on type 'typeof ConfigManager'.
pr-check: src/utils/package-management.ts#L248
Property 'uninstallPackage' does not exist on type 'typeof ConfigManager'.
pr-check: src/utils/package-resolver.ts#L9
Type 'Promise<boolean>' is not assignable to type 'boolean'.
pr-check: src/utils/package-resolver.ts#L20
Property 'mcpServers' does not exist on type 'Promise<any>'.
pr-check: src/utils/package-resolver.ts#L103
Property 'mcpServers' does not exist on type 'Promise<any>'.
pr-check: src/utils/validation.ts#L12
Type '{ readonly claude: readonly ["stdio", "sse", "websocket"]; readonly zed: readonly ["stdio"]; readonly continue: readonly ["stdio", "sse", "websocket"]; readonly firebase: readonly ["stdio", "sse"]; }' is not assignable to type 'Record<ClientType, TransportMethod[]>'.
pr-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636