From 4f382146817c229d22d4cca4aae289da2da740c3 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 31 Jul 2026 10:07:29 -0600 Subject: [PATCH] fix: sbx update doesn't allow undefined fields in sbx spec --- assets/sbx-kit/spec.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/assets/sbx-kit/spec.yaml b/assets/sbx-kit/spec.yaml index dc4d1d3..7dd2bdb 100644 --- a/assets/sbx-kit/spec.yaml +++ b/assets/sbx-kit/spec.yaml @@ -249,17 +249,6 @@ commands: background: false description: Bootstrap Coyote config directory on first sandbox start -profiles: - headless: - description: > - Unattended mode for scripted use. Set COYOTE_PROMPT_FILE to the path of - a prompt file, then launch: sbx run coyote --profile headless - entrypoint: - run: ['bash', '-lc', 'exec /home/agent/.cargo/bin/coyote --headless -f "${COYOTE_PROMPT_FILE}"'] - environment: - variables: - COYOTE_LOG_LEVEL: WARN - agentContext: | ## Sandbox environment