Skip to content

feat(providers): add Google Gemini TTS provider #3289

feat(providers): add Google Gemini TTS provider

feat(providers): add Google Gemini TTS provider #3289

Triggered via pull request May 13, 2026 08:01
Status Success
Total duration 4m 6s
Artifacts

autofix.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
autofix: packages/stage-pages/src/pages/settings/account/account-settings-page.vue#L48
This line has 2 statements. Maximum allowed is 1
autofix: packages/stage-layouts/src/components/Layouts/HeaderAvatar.vue#L23
This line has 2 statements. Maximum allowed is 1
autofix: apps/stage-tamagotchi/src/renderer/widgets/artistry/components/Comfy.vue#L115
Unexpected console statement. Only these console methods are allowed: warn, error, info
autofix: apps/stage-tamagotchi/src/renderer/pages/desktop-overlay.vue#L176
This line has 2 statements. Maximum allowed is 1
autofix: apps/stage-tamagotchi/src/main/windows/desktop-overlay/index.ts#L50
Unexpected use of the global variable 'process'. Use 'require("process")' instead
autofix: apps/stage-tamagotchi/src/main/windows/desktop-overlay/index.ts#L41
Unexpected use of the global variable 'process'. Use 'require("process")' instead
autofix: apps/stage-tamagotchi/scripts/desktop-overlay-live-window-smoke.ts#L407
Unexpected use of the global variable 'Buffer'. Use 'require("buffer").Buffer' instead
oxlint: services/computer-use-mcp/src/desktop-grounding.ts#L80
Identifier `chromeWindowBounds` has already been declared
autofix
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): services/computer-use-mcp/src/desktop-grounding.test.ts#L134
Variable 'axCount' is declared but never used. Unused variables should start with a '_'.
eslint-plugin-unicorn(no-useless-spread): services/computer-use-mcp/src/terminal/pty-runner.ts#L295
Using a spread operator here creates a new array unnecessarily.