Skip to content

Commit 8917ef0

Browse files
authored
Bind docs dev server to IPv4 for workflow readiness checks (#34670)
1 parent 4271625 commit 8917ef0

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ build-docs: deps-docs
670670
.PHONY: dev-docs
671671
dev-docs: deps-docs
672672
@echo "Starting Astro development server..."
673-
@cd docs && npm run dev
673+
@cd docs && npm run dev -- --host 127.0.0.1 --port 4321
674674

675675
.PHONY: preview-docs
676676
preview-docs: build-docs

docs/src/content/docs/agent-factory-status.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ These are experimental agentic workflows used by the GitHub Next team to learn,
2626
| [Artifacts Summary](https://github.com/github/gh-aw/blob/main/.github/workflows/artifacts-summary.md) | copilot | [![Artifacts Summary](https://github.com/github/gh-aw/actions/workflows/artifacts-summary.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/artifacts-summary.lock.yml) | - | - |
2727
| [Auto-Assign Issue](https://github.com/github/gh-aw/blob/main/.github/workflows/daily-assign-issue-to-user.md) | copilot | [![Auto-Assign Issue](https://github.com/github/gh-aw/actions/workflows/daily-assign-issue-to-user.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/daily-assign-issue-to-user.lock.yml) | - | - |
2828
| [Auto-Triage Issues](https://github.com/github/gh-aw/blob/main/.github/workflows/auto-triage-issues.md) | copilot | [![Auto-Triage Issues](https://github.com/github/gh-aw/actions/workflows/auto-triage-issues.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/auto-triage-issues.lock.yml) | - | - |
29+
| [Avenger](https://github.com/github/gh-aw/blob/main/.github/workflows/avenger.md) | claude | [![Avenger](https://github.com/github/gh-aw/actions/workflows/avenger.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/avenger.lock.yml) | `23 * * * *` | - |
2930
| [Basic Research Agent](https://github.com/github/gh-aw/blob/main/.github/workflows/research.md) | copilot | [![Basic Research Agent](https://github.com/github/gh-aw/actions/workflows/research.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/research.lock.yml) | - | - |
3031
| [Blog Auditor](https://github.com/github/gh-aw/blob/main/.github/workflows/blog-auditor.md) | claude | [![Blog Auditor](https://github.com/github/gh-aw/actions/workflows/blog-auditor.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/blog-auditor.lock.yml) | - | - |
3132
| [Bot Detection](https://github.com/github/gh-aw/blob/main/.github/workflows/bot-detection.md) | copilot | [![Bot Detection](https://github.com/github/gh-aw/actions/workflows/bot-detection.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/bot-detection.lock.yml) | `every 6h` | - |
@@ -117,7 +118,7 @@ These are experimental agentic workflows used by the GitHub Next team to learn,
117118
| [Dependabot Worker](https://github.com/github/gh-aw/blob/main/.github/workflows/dependabot-worker.md) | copilot | [![Dependabot Worker](https://github.com/github/gh-aw/actions/workflows/dependabot-worker.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/dependabot-worker.lock.yml) | - | - |
118119
| [Deployment Incident Monitor](https://github.com/github/gh-aw/blob/main/.github/workflows/deployment-incident-monitor.md) | copilot | [![Deployment Incident Monitor](https://github.com/github/gh-aw/actions/workflows/deployment-incident-monitor.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/deployment-incident-monitor.lock.yml) | - | - |
119120
| [Design Decision Gate 🏗️](https://github.com/github/gh-aw/blob/main/.github/workflows/design-decision-gate.md) | claude | [![Design Decision Gate 🏗️](https://github.com/github/gh-aw/actions/workflows/design-decision-gate.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/design-decision-gate.lock.yml) | - | - |
120-
| [Dev](https://github.com/github/gh-aw/blob/main/.github/workflows/dev.md) | copilot | [![Dev](https://github.com/github/gh-aw/actions/workflows/dev.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/dev.lock.yml) | `daily around 9:00` | - |
121+
| [Dev](https://github.com/github/gh-aw/blob/main/.github/workflows/dev.md) | codex | [![Dev](https://github.com/github/gh-aw/actions/workflows/dev.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/dev.lock.yml) | `daily around 9:00` | - |
121122
| [Dev Hawk](https://github.com/github/gh-aw/blob/main/.github/workflows/dev-hawk.md) | copilot | [![Dev Hawk](https://github.com/github/gh-aw/actions/workflows/dev-hawk.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/dev-hawk.lock.yml) | - | - |
122123
| [Developer Documentation Consolidator](https://github.com/github/gh-aw/blob/main/.github/workflows/developer-docs-consolidator.md) | claude | [![Developer Documentation Consolidator](https://github.com/github/gh-aw/actions/workflows/developer-docs-consolidator.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/developer-docs-consolidator.lock.yml) | - | - |
123124
| [Dictation Prompt Generator](https://github.com/github/gh-aw/blob/main/.github/workflows/dictation-prompt.md) | copilot | [![Dictation Prompt Generator](https://github.com/github/gh-aw/actions/workflows/dictation-prompt.lock.yml/badge.svg)](https://github.com/github/gh-aw/actions/workflows/dictation-prompt.lock.yml) | `weekly on sunday around 6:00` | - |

docs/src/content/docs/reference/model-tables.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Vendor aliases map a short name to one or more provider-scoped glob patterns. Th
2929
| `gpt-4.1` | `copilot/gpt-4.1*`, `openai/gpt-4.1*` |
3030
| `gpt-5` | `copilot/gpt-5*`, `openai/gpt-5*` |
3131
| `gpt-5.4` | `copilot/gpt-5.4*`, `openai/gpt-5.4*` |
32+
| `gpt-5.3` | `copilot/gpt-5.3*`, `openai/gpt-5.3*` |
3233
| `gpt-5-mini` | `copilot/gpt-5*mini*`, `openai/gpt-5*mini*` |
3334
| `gpt-5-nano` | `copilot/gpt-5*nano*`, `openai/gpt-5*nano*` |
3435
| `gpt-5-codex` | `copilot/gpt-5*codex*`, `openai/gpt-5*codex*` |
@@ -53,20 +54,18 @@ Vendor aliases map a short name to one or more provider-scoped glob patterns. Th
5354
### Meta-Aliases
5455

5556
Meta-aliases reference other aliases by name. They are resolved recursively until a concrete pattern is reached.
56-
Some meta-aliases also bake in model parameters (for example, `opusplan` sets `effort=high`).
5757

5858
| Meta-alias | Expands to |
5959
|------------|------------|
60+
| `opusplan` | `opus?effort=high` |
6061
| `small` | `mini` |
6162
| `mini` | `haiku``gpt-5-mini``gpt-5-nano``gemini-flash-lite` |
62-
| `opusplan` | `opus?effort=high` |
6363
| `large` | `sonnet``gpt-5-pro``gpt-5``gemini-pro` |
64-
| `auto` | `large` |
65-
| `agent` | `sonnet-6x``gpt-5.4``gpt-5``gemini-pro``haiku``any` |
66-
| `copilot` | `agent``gpt-5.4``sonnet``gpt-5``any` |
67-
| `claude` | `agent``sonnet-6x``haiku``any` |
68-
| `codex` | `agent``gpt-5-codex``gpt-5``any` |
69-
| `gemini` | `agent``gemini-pro``gemini-flash``any` |
64+
| `agent` | `sonnet-6x``gpt-5.4``gpt-5.3``gemini-pro``any` |
65+
| `copilot` | `agent` |
66+
| `claude` | `agent` |
67+
| `codex` | `agent` |
68+
| `gemini` | `agent` |
7069
| `summarization` | `haiku``gpt-5-mini``gemini-flash-lite``mini` |
7170

7271
## Model Multipliers

0 commit comments

Comments
 (0)