Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/expose-metric-outputs.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down