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

setup/md/safe_outputs_push_to_pr_branch.md

Documents multi-checkout considerations and credential/network constraints for safeoutputs pushing.

setup/js/route_slash_command.cjs

Adds step-summary routing diagnostics and refactors command parsing to reuse the derived command.

setup/js/package.json

Adds @github/copilot-sdk dev dependency.

setup/js/model_multipliers.json

Adds/updates model multiplier entries for new model IDs.

setup/js/invocation_context_helpers.cjs

Falls back to per-handler safe-output allowlists when no global allowlist is configured.

setup/js/copilot_sdk_sidecar.cjs

Supports fully engine-generated headless server arg lists (serverArgs) in addition to legacy extraArgs.

setup/js/copilot_sdk_driver.cjs

New SDK driver to run sessions and serialize SDK events into JSONL for timeline rendering.

setup/js/copilot_harness.cjs

Adds SDK-mode stdin options parsing and routes execution through the SDK driver with shared retry logic.