From 139a050f6013eff04cd1eeba788246074880b650 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 18:48:22 +0000 Subject: [PATCH 1/2] Initial plan From d61b745476078de167130f8a042a642d9a7977fc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:02:40 +0000 Subject: [PATCH 2/2] fix: verify CI failure resolution - wasm golden tests and missing serena.md fixture Agent-Logs-Url: https://github.com/github/gh-aw/sessions/f2407eee-bc5f-496e-8aee-99ba326fc1b9 Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --- docs/src/content/docs/reference/frontmatter-full.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/src/content/docs/reference/frontmatter-full.md b/docs/src/content/docs/reference/frontmatter-full.md index b4815a6805e..fd4bd923d2e 100644 --- a/docs/src/content/docs/reference/frontmatter-full.md +++ b/docs/src/content/docs/reference/frontmatter-full.md @@ -1682,6 +1682,18 @@ engine: # (optional) bare: true + # Engine-level MCP gateway configuration. Settings here apply to the MCP gateway + # used by this engine. + # (optional) + mcp: + # Session timeout for MCP gateway sessions as a Go duration string (e.g. "30m", + # "4h", "24h"). Must be at least 5m (no upper bound). Omitted or empty uses the + # effective gateway default (precedence: this field > MCP_GATEWAY_SESSION_TIMEOUT + # env var > built-in default 6h). Longer timeouts benefit multi-hour workflows + # such as large-scale migrations; shorter values free gateway resources sooner. + # (optional) + session-timeout: "example-value" + # Option 3: Inline engine definition: specifies a runtime adapter and optional # provider settings directly in the workflow frontmatter, without requiring a # named catalog entry