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(11.3-01): add is_public parameter with safe default (false)
The agent was deploying all services as public without asking the user.
Now:
1. Added is_public parameter to DeployServiceArgs (default: false)
2. Preview shows is_public with clear explanation:
- "Service will be INTERNAL only (not accessible from internet)"
- "Service will be PUBLICLY accessible from the internet"
3. Uses args.is_public when creating deployment config
This ensures services are internal by default for safety, and the agent
must explicitly show and confirm public access with the user.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments