chore: sync actions from gh-aw@v0.78.0 by github-actions[bot] · Pull Request #131 · github/gh-aw-actions (original) (raw)

setup/sh/start_safe_outputs_server.sh

Adds the new safe-outputs redact helper to required dependency verification.

setup/setup.sh

Ensures the new safe-outputs redact helper is copied into the safe-outputs bundle.

setup/md/daily_effective_workflow_exceeded.md

Expands/clarifies the daily ET guardrail report with remediation guidance.

setup/md/agent_failure_comment.md

Adds daily workflow ET guardrail context placeholder to failure comment template.

setup/js/validate_memory_files.cjs

Uses a Set for extension checks and tweaks error output.

setup/js/send_otlp_span.cjs

Merges OTEL_RESOURCE_ATTRIBUTES into resource attrs; improves token counter normalization.

setup/js/safe_outputs_config.cjs

Adds ${ENV} placeholder expansion and redacted debug logging for safe-outputs config.

setup/js/safe_outputs_config_redact.cjs

New helper to redact sensitive config keys for logging.

setup/js/safe_output_handler_manager.cjs

Redacts logged handler config from GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG.

setup/js/permission_denied_helpers.cjs

New shared helper for detecting/extracting permission-denied issues.

setup/js/parse_copilot_log.cjs

Handles a newer Copilot CLI footer token format variant.

setup/js/package.json

Updates @github/copilot-sdk dependency to ^1.0.0.

setup/js/model_multipliers.json

Adds new model multiplier entries.

setup/js/mark_pull_request_as_ready_for_review.cjs

Updates GraphQL mutation naming/result access for “ready for review”.

setup/js/effective_tokens.cjs

Preserves tier qualifiers in compact model identifiers (e.g., mini/nano/pro).

setup/js/effective_token_limits.cjs

Refactors positive token limit parsing via bigint for safer normalization.

setup/js/copilot_sdk_driver.cjs

Adds optional model/provider config and improves log-level typing + stream safety.

setup/js/copilot_harness.cjs

Adds SDK custom provider resolution and improved auth diagnostics; uses shared permission helper.

setup/js/codex_harness.cjs

Uses shared permission-denied helper (deduplication).

setup/js/claude_harness.cjs

Uses shared permission-denied helper (deduplication).

setup/js/check_daily_effective_workflow_guardrail.cjs

Wraps GitHub API interactions in a top-level try/catch to avoid blocking activation.