Skip to content

Updated to gateway v0.0.96#617

Merged
lpcox merged 1 commit intomainfrom
lpcox/mcp-stress-test
Feb 3, 2026
Merged

Updated to gateway v0.0.96#617
lpcox merged 1 commit intomainfrom
lpcox/mcp-stress-test

Conversation

@lpcox
Copy link
Collaborator

@lpcox lpcox commented Feb 3, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 3, 2026 23:12
@lpcox lpcox merged commit dc36929 into main Feb 3, 2026
3 checks passed
@lpcox lpcox deleted the lpcox/mcp-stress-test branch February 3, 2026 23:12
@lpcox lpcox restored the lpcox/mcp-stress-test branch February 3, 2026 23:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the workflow to use gateway version v0.0.96 along with several other component version updates and improvements to workflow structure and documentation.

Changes:

  • Updated gateway (gh-aw-mcpg) from v0.0.84 to v0.0.96
  • Updated awf from v0.11.2 to v0.13.1
  • Updated claude-code CLI from 2.1.25 to 2.1.29
  • Migrated from remote githubnext/gh-aw actions to local ./actions/setup with sparse checkout
  • Changed output format from json to stream-json with improved logging
  • Enhanced report structure guidelines with progressive disclosure patterns
  • Improved DEBUG environment variable handling
  • Added new job outputs for better error tracking (checkout_pr_success, create_discussion_error_count/errors)
  • Updated documentation URLs from githubnext.github.io to github.github.com

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

awf_version: "v0.11.2",
awmg_version: "v0.0.84",
awf_version: "v0.13.1",
awmg_version: "v0.0.94",
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

Version mismatch detected: The docker image uses ghcr.io/github/gh-aw-mcpg:v0.0.96 (lines 173, 455), but the awmg_version metadata field is set to v0.0.94. These should match to accurately reflect the deployed version. Please update this line to use v0.0.96 to match the actual docker image version being deployed.

Suggested change
awmg_version: "v0.0.94",
awmg_version: "v0.0.96",

Copilot uses AI. Check for mistakes.
env:
GH_AW_AGENT_OUTPUT: ${{ env.GH_AW_AGENT_OUTPUT }}
GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG: "{\"create_issue\":{\"expires\":48,\"labels\":[\"cookie\"],\"max\":1},\"missing_data\":{},\"missing_tool\":{},\"noop\":{\"max\":1}}"
GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG: "{\"create_issue\":{\"expires\":48,\"labels\":[\"cookie\"],\"max\":1},\"missing_data\":{},\"missing_tool\":{}}"
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The prompt instructs the agent to call the "noop" tool if no other safe output tool calls were made (line 584), but the safe outputs handler configuration no longer includes the "noop" configuration (line 1337). This discrepancy could cause the agent to call a tool that won't be properly handled. Either remove the "noop" instruction from the prompt or add "noop" back to the handler configuration.

Suggested change
GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG: "{\"create_issue\":{\"expires\":48,\"labels\":[\"cookie\"],\"max\":1},\"missing_data\":{},\"missing_tool\":{}}"
GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG: "{\"create_issue\":{\"expires\":48,\"labels\":[\"cookie\"],\"max\":1},\"missing_data\":{},\"missing_tool\":{},\"noop\":{}}"

Copilot uses AI. Check for mistakes.
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.

1 participant