feat: expose duration and token metric outputs - #17
Conversation
🦋 Changeset detectedLatest commit: d5950f7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reachedNext included review available in 36 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Expose execution duration and granular token usage outputs, and enhance the GitHub Actions step summary:
duration-msoutput with the elapsed run duration in milliseconds.total-tokens,input-tokens, andoutput-tokensoutputs for programmatic usage tracking and budgeting.src/input.ts.Related Issues
None
Checklist
.github/–only changes).github/–only community or template updates)Screenshots (if applicable)
Additional Notes
Includes patch changeset
.changeset/expose-metric-outputs.mdand recompileddist/index.mjs.