diff --git a/Docs/ASLM/content/docs/PatchNotes/202606261606-Docs-CI-Fix.md b/Docs/ASLM/content/docs/PatchNotes/202606261606-Docs-CI-Fix.md new file mode 100644 index 0000000..824d03f --- /dev/null +++ b/Docs/ASLM/content/docs/PatchNotes/202606261606-Docs-CI-Fix.md @@ -0,0 +1,23 @@ +--- +title: "Docs CI Pipeline Fix" +date: 2026-06-26T16:06:37Z +draft: false +description: "Summary of changes to the Docs CI pipeline to address issues with large inputs." +--- + +## New Features + +* No new features in this release. + +## Bug Fixes + +* **Docs CI Pipeline**: Addressed an issue in the Jules CI workflows (`jules-update-docs.yml` and `jules-update-patchnotes.yml`) where oversized commit diffs could exceed API and shell limits. Implemented truncation for large file lists (capped at 16,384 characters) and commit diffs (capped at 524,288 characters) before they are passed into prompts. +* **Docs CI Pipeline**: Fixed an issue with passing long, multi-line prompts via GitHub Outputs. The workflows now write the prompt to a temporary file (`jules_prompt.txt`) and construct the JSON payload using `jq --rawfile` instead of reading from environment variables. + +## API Changes + +* No API changes in this release. + +## Known Issues + +* No known issues at this time.