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
[codecane] Add SDK environment info display for testing
Added getEnvironmentInfo() method to CodebuffClient that exposes both raw NEXT_PUBLIC_* environment variables and computed SDK constants (WEBSITE_URL, BACKEND_URL, WEBSOCKET_URL, IS_DEV, IS_TEST, IS_PROD).
Updated CLI welcome message to display SDK environment alongside CLI environment variables. This helps verify that env vars are flowing correctly through the build pipeline: build process -> CLI binary -> SDK.
Changes marked with [TEST] comments for easy identification and removal.
0 commit comments