From ce6b3a2225e88ea4c3b95f45fa849891e9e49548 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Apr 2026 21:09:58 +0000 Subject: [PATCH 1/2] Initial plan From c3f73876fea619ad222208b0afa8bd9c53b0f375 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Apr 2026 21:21:43 +0000 Subject: [PATCH 2/2] fix: correct broken anchor link in agentic-observability-kit.md Agent-Logs-Url: https://github.com/github/gh-aw/sessions/bfa71259-def0-44ac-aaef-18704db9dce0 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/patterns/agentic-observability-kit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/patterns/agentic-observability-kit.md b/docs/src/content/docs/patterns/agentic-observability-kit.md index 9b19b0f2179..959d3811751 100644 --- a/docs/src/content/docs/patterns/agentic-observability-kit.md +++ b/docs/src/content/docs/patterns/agentic-observability-kit.md @@ -300,7 +300,7 @@ For organization-wide or enterprise-wide deployment, it is also a poor fit as a The kit does not replace the lower-level debugging tools. - Use [`gh aw logs`](/gh-aw/reference/audit/#gh-aw-logs---format-fmt) to inspect cross-run trends directly. -- Use [`gh aw audit`](/gh-aw/reference/audit/#gh-aw-audit-run-id-or-url) for a detailed single-run report. +- Use [`gh aw audit`](/gh-aw/reference/audit/#gh-aw-audit-run-id-or-url-run-id-or-url) for a detailed single-run report. - Use [Cost Management](/gh-aw/reference/cost-management/) to understand Actions minutes, inference spend, and optimization levers. - Use [Cross-Repository Operations](/gh-aw/reference/cross-repository/) and [MultiRepoOps](/gh-aw/patterns/multi-repo-ops/) when the observability workflow needs to read or coordinate across multiple repositories.