From e05495708f1a313ba30b0698aad90ea263b7b304 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Feb 2026 04:21:47 +0000 Subject: [PATCH 1/2] Initial plan From ea004198eea8ce83ffa1493792945d6a9a369e21 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Feb 2026 04:25:27 +0000 Subject: [PATCH 2/2] docs: replace unsafe expression example with placeholder in post-processing pattern Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .../content/docs/guides/deterministic-agentic-patterns.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/src/content/docs/guides/deterministic-agentic-patterns.md b/docs/src/content/docs/guides/deterministic-agentic-patterns.md index 3423279e322..b601defd048 100644 --- a/docs/src/content/docs/guides/deterministic-agentic-patterns.md +++ b/docs/src/content/docs/guides/deterministic-agentic-patterns.md @@ -135,11 +135,7 @@ safe-outputs: inputs: summary: {required: true, type: string} steps: - - run: | - echo "## 🤖 AI Code Review\n\n${{ inputs.summary }}" > /tmp/report.md - gh pr comment ${{ github.event.pull_request.number }} --body-file /tmp/report.md - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - ... --- # Code Review Agent