spawn/packages
L 4a3a6ed27f
fix: suppress Claude Code workspace trust prompt on provisioned VMs (#2192)
The "Quick safety check: Is this a project you created or one you trust?"
prompt fires per-workspace and is not suppressed by hasCompletedOnboarding
or --dangerously-skip-permissions (anthropics/claude-code#28506).

Fix: inject a workspace trust entry keyed by $HOME into ~/.claude.json
with hasTrustDialogAccepted: true. The JSON is now constructed on the
remote side so $HOME resolves to the actual path (/root, /home/user, etc).

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-04 17:11:42 -08:00
..
cli fix: suppress Claude Code workspace trust prompt on provisioned VMs (#2192) 2026-03-04 17:11:42 -08:00
shared refactor: extract inline hook commands to TypeScript scripts (#2174) 2026-03-03 23:05:41 -08:00