From 47ff906e1f24c530dd8318b65763d4fba716eee4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 02:09:52 +0000 Subject: [PATCH 1/2] Initial plan From e4a9acd693064342f0e764fa60c89d7f5de14b8c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 02:12:49 +0000 Subject: [PATCH 2/2] docs(engines): fix model field comment to clarify it as an override example Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/b92ebe54-5e33-4f38-81b5-b9b0089df84c --- docs/src/content/docs/reference/engines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/reference/engines.md b/docs/src/content/docs/reference/engines.md index 1c76430ca0..94f851c4ba 100644 --- a/docs/src/content/docs/reference/engines.md +++ b/docs/src/content/docs/reference/engines.md @@ -48,7 +48,7 @@ Workflows can specify extended configuration for the coding agent: engine: id: copilot version: latest # defaults to latest - model: gpt-5 # defaults to claude-sonnet-4 + model: gpt-5 # example override; omit to use engine default command: /usr/local/bin/copilot # custom executable path args: ["--add-dir", "/workspace"] # custom CLI arguments agent: agent-id # custom agent file identifier