cluster agents are not listed
running glab cluster agent list returns an empty list although kubernetes agent is defined and listed for the project.
output running the glab cli
$ glab version
glab version 1.41.0
$ glab cluster agent list
No agents available on ou-isg/kubernetes/isg-openai-portal
ID Name Created At
listing the agents in the webui

the glab cli application hase these scopes:
- api (Access the authenticated user's API)
- read_user (Read the authenticated user's personal information)
- k8s_proxy (Grants permission to perform Kubernetes API calls using the agent for Kubernetes.)
- read_repository (Allows read-only access to the repository)
- write_repository (Allows read-write access to the repository)
- openid (Authenticate using OpenID Connect)
- profile (Allows read-only access to the user's personal information using OpenID Connect)
i'm expecting to see the same agents listed in the cli as the ui is listing. am i missing something?
Edited by Matthias Gabathuler