chore: sync actions from gh-aw@v0.77.4 by github-actions[bot] · Pull Request #127 · github/gh-aw-actions (original) (raw)
setup/sh/setup_cache_memory_git.sh
Reorders/extends hook disabling to recover when git config fails due to corruption.
setup/sh/setup_cache_memory_git_test.sh
Adds a regression test for missing HEAD corruption recovery and renumbers subsequent tests.
setup/sh/sanitize_repo_memory_filenames.sh
Disables bash history expansion before strict mode.
setup/sh/print_prompt_summary.sh
Adds shebang, disables history expansion, and enables strict bash options.
setup/sh/install_copilot_cli.sh
Uses $HOME, safer chown, and prefers Copilot CLI from runner toolcache before downloading.
setup/sh/generate_git_patch.sh
Adds shebang and disables history expansion.
setup/sh/create_prompt_first.sh
Adds shebang and disables history expansion.
setup/sh/create_gh_aw_tmp_dir.sh
Adds shebang and disables history expansion.
setup/sh/create_cache_memory_dir.sh
Adds shebang and disables history expansion.
setup/md/safe_outputs_prompt.md
Adds retry limits and guidance to avoid inspecting infrastructure internals after failures.
setup/md/repo_memory_prompt.md
Removes a redundant heading block from the prompt template.
setup/md/mcp_cli_tools_prompt.md
Simplifies headings and tweaks section labels.
setup/md/daily_effective_workflow_exceeded.md
New template for “daily workflow ET guardrail exceeded” messaging.
setup/md/agent_failure_issue.md
Adds the daily-workflow ET guardrail context placeholder.
setup/js/update_pull_request_branches.cjs
Adjusts skip logging and moves update delay to occur before subsequent PR updates.
setup/js/update_activation_comment.cjs
Adds cross-repo fallback comment support via targetRepo + targetGithubClient.
setup/js/setup_threat_detection.cjs
Makes prompt context optional (soft check) so detection can continue with fallback context.
setup/js/safeoutputs_cli.cjs
New shared helper to emit safeoutputs via CLI (missing_tool/report_incomplete).
setup/js/safe_outputs_tools.json
Updates tool schemas/descriptions (temporary_id formats, comment constraints, repo targeting notes, etc.).
setup/js/safe_output_handler_manager.cjs
Partitions fatal vs “report-only” failures (assign_to_agent) and exports helpers.
setup/js/safe_output_execution_metadata.cjs
Adds SEC-004 exemption note for hashing comment bodies.
setup/js/runtime_import.cjs
Preserves frontmatter for agent/skill runtime-imports; continues stripping elsewhere.
setup/js/push_to_pull_request_branch.cjs
Cross-repo fallback activation comments and skips activation comment on empty commits.
setup/js/process_runner.cjs
Adds helpers to detect/forward COPILOT_SDK_URI into child process env.
setup/js/pick_experiment.cjs
Removes emoji from the experiment assignments summary header.
setup/js/mark_pull_request_as_ready_for_review.cjs
Adds cross-repo resolution/validation via repo helper utilities.
setup/js/link_sub_issue.cjs
Adds cross-repo resolution/validation via repo helper utilities.
setup/js/handle_agent_failure.cjs
Adds daily ET guardrail context and avoids double-reporting ET hard-rail as generic engine failure.
setup/js/generate_git_patch.cjs
Improves incremental-mode error message with repo/checkout guidance.
setup/js/generate_git_bundle.cjs
Improves incremental-mode error message with repo/checkout guidance.
setup/js/find_repo_checkout.cjs
Treats .git as dir or file (gitdir link) when locating repo checkouts.
setup/js/effective_tokens_hard_rail.cjs
New helper to detect “maximum effective tokens exceeded” signals.
setup/js/effective_tokens_context.cjs
Expands firewall log probing paths, parses max ET with suffixes, and detects hard-rail via agent stdio logs.
setup/js/effective_token_limits.cjs
New parsing helpers for ET limits like 200k / 2m.
setup/js/daily_effective_workflow_helpers.cjs
New utilities to find/sum ET usage from artifacts and compute stats.
setup/js/create_pull_request.cjs
Improves bundle HEAD-only handling and refines protected-file fallback push behavior.
setup/js/copilot_sdk_sidecar.cjs
New sidecar process manager for headless Copilot CLI SDK server mode.
setup/js/copilot_harness.cjs
Adds SDK env forwarding/sidecar startup, emits safeoutputs via CLI helper, and treats ET hard-rail as non-retryable.
setup/js/codex_harness.cjs
Treats ET hard-rail as non-retryable and uses shared safeoutputs CLI emission for missing_tool.
setup/js/close_pull_request.cjs
Adds cross-repo resolution/validation via repo helper utilities.
setup/js/close_discussion.cjs
Adds cross-repo resolution/validation via repo helper utilities.
setup/js/claude_harness.cjs
Treats ET hard-rail as non-retryable and uses shared safeoutputs CLI emission for missing_tool.
setup/js/check_daily_effective_workflow_guardrail.cjs
New guardrail to block workflows exceeding a 24h effective-token budget and write a summary.
setup/js/assign_milestone.cjs
Adds cross-repo support and milestone title resolution/auto-create behavior.