diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68c8468d..cf93c7d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,6 +119,7 @@ jobs: with: python-version: '3.11' + # macOS: Setup Python 3.11 for node-gyp (Python 3.12+ removed distutils) - name: Setup Python for node-gyp if: matrix.platform == 'mac' diff --git a/src/main/ipc/handlers/process.ts b/src/main/ipc/handlers/process.ts index ed2742e2..887c4061 100644 --- a/src/main/ipc/handlers/process.ts +++ b/src/main/ipc/handlers/process.ts @@ -20,7 +20,6 @@ import { buildSshCommand } from '../../utils/ssh-command-builder'; import type { SshRemoteConfig } from '../../../shared/types'; import { powerManager } from '../../power-manager'; import { MaestroSettings } from './persistence'; -import { getAgentCapabilities } from '../../agent-capabilities'; const LOG_CONTEXT = '[ProcessManager]';