Skip to content

refactor: use puppeteer Extension API #4132

refactor: use puppeteer Extension API

refactor: use puppeteer Extension API #4132

Triggered via pull request April 20, 2026 10:15
Status Failure
Total duration 1m 8s
Artifacts

presubmit.yml

on: pull_request
[Required] Check correct format
1m 3s
[Required] Check correct format
[Required] Check docs updated
53s
[Required] Check docs updated
Fit to window
Zoom out
Zoom in

Annotations

5 errors
[Required] Check docs updated
Process completed with exit code 2.
[Required] Check docs updated: tests/McpResponse.test.ts#L976
Conversion of type '{ id: string; name: string; version: string; enabled: boolean; path: string; }' to type 'Extension' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
[Required] Check docs updated: tests/McpResponse.test.ts#L966
Conversion of type '{ id: string; name: string; version: string; enabled: boolean; path: string; }' to type 'Extension' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
[Required] Check docs updated: src/tools/extensions.ts#L84
Property 'path' does not exist on type 'Extension'.
[Required] Check docs updated: src/McpResponse.ts#L958
Property 'enabled' does not exist on type 'Extension'.