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
Tools read `OPEN_DESIGN_URL` from the environment. Do not pass a URL argument, compose URLs manually, or guess localhost ports.
28
+
Resolve the tool `baseUrl` from approved configuration or explicit user/lead-provided context before calling Open Design tools. Do not invent, guess, or hardcode a URL. If no approved `baseUrl` is available, stop and ask for the missing configuration/context instead of trying a fallback.
29
29
30
30
## PRODUCT.md and DESIGN.md
31
31
@@ -44,6 +44,9 @@ Use only the Open Design tools:
44
44
-`open_design_create_project`
45
45
-`open_design_run_design`
46
46
47
+
Pass the resolved `baseUrl` to every Open Design tool call, including health,
0 commit comments