Soften backend claim for Auto availability; rewrap comments
Secret Scan / scan (push) Canceled after 0s
Build App (Preview) / create-release (pull_request) Canceled after 0s
Build App (Preview) / test (pull_request) Canceled after 0s
Build App (Preview) / build-linux (pull_request) Canceled after 0s
Build App (Preview) / build-macos (pull_request) Canceled after 0s
Build App (Preview) / build-windows (pull_request) Canceled after 0s
Build App (Preview) / prune-previews (pull_request) Canceled after 0s
Build App (Preview) / compute-version (pull_request) Canceled after 1s
Build Container / build-container (pull_request) Canceled after 4s
Secret Scan / scan (pull_request) Canceled after 6s

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-09-25 09:55:00 -07:00
co-authored by Claude Opus 5.5
parent 99d8493008
commit e198edfb7c
2 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ TASK_TYPE=$(jq -r '.type' "$TASK_FILE")
# mode other than "bypass" means the task may stop early when Claude Code asks
# for permission. In "auto", classifier-blocked actions are denied instead of
# prompted, but if auto mode is unavailable for the session's model/backend,
# Claude Code falls back to prompting and the same stall applies. Unset or unrecognized values pass no flag (Claude's default).
# Claude Code falls back to prompting and the same stall applies.
# Unset or unrecognized values pass no flag (Claude's default).
PERMISSION_ARGS=()
case "${TRIPLE_C_PERMISSION_MODE:-}" in
plan) PERMISSION_ARGS=(--permission-mode plan) ;;