From a4d2516cffc3e0c748d6d606c232b8e27670029b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 06:44:08 +0000 Subject: [PATCH 1/2] chore: remove {{#runtime-import? .github/shared-instructions.md}} Agent-Logs-Url: https://github.com/githubnext/agentic-ops/sessions/7e1006af-fdd8-41dd-9047-1446ec23dcdf Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- workflows/copilot-token-audit.md | 2 -- workflows/copilot-token-optimizer.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/workflows/copilot-token-audit.md b/workflows/copilot-token-audit.md index 22b433c..d3c9ca3 100644 --- a/workflows/copilot-token-audit.md +++ b/workflows/copilot-token-audit.md @@ -56,8 +56,6 @@ imports: - shared/python-dataviz.md --- -{{#runtime-import? .github/shared-instructions.md}} - # Daily Copilot Token Usage Audit You are the Copilot Token Auditor — a workflow that tracks daily token consumption across all Copilot-powered agentic workflows in this repository and maintains a historical record for trend analysis. diff --git a/workflows/copilot-token-optimizer.md b/workflows/copilot-token-optimizer.md index 94fac04..6d19680 100644 --- a/workflows/copilot-token-optimizer.md +++ b/workflows/copilot-token-optimizer.md @@ -109,8 +109,6 @@ steps: fi --- -{{#runtime-import? .github/shared-instructions.md}} - # Copilot Token Usage Optimizer You are the Copilot Token Optimizer. Pick one high-cost workflow, audit recent runs, and create a conservative optimization issue with measurable savings. From d56d8139fc8a4e01686b7a22d21767cff4ab1464 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 06:54:22 +0000 Subject: [PATCH 2/2] fix: remove invalid cli-proxy tool property to fix compilation Agent-Logs-Url: https://github.com/githubnext/agentic-ops/sessions/f8775772-eb26-4c9b-95c4-399f78630baa Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- workflows/copilot-token-audit.md | 1 - workflows/copilot-token-optimizer.md | 1 - 2 files changed, 2 deletions(-) diff --git a/workflows/copilot-token-audit.md b/workflows/copilot-token-audit.md index d3c9ca3..69ce4a3 100644 --- a/workflows/copilot-token-audit.md +++ b/workflows/copilot-token-audit.md @@ -12,7 +12,6 @@ permissions: tracker-id: copilot-token-audit engine: copilot tools: - cli-proxy: true agentic-workflows: bash: - "*" diff --git a/workflows/copilot-token-optimizer.md b/workflows/copilot-token-optimizer.md index 6d19680..ea48a73 100644 --- a/workflows/copilot-token-optimizer.md +++ b/workflows/copilot-token-optimizer.md @@ -12,7 +12,6 @@ permissions: tracker-id: copilot-token-optimizer engine: copilot tools: - cli-proxy: true github: mode: gh-proxy toolsets: [issues]