You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Correct 'single command' sections to actually launch proxy + Claude Code
The "En une seule commande" sections were incorrectly identical to Terminal2,
only launching Claude Code without the proxy. This would fail if the proxy
wasn't already running.
Changes:
- Windows: Added Start-Job to launch proxy in background before Claude Code
- macOS: Added background proxy launch with & and sleep 3 for startup delay
- Linux: Added background proxy launch with & and sleep 3 for startup delay
- All: Added explicit comment explaining the command launches both components
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments