Refine GUI platform runtime and docs #174
ci.yml
on: push
validate
2m 22s
test-macos
2m 25s
Annotations
4 errors and 7 warnings
|
test-macos
Process completed with exit code 1.
|
|
packages/gui/src/__tests__/runtime.test.ts > ComputerUseGuiRuntime > types text from a secret command env var without exposing a literal gui_type value:
packages/gui/src/runtime.ts#L487
GuiRuntimeError: Failed to resolve GUI text from secret command env var "UNDERSTUDY_TEST_GUI_SECRET_COMMAND": Unexpected command: /bin/bash
❯ resolveGuiTypeInput packages/gui/src/runtime.ts:487:9
❯ packages/gui/src/runtime.ts:3420:18
❯ ComputerUseGuiRuntime.withGuiActionSession packages/gui/src/runtime.ts:2438:11
❯ ComputerUseGuiRuntime.type packages/gui/src/runtime.ts:3418:10
❯ packages/gui/src/__tests__/runtime.test.ts:2202:18
|
|
validate
Process completed with exit code 1.
|
|
packages/gui/src/__tests__/runtime.test.ts > ComputerUseGuiRuntime > types text from a secret command env var without exposing a literal gui_type value:
packages/gui/src/runtime.ts#L487
GuiRuntimeError: Failed to resolve GUI text from secret command env var "UNDERSTUDY_TEST_GUI_SECRET_COMMAND": Unexpected command: /bin/bash
❯ resolveGuiTypeInput packages/gui/src/runtime.ts:487:9
❯ packages/gui/src/runtime.ts:3420:18
❯ ComputerUseGuiRuntime.withGuiActionSession packages/gui/src/runtime.ts:2438:11
❯ ComputerUseGuiRuntime.type packages/gui/src/runtime.ts:3418:10
❯ packages/gui/src/__tests__/runtime.test.ts:2202:18
|
|
test-macos
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
validate
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(eqeqeq):
packages/tools/src/browser/browser-tool.ts#L596
Expected === and instead saw ==
|
|
eslint(eqeqeq):
apps/cli/src/commands/chat-gateway-session.ts#L882
Expected === and instead saw ==
|
|
eslint(eqeqeq):
apps/cli/src/commands/gateway-session-store.ts#L173
Expected === and instead saw ==
|
|
eslint(no-unsafe-optional-chaining):
apps/cli/src/commands/gateway-session-store.test.ts#L158
Unsafe usage of optional chaining
|
|
eslint(no-unsafe-optional-chaining):
apps/cli/src/commands/gateway-session-store.test.ts#L136
Unsafe usage of optional chaining
|