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 the gh-aw PR: github/gh-aw#43911 — fix: add maxLength: 65536 to create_issue and create_discussion body fields
create_issue.body and create_discussion.body lacked an explicit maxLength, so the SM-IS-01 validator applied a 10 KB global cap and silently truncated large bodies. The fix adds maxLength: 65536 to both fields. There is currently no regression test verifying that a body larger than 10 KB is not truncated.
Instruct the agent to create an issue whose body is a generated text block of approximately 12–15 KB (e.g. a numbered list with enough entries to exceed 10 KB). The E2E harness can assert that the created issue body length exceeds 10,000 characters, confirming the old cap is not applied.
New fixtures or secrets needed
None — standard create-issue safe output within githubnext/gh-aw-test.
Notes
The samples: block in the source .md should include a body that is realistically large (>10 KB) so --use-samples mode also exercises the boundary. This scenario applies equally to create-discussion (github/gh-aw#43911 fixed both), but a single create-issue test is sufficient for the initial regression. Cross-engine coverage (claude, codex) is straightforward once the copilot variant passes.
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 the gh-aw PR: github/gh-aw#43911 — fix: add maxLength: 65536 to create_issue and create_discussion body fields
create_issue.bodyandcreate_discussion.bodylacked an explicitmaxLength, so the SM-IS-01 validator applied a 10 KB global cap and silently truncated large bodies. The fix addsmaxLength: 65536to both fields. There is currently no regression test verifying that a body larger than 10 KB is not truncated.Proposed test
test-copilot-create-issue-large-body.mdworkflow_dispatchcreate-issueMinimal test prompt sketch
Instruct the agent to create an issue whose body is a generated text block of approximately 12–15 KB (e.g. a numbered list with enough entries to exceed 10 KB). The E2E harness can assert that the created issue body length exceeds 10,000 characters, confirming the old cap is not applied.
New fixtures or secrets needed
None — standard
create-issuesafe output withingithubnext/gh-aw-test.Notes
The
samples:block in the source.mdshould include a body that is realistically large (>10 KB) so--use-samplesmode also exercises the boundary. This scenario applies equally tocreate-discussion(github/gh-aw#43911 fixed both), but a singlecreate-issuetest is sufficient for the initial regression. Cross-engine coverage (claude, codex) is straightforward once the copilot variant passes.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.