From 48d769ce42dafa09455a173340c014a04f6ef71e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 10:54:22 +0000 Subject: [PATCH] Sync github-agentic-workflows.md with v0.68.1 Add engine.bare field introduced in v0.68.1 (#25661). Co-Authored-By: Claude Sonnet 4.6 --- .github/aw/github-agentic-workflows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/aw/github-agentic-workflows.md b/.github/aw/github-agentic-workflows.md index 65afbbe840a..f23e8e46df5 100644 --- a/.github/aw/github-agentic-workflows.md +++ b/.github/aw/github-agentic-workflows.md @@ -414,6 +414,7 @@ The YAML frontmatter supports these fields: args: ["--verbose"] # Optional: custom CLI arguments injected before prompt (array) api-target: api.acme.ghe.com # Optional: custom API endpoint hostname for GHEC/GHES (hostname only, no protocol/path) command: /usr/local/bin/copilot # Optional: override default engine executable (skips installation) + bare: true # Optional: disable automatic context loading (copilot: suppresses AGENTS.md/user instructions; claude: suppresses CLAUDE.md memory files). Unsupported engines emit a compiler warning. (default: false) token-weights: # Optional: custom token cost weights for effective token computation multipliers: my-custom-model: 2.5 # 2.5x the cost of claude-sonnet-4.5 (= 1.0)