[docs] Update documentation for features from 2025-11-21#4451
Merged
Conversation
Updated documentation based on merged pull requests from the last 24 hours. Features documented: - --progress flag for run command (PR #4450) - Noop message parsing in logs/audit commands (PR #4428) - close-discussion safe output type (PR #4411) - debug-agentic-workflow custom agent (PR #4449) - Audit command suggestion in run output (PR #4445) Changes: - Updated docs/setup/cli.md to document --progress flag and noop parsing - Updated docs/reference/safe-outputs.md to add close-discussion safe output - Updated docs/reference/custom-agents.md to mention debug-agentic-workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2025-11-21
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
runcommand (from Add --progress flag to run command for agent CLI keepalive #4450) - Enables timer-based progress messages for long-running workflowslogsandauditcommands (from Add noop message parsing to logs and audit commands #4428) - Displays noop stats in overview table and JSON outputrunoutput (from Add audit command suggestion to run command output #4445) - Provides guidance to analyze runs after triggeringChanges Made
docs/setup/cli.md:
--progressflag toruncommand documentationlogscommand to mention noop message columnauditcommand to mention noop messages in outputdocs/reference/safe-outputs.md:
close-discussionto safe output types tabledocs/reference/custom-agents.md:
Merged PRs Referenced
Documentation Guidelines
All changes follow the Diátaxis framework and documentation guidelines from
.github/instructions/documentation.instructions.md: