-
Notifications
You must be signed in to change notification settings - Fork 45
[docs] Update documentation for zizmor enhancements from 2025-10-29 #2717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated CLI documentation to reflect enhancements in PR #2701: - Zizmor findings now include documentation URL links - Verbose mode displays Docker command for manual reproduction 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🔍 Smoke Test Investigation - Run #48SummarySmoke OpenCode workflow failed when the agent encountered an Anthropic API error (AI_APICallError) during initial startup. The API call to Failure Details
Root Cause AnalysisPrimary IssueThe OpenCode agent (v0.15.13) failed during initialization with an Anthropic API error: This occurred during the Why This Matters
Is This a Real Problem?This is a transient API infrastructure issue, not a code bug in this PR. However, it represents a workflow robustness problem:
Failed Jobs and ErrorsFailed: agent (38s)Error Type: Failed: create_issue (3s)Error: Succeeded Jobs
Skipped Jobs
Investigation FindingsOpenCode + Anthropic API Failure PatternThis is a recurring pattern affecting OpenCode specifically: Recent Occurrences:
Pattern ID:
Comparison with Other Patterns
Key Difference: In the "no safe-outputs" pattern, the agent completes successfully but doesn't use the create_issue tool. In this pattern, the agent fails entirely due to API errors before doing any work. Recommended Actions🔴 High Priority
🟡 Medium Priority
🟢 Low Priority
Prevention StrategiesImmediate Actions
Long-term Improvements
Historical ContextRelated Issues
Frequency Analysis
Pattern EvolutionOpenCode has shown two distinct failure patterns:
Related PR ContextPR #2717: "[docs] Update documentation for zizmor enhancements from 2025-10-29"
Investigation Metadata
|
Documentation Updates - 2025-10-29
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
Zizmor URL links in error output (from Add URL links and verbose Docker command to zizmor error output #2701)
((redacted))Verbose mode Docker command display (from Add URL links and verbose Docker command to zizmor error output #2701)
--verbosewith--zizmor, displays Docker command for manual reproductionChanges Made
docs/src/content/docs/tools/cli.mdin the "Security Scanning with Zizmor" section:Merged PRs Referenced
Notes
Most changes from the last 24 hours were:
Only PR #2701 introduced new user-facing functionality requiring documentation updates.