Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 486 Bytes

File metadata and controls

23 lines (17 loc) · 486 Bytes

Changelog

[1.0.0] - 2026-02-20

Initial release.

Features

  • OpenAI provider with retry logic
  • Three cache stores: Memory, File, Redis
  • Deterministic SHA-256 hashing
  • Automatic concurrent request deduplication
  • Metrics tracking (hits, misses, tokens, cost, latency)
  • Full TypeScript support with strict mode
  • Comprehensive test suite

Technical

  • TypeScript strict mode
  • ESLint configuration
  • Jest testing framework
  • GitHub Actions CI/CD
  • NPM publishing ready