From f5ac1caa73be47f4140436d4e3cc56d83329a666 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 03:58:14 +0000 Subject: [PATCH] Version Packages --- .changeset/expose-metric-outputs.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/expose-metric-outputs.md diff --git a/.changeset/expose-metric-outputs.md b/.changeset/expose-metric-outputs.md deleted file mode 100644 index de75f96..0000000 --- a/.changeset/expose-metric-outputs.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@pungrumpy/cursor-action": patch ---- - -Expose execution duration and granular token usage outputs: - -- Add `duration-ms` output reporting run duration in milliseconds. -- Add `total-tokens`, `input-tokens`, and `output-tokens` outputs for agent usage tracking. -- Display input, output, cached, and total tokens in the GitHub Actions job summary table. -- Remove em dash in timeout warning message. -- Synchronize package description and reference documentation. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6c598..cd49ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @pungrumpy/cursor-action +## 1.0.3 + +### Patch Changes + +- a289b51: Expose execution duration and granular token usage outputs: + + - Add `duration-ms` output reporting run duration in milliseconds. + - Add `total-tokens`, `input-tokens`, and `output-tokens` outputs for agent usage tracking. + - Display input, output, cached, and total tokens in the GitHub Actions job summary table. + - Remove em dash in timeout warning message. + - Synchronize package description and reference documentation. + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index ce4f439..5b92d1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pungrumpy/cursor-action", - "version": "1.0.2", + "version": "1.0.3", "description": "Run cursor-agent in CI pipelines using the official @cursor/sdk", "keywords": [ "ai",