Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Releases: beagleworks/ccreset

v1.3.1

19 Mar 01:53

Choose a tag to compare

Changed

  • Increased usage cache fresh TTL from 60 seconds to 180 seconds to reduce 429 errors with multiple sessions

Fixed

  • Fixed tests reading real cache file instead of mock data, causing environment-dependent failures

v1.3.0

17 Mar 15:01

Choose a tag to compare

Added

  • Added a persistent usage cache with a 60-second fresh TTL to reduce API calls from statusline polling
  • Added 30-minute stale-cache reuse for non-429 API and network failures

Changed

  • Rate limiting now displays [429 error] instead of the generic fallback output
  • HTTP 429 responses now trigger a 5-minute backoff window before retrying the usage API

v1.2.1

07 Mar 20:56

Choose a tag to compare

1.2.1

Fixed

  • Restored bunx ccreset output by moving execution into a dedicated CLI entrypoint

Added

  • Added a CLI bootstrap test that verifies direct execution prints the fallback output shape

v1.2.0

07 Mar 20:14

Choose a tag to compare

1.2.0

Added

  • Added Node.js standard-library tests for formatter, credentials, API, and CLI execution paths

Changed

  • Added npm test and wired npm publish CI to run tests before publishing
  • Declared Node.js >=18 in package metadata

Fixed

  • Made README screenshots resolve correctly in published package contexts
  • Fixed GitHub Pages landing page logo navigation for the project-site path