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
Updated the client configuration to better support cloud environments by modifying URL construction and connection logic. Separate local and cloud endpoint handling to ensure proper URL formatting for different deployment scenarios.
Modified cloud URL construction to use the provided API endpoint directly instead of concatenating with a hardcoded domain
Added explicit local flag storage and conditional connection testing
Updated the URL construction method to handle local vs cloud scenarios differently
v0.2.21: Merge pull request #16 from Gahnxd/doc-comments