xworkspace-console/.github
Haitao Pan 5a76c5ed06 fix(deploy): on-host bootstrap defaults to online mode (pull fixed main playbooks)
The deploy job ran curl|bash with no AI_WORKSPACE_OFFLINE_MODE -> auto -> stale
offline package, which still ships the pinned-Chrome / root-PGDATA playbooks that
were already fixed in playbooks main. Pipeline kept failing at the Chrome task.

- run-on-host-bootstrap.sh: thread AI_WORKSPACE_OFFLINE_MODE (default off) into the
  remote env so the bootstrap git-clones latest main instead of the stale package.
- workflow: add offline_mode input (off|auto|force, default off); flip back to auto
  once the offline package is republished with the fixes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-25 22:47:14 +08:00
..
workflows fix(deploy): on-host bootstrap defaults to online mode (pull fixed main playbooks) 2026-06-25 22:47:14 +08:00