[codex] Show metrics follow-up command#225
Conversation
Co-Authored-By: Codex <codex@openai.com>
There was a problem hiding this comment.
Code Review
This pull request introduces a new Metrics command to the cloud followup commands outputted by the CLI. Specifically, it updates emit_cloud_followup_commands to print the metrics command when a stage index is available, updates the corresponding documentation, and adds unit tests to verify this behavior under both known and unknown stage scenarios. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
Why
Cloud launch follow-up output already pointed users to attach, summary, logs, workers, and cancel commands, but omitted the CLI metrics command even though stage metrics are available through
macrodata jobs metrics.Validation
uv run ruff format --force-exclude src/refiner/cli/run/modes.py tests/cli/test_run_modes.pyuv run ruff check --force-exclude src/refiner/cli/run/modes.py tests/cli/test_run_modes.pyuv run pytest tests/cli/test_run_modes.py