Skip to content

Conversation

@ereslibre
Copy link
Collaborator

Forward the verbose flag from the CLI to the rover-agent running inside Docker/Podman containers. This ensures that when users run rover commands with the verbose flag, the agent also operates in verbose mode for better debugging visibility.

Changes

  • Import VERBOSE flag from rover-common in both Docker and Podman sandbox implementations
  • Add verbose flag (-v) to the rover-agent arguments when VERBOSE is enabled
  • Applied consistently across both DockerSandbox and PodmanSandbox classes

Closes: #319

@ereslibre ereslibre self-assigned this Nov 28, 2025
@ereslibre ereslibre added this to the v1.7 milestone Nov 28, 2025
@ereslibre ereslibre force-pushed the ereslibre/forward-verbose branch from 74b47ca to 519b59f Compare November 28, 2025 08:15
Copy link
Contributor

@Angelmmiguel Angelmmiguel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ereslibre ereslibre merged commit 699560c into main Nov 28, 2025
5 checks passed
@ereslibre ereslibre deleted the ereslibre/forward-verbose branch November 28, 2025 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow to run rover agent in verbose mode

3 participants