WIP: Acorn/creator view refactored #188
code-qa.yml
on: pull_request
unit-test
0s
integration-test
0s
Annotations
26 errors
|
knip
Process completed with exit code 1.
|
|
compile:
src/core/webview/ClineProvider.ts#L857
Cannot find name 'apiConfiguration'.
|
|
compile:
src/core/webview/ClineProvider.ts#L519
Object literal may only specify known properties, and 'creatorModeConfig' does not exist in type '{ reasoningEffort?: "low" | "medium" | "high" | undefined; apiProvider?: "anthropic" | "glama" | "openrouter" | "bedrock" | "vertex" | "openai" | "ollama" | "vscode-lm" | "lmstudio" | ... 10 more ... | undefined; ... 70 more ...; pearaiAgentModels?: { ...; } | undefined; }'.
|
|
compile:
src/core/webview/ClineProvider.ts#L504
Object literal may only specify known properties, and 'creatorModeConfig' does not exist in type '{ reasoningEffort?: "low" | "medium" | "high" | undefined; apiProvider?: "anthropic" | "glama" | "openrouter" | "bedrock" | "vertex" | "openai" | "ollama" | "vscode-lm" | "lmstudio" | ... 10 more ... | undefined; ... 70 more ...; pearaiAgentModels?: { ...; } | undefined; }'.
|
|
compile:
src/core/__tests__/Cline.test.ts#L233
Expected 5 arguments, but got 4.
|
|
compile:
src/api/providers/anthropic.ts#L116
Property 'creatorModeConfig' does not exist on type 'ApiHandlerOptions'.
|
|
compile:
src/api/providers/anthropic.ts#L115
Property 'creatorModeConfig' does not exist on type 'ApiHandlerOptions'.
|
|
compile:
src/api/providers/anthropic.ts#L113
Property 'creatorModeConfig' does not exist on type 'ApiHandlerOptions'.
|
|
compile:
src/api/providers/anthropic.ts#L112
Property 'creatorModeConfig' does not exist on type 'ApiHandlerOptions'.
|
|
compile:
src/activate/registerPearListener.ts#L73
Argument of type '() => void' is not assignable to parameter of type 'never'.
|
|
compile:
src/activate/registerCommands.ts#L189
Expected 5 arguments, but got 4.
|
|
test-extension (ubuntu-latest):
src/core/webview/ClineProvider.ts#L857
Cannot find name 'apiConfiguration'.
|
|
test-extension (ubuntu-latest):
src/core/webview/ClineProvider.ts#L519
Object literal may only specify known properties, and 'creatorModeConfig' does not exist in type '{ reasoningEffort?: "low" | "medium" | "high" | undefined; apiProvider?: "anthropic" | "glama" | "openrouter" | "bedrock" | "vertex" | "openai" | "ollama" | "vscode-lm" | "lmstudio" | ... 10 more ... | undefined; ... 70 more ...; pearaiAgentModels?: { ...; } | undefined; }'.
|
|
test-extension (ubuntu-latest):
src/core/webview/ClineProvider.ts#L504
Object literal may only specify known properties, and 'creatorModeConfig' does not exist in type '{ reasoningEffort?: "low" | "medium" | "high" | undefined; apiProvider?: "anthropic" | "glama" | "openrouter" | "bedrock" | "vertex" | "openai" | "ollama" | "vscode-lm" | "lmstudio" | ... 10 more ... | undefined; ... 70 more ...; pearaiAgentModels?: { ...; } | undefined; }'.
|
|
test-extension (ubuntu-latest):
src/core/__tests__/Cline.test.ts#L233
Expected 5 arguments, but got 4.
|
|
test-extension (ubuntu-latest):
src/api/providers/anthropic.ts#L116
Property 'creatorModeConfig' does not exist on type 'ApiHandlerOptions'.
|
|
test-extension (ubuntu-latest):
src/api/providers/anthropic.ts#L115
Property 'creatorModeConfig' does not exist on type 'ApiHandlerOptions'.
|
|
test-extension (ubuntu-latest):
src/api/providers/anthropic.ts#L113
Property 'creatorModeConfig' does not exist on type 'ApiHandlerOptions'.
|
|
test-extension (ubuntu-latest):
src/api/providers/anthropic.ts#L112
Property 'creatorModeConfig' does not exist on type 'ApiHandlerOptions'.
|
|
test-extension (ubuntu-latest):
src/activate/registerPearListener.ts#L73
Argument of type '() => void' is not assignable to parameter of type 'never'.
|
|
test-extension (ubuntu-latest):
src/activate/registerCommands.ts#L189
Expected 5 arguments, but got 4.
|
|
test-extension (windows-latest)
The operation was canceled.
|
|
test-extension (windows-latest)
The strategy configuration was canceled because "test-extension.ubuntu-latest" failed
|
|
test-webview (ubuntu-latest)
Process completed with exit code 1.
|
|
test-webview (windows-latest)
The operation was canceled.
|
|
test-webview (windows-latest)
The strategy configuration was canceled because "test-webview.ubuntu-latest" failed
|