From c654d2d3693920d192e5d4334b6f66980c6ea4a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 10:59:45 +0000 Subject: [PATCH] [docs] Daily documentation updates - 2026-05-10 Sync reference docs with two user-facing changes from the last 24 hours: - Add `printf` and `yq` to the documented default bash allow-list in tools.md (`printf` was added in #31286 to unblock JSON-on-stdin safeoutputs no-op pipelines; `yq` was already in DefaultBashTools but had been omitted from the docs). - Add the new `gemini-flash-lite` vendor alias to the model-alias specification table and update the `mini` meta-alias to resolve to `gemini-flash-lite` instead of `gemini-flash` (#31283). Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/src/content/docs/reference/model-alias-specification.md | 3 ++- docs/src/content/docs/reference/tools.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/reference/model-alias-specification.md b/docs/src/content/docs/reference/model-alias-specification.md index b1f9c9376f8..7b7cb9f8b0f 100644 --- a/docs/src/content/docs/reference/model-alias-specification.md +++ b/docs/src/content/docs/reference/model-alias-specification.md @@ -539,6 +539,7 @@ AWF ships the following builtin aliases. Workflow frontmatter definitions (and i | `gpt-5-codex` | `copilot/gpt-5*codex*`, `openai/gpt-5*codex*` | | `reasoning` | `copilot/o1*`, `copilot/o3*`, `copilot/o4*`, `openai/o1*`, `openai/o3*`, `openai/o4*` | | `gemini-flash` | `copilot/gemini-*flash*`, `google/gemini-*flash*` | +| `gemini-flash-lite` | `copilot/gemini-*flash*lite*`, `google/gemini-*flash*lite*`, `gemini/gemini-*flash*lite*` | | `gemini-pro` | `copilot/gemini-*pro*`, `google/gemini-*pro*` | ### 9.2 Meta-Aliases @@ -546,7 +547,7 @@ AWF ships the following builtin aliases. Workflow frontmatter definitions (and i | Alias | Resolves to (in order) | |-------|------------------------| | `small` | `mini` | -| `mini` | `haiku`, `gpt-5-mini`, `gpt-5-nano`, `gemini-flash` | +| `mini` | `haiku`, `gpt-5-mini`, `gpt-5-nano`, `gemini-flash-lite` | | `large` | `sonnet`, `gpt-5`, `gemini-pro` | | `auto` | `large` | diff --git a/docs/src/content/docs/reference/tools.md b/docs/src/content/docs/reference/tools.md index c018586d43d..4f1fe6a3b81 100644 --- a/docs/src/content/docs/reference/tools.md +++ b/docs/src/content/docs/reference/tools.md @@ -40,7 +40,7 @@ See **[GitHub Tools Reference](/gh-aw/reference/github-tools/)** for complete co ### Bash Tool (`bash:`) -Enables shell command execution in the workspace. Defaults to safe commands (`echo`, `ls`, `pwd`, `cat`, `head`, `tail`, `grep`, `wc`, `sort`, `uniq`, `date`). +Enables shell command execution in the workspace. Defaults to safe commands (`echo`, `printf`, `ls`, `pwd`, `cat`, `head`, `tail`, `grep`, `wc`, `sort`, `uniq`, `date`, `yq`). ```yaml wrap tools: