You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to gh-aw PR: github/gh-aw#43085 — feat: migrate 10 copilot sub-agents from small to kiwi / mai-code
This PR introduced the kiwi model alias (mapped to copilot/kiwi*, openai/kiwi*) and migrated several production workflows to it. The existing inline sub-agent smoke test (test-copilot-inline-sub-agents.md) uses gpt-5-mini and claude-haiku-4.5 — it does not cover the new kiwi alias at all.
Declare one inline sub-agent with model: kiwi. The parent calls it with a fixed greeting and assembles the response into a create-issue body. This verifies that kiwi resolves at runtime and completes a turn without error.
New fixtures or secrets needed
None — uses the existing githubnext/gh-aw-test repo. However, model availability needs triage: kiwi may not be resolvable in all CI runner environments. If unavailable, the test could be gated behind a --use-samples sample that bypasses the live engine call.
Notes
The existing test-copilot-inline-sub-agents.md already establishes the inline sub-agent fixture pattern; this would be a variant exercise only the new alias.
mai-code (the other new alias from #43085) could be a third test candidate but is deferred here to keep scope minimal.
Filed as an issue rather than a PR because kiwi model availability in the CI environment is uncertain and needs confirmation before adding a live-engine test.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Motivation
Link to gh-aw PR: github/gh-aw#43085 — feat: migrate 10 copilot sub-agents from
smalltokiwi/mai-codeThis PR introduced the
kiwimodel alias (mapped tocopilot/kiwi*,openai/kiwi*) and migrated several production workflows to it. The existing inline sub-agent smoke test (test-copilot-inline-sub-agents.md) usesgpt-5-miniandclaude-haiku-4.5— it does not cover the newkiwialias at all.Proposed test
test-copilot-inline-sub-agent-kiwi.mdworkflow_dispatchcreate-issueMinimal test prompt sketch
Declare one inline sub-agent with
model: kiwi. The parent calls it with a fixed greeting and assembles the response into acreate-issuebody. This verifies thatkiwiresolves at runtime and completes a turn without error.New fixtures or secrets needed
None — uses the existing
githubnext/gh-aw-testrepo. However, model availability needs triage:kiwimay not be resolvable in all CI runner environments. If unavailable, the test could be gated behind a--use-samplessample that bypasses the live engine call.Notes
test-copilot-inline-sub-agents.mdalready establishes the inline sub-agent fixture pattern; this would be a variant exercise only the new alias.mai-code(the other new alias from #43085) could be a third test candidate but is deferred here to keep scope minimal.kiwimodel availability in the CI environment is uncertain and needs confirmation before adding a live-engine test.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.