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: sanitize error messages to prevent leaking internal details
- Remove raw HTTP response bodies and status codes from OAuth errors
- Replace all %v error prints with api.UserMessageVerbose() which
returns the APIError message when available or a safe generic
fallback otherwise
- Add debug: line with raw error when CREATEOS_DEBUG is set
- Replace pterm table render errors with generic message
- Replace TUI catalog/skills error displays with generic message
- Add Hint() display for API errors in main.go
0 commit comments