Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions Docs/ASLM/content/docs/PatchNotes/202606261606-Docs-CI-Fix.md
Original file line number Diff line number Diff line change
@@ -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.
Loading