fix: director inheritance, copilot streaming, agent DM UX, and audit fixes #628
Annotations
11 errors, 13 warnings, and 1 notice
|
lint:
packages/server/tests/agents/custom-runtimes.test.ts#L4
'homedir' is defined but never used
|
|
lint:
packages/server/tests/agents/agent-manager.test.ts#L263
'newAgent' is assigned a value but never used
|
|
lint:
packages/server/tests/agents/agent-manager.test.ts#L10
'MessageId' is defined but never used
|
|
lint:
packages/server/tests/agents/agent-manager.test.ts#L4
'tmpdir' is defined but never used
|
|
lint:
packages/server/tests/agents/agent-manager.test.ts#L1
'vi' is defined but never used
|
|
lint:
packages/server/tests/acp/session-store.test.ts#L9
'BASE_DIR' is assigned a value but never used
|
|
lint:
packages/server/tests/acp/session-store.test.ts#L5
'SessionEntry' is defined but never used
|
|
lint:
packages/server/src/agents/CopilotSdkAdapter.ts#L1239
'timer' is never reassigned. Use 'const' instead
|
|
lint:
packages/server/src/agents/AcpAdapter.ts#L236
'toolName' is never reassigned. Use 'const' instead
|
|
lint:
packages/server/bin/flightdeck-mcp.mjs#L15
'execFileSync' is defined but never used
|
|
build-and-test (windows-latest)
Process completed with exit code 1.
|
|
lint
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, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
|
|
lint:
packages/server/src/agents/AcpAdapter.ts#L236
Unexpected any. Specify a different type
|
|
lint:
packages/server/src/agents/AcpAdapter.ts#L236
Unexpected any. Specify a different type
|
|
lint:
packages/server/src/agents/AcpAdapter.ts#L4
'join' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/server/src/acp/AcpAgentServer.ts#L101
`import()` type annotations are forbidden
|
|
lint:
packages/server/src/acp/AcpAgentServer.ts#L30
'SessionEvent' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/desktop/src/tray.ts#L3
All imports in the declaration are only used as types. Use `import type`
|
|
lint:
packages/desktop/src/tray.ts#L1
Imports "BrowserWindow" are only used as type
|
|
lint:
packages/desktop/src/main.ts#L56
'webDistPath' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/desktop/src/daemon.ts#L9
'DaemonEvents' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/desktop/src/daemon.ts#L1
Imports "ChildProcess" are only used as type
|
|
build-and-test (ubuntu-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, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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-and-test (windows-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, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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-and-test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|