From 3defec78689c90c02fbf5e7a689186a7a5e67c9f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:15:22 +0000 Subject: [PATCH 1/2] Initial plan From 13c3c5f3f97cd4ea43be6dba6209480a32967f06 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:24:38 +0000 Subject: [PATCH 2/2] Add all --json CI validation to cli-build and visualstudio-build workflows Agent-Logs-Url: https://github.com/rajbos/github-copilot-token-usage/sessions/9de39781-72b7-4905-b26d-e7b0d4b841da Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --- .github/workflows/cli-build.yml | 4 ++++ .github/workflows/visualstudio-build.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/workflows/cli-build.yml b/.github/workflows/cli-build.yml index aa88f0de..5aa3fe34 100644 --- a/.github/workflows/cli-build.yml +++ b/.github/workflows/cli-build.yml @@ -120,6 +120,10 @@ jobs: working-directory: cli run: node dist/cli.js usage-analysis --json + - name: Validate all command (batched data for Visual Studio extension) + working-directory: cli + run: node dist/cli.js all --json + - name: Build production bundle working-directory: cli run: npm run build:production diff --git a/.github/workflows/visualstudio-build.yml b/.github/workflows/visualstudio-build.yml index 0bbe3ddd..097dd402 100644 --- a/.github/workflows/visualstudio-build.yml +++ b/.github/workflows/visualstudio-build.yml @@ -130,6 +130,7 @@ jobs: run: | node dist/cli.js chart --json node dist/cli.js usage-analysis --json + node dist/cli.js all --json # ── Bundle CLI as Windows .exe (Node.js SEA) ───────────────────────────