This repository was archived by the owner on May 30, 2026. It is now read-only.
feat(gui): add hidden event and plan message types #1319
Annotations
4 errors and 2 warnings
|
build (lts/*)
Process completed with exit code 1.
|
|
Unhandled error:
refact-agent/gui/src/features/Buddy/canvas/toys.ts#L71
TypeError: ctx.arc is not a function
❯ Module.renderToy src/features/Buddy/canvas/toys.ts:71:9
❯ Module.renderFrame src/features/Buddy/canvas/render.ts:150:3
❯ callback src/features/Buddy/BuddyCanvas.tsx:254:9
❯ src/__tests__/buddy.test.ts:3709:31
❯ callTimer node_modules/vitest/dist/chunks/vi.ClIskdbk.js:2249:25
❯ doTickInner node_modules/vitest/dist/chunks/vi.ClIskdbk.js:2852:30
❯ doTick node_modules/vitest/dist/chunks/vi.ClIskdbk.js:2933:21
❯ Object.tick node_modules/vitest/dist/chunks/vi.ClIskdbk.js:2941:21
❯ doIntervalTick node_modules/vitest/dist/chunks/vi.ClIskdbk.js:2491:16
❯ listOnTimeout node:internal/timers:605:17
This error originated in "src/__tests__/buddy.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "speech with win intent is actionable and survives freshness expiry". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
build (latest)
The strategy configuration was canceled because "build.lts__" failed
|
|
build (latest)
The operation was canceled.
|
|
build (lts/*)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. 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/
|
|
build (latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. 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/
|