Skip to content

chore: sync actions from gh-aw@v0.87.10 - #222

Merged
pelikhan merged 1 commit into
mainfrom
sync/gh-aw-v0.87.10
Aug 31, 2026
Merged

chore: sync actions from gh-aw@v0.87.10#222
pelikhan merged 1 commit into
mainfrom
sync/gh-aw-v0.87.10

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated sync of actions from gh-aw at v0.87.10.

@pelikhan
pelikhan marked this pull request as ready for review August 31, 2026 03:03
Copilot AI balanced review requested due to automatic review settings August 31, 2026 03:03
@pelikhan
pelikhan merged commit bc8c008 into main Aug 31, 2026
4 checks passed
@pelikhan
pelikhan deleted the sync/gh-aw-v0.87.10 branch August 31, 2026 03:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

Runtime-relative stop times reset their deadline on every run instead of retaining the compilation-time anchor.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Syncs runtime actions from gh-aw v0.87.10.

Changes:

  • Migrates MCP gateway authentication to agent IDs.
  • Adds Copilot SDK tool controls, web fetching, cooldown checks, and telemetry.
  • Updates provider routing and AI-credit accounting.
File summaries
File Description
setup/sh/stop_mcp_gateway.sh Uses agent ID during shutdown
setup/sh/start_mcp_gateway.sh Migrates gateway startup contract
setup/sh/check_mcp_servers.sh Renames authentication argument
setup/js/trace_graders.cjs Validates grader severity
setup/js/testdata/copilot_sdk_web_fetch_contract.json Adds web-fetch contract fixture
setup/js/start_mcp_gateway.cjs Migrates gateway authentication
setup/js/send_otlp_span.cjs Adds grader and eval telemetry
setup/js/pi_provider.cjs Routes OpenAI through Responses API
setup/js/pi_models_json.cjs Selects provider API families
setup/js/pi_agent_core_driver.cjs Supports OpenAI Responses models
setup/js/parse_token_usage.cjs Improves deduplication and credit output
setup/js/parse_mcp_gateway_log.cjs Uses AWF-reported AI credits
setup/js/mount_mcp_as_cli.cjs Migrates mounted MCP authentication
setup/js/model_costs.cjs Handles explicit cache semantics
setup/js/fixtures/awf-v0.28.7-aic-token-usage.jsonl Adds AI-credit fixture data
setup/js/copilot_sdk_web_fetch.cjs Adds proxy-enforced web fetching
setup/js/copilot_sdk_tool_config.cjs Adds compiler-controlled tool filtering
setup/js/copilot_sdk_session.cjs Applies tool configuration to sessions
setup/js/copilot_sdk_driver.cjs Loads the structured tool contract
setup/js/codex_harness.cjs Detects unsupported tool schemas
setup/js/check_stop_time.cjs Supports runtime relative stop times
setup/js/check_cooldown.cjs Adds workflow cooldown gating
setup/js/add_reaction_and_edit_comment.cjs Consolidates event-field validation
Review details
  • Files reviewed: 23/23 changed files
  • Comments generated: 1
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

let stopTimeDate;
if (isRelativeStopTime(stopTime)) {
try {
stopTimeDate = resolveRelativeStopTime(stopTime, new Date());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants