Skip to content

@refine/api@0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 21:29
· 8 commits to main since this release
7771058

Minor Changes

  • fcc8818: Record every refine in a dedicated usage table with token counts and a cost snapshot computed from the model's list price at request time. Usage rows survive history pruning and privacy settings via optional links to history and session, and the admin usage endpoint now reads stored costs instead of a hardcoded price map. Existing history token data is backfilled into the new table.