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 3 bugs and 1 rough-edge in auth and workspace handlers
Bug 1: Non-interactive login (--api-key) crashed because the API
validation endpoint returns a welcome message, not workspace data.
Now stores API key directly with workspace URL from the response.
Bug 2: auth status failed after set-workspace because it read from
get_conditional_configuration_variable which didn't see the config
file updates. Now reads directly from the config file via _load_config.
Bug 3: workspace get with invalid ID showed raw Python traceback.
Now catches RoboflowError and shows a clean error message.
Rough-edge: workspace get now shows human-readable text in non-JSON
mode instead of dumping raw JSON.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments