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",