Feature Request: Team Member Access to Automation Session Details

Describe the request

We’re using Cloud Agent Automations to run coding tasks on a schedule/via webhooks. Currently, only the automation creator and admins can view detailed session and continue the interaction with AI on the same agent cloud environment by clicking into runs on the Run History page.

Problem

Other team members can only see high-level run history. They can’t inspect what happened during a session, debug failures, or verify changes. “Cloud Agent session unavailable” is shown to them. This limits transparency and makes it harder for teams to collaborate on automated workflows.

Request

Allow team members (with appropriate permissions) to view automation session details the same way they can view interactive Cloud Agent sessions.

Screenshot / Screen Recording

Operating System (if it applies)

Linux

Hey there!

This should already be possible, as long as two conditions are met:

  1. The automation must be team-owned
  2. A iuser must personally have SCM/GitHub access to the repo(s) the agent ran on, meaning they’ll need to connect Github via the Integrations tab and have access to the repo in GitHub.

Is it possible that one of those two things aren’t the case?

Yes, thanks for pointing these two required setups out. The github connection of the teammate wasn’t authorized. He can see the sessions now! Thanks again.