Merge remote-tracking branch 'origin/master' into worktree/fix-minimal-preset-prompt

# Conflicts:
#	apps/cli/config/agent-presets/minimal/preset.yml
This commit is contained in:
Yichen Jiang
2026-08-10 21:05:29 +08:00
101 changed files with 1385 additions and 269 deletions

View File

@@ -19,7 +19,7 @@ fi
archive="${RUNNER_TEMP}/bubblewrap_${BUBBLEWRAP_VERSION}_amd64.deb"
root="${RUNNER_TEMP}/dsh-bubblewrap"
curl --fail --silent --show-error --location --retry 3 --output "$archive" "$BUBBLEWRAP_URL"
curl --fail --silent --show-error --location --retry 3 --retry-all-errors --output "$archive" "$BUBBLEWRAP_URL"
printf '%s %s\n' "$BUBBLEWRAP_SHA256" "$archive" | sha256sum --check --status
mkdir -p "$root"
dpkg-deb --extract "$archive" "$root"