Skip to content

Releases: kushals256/jevcache

v0.1.5

Choose a tag to compare

@kushals256 kushals256 released this 19 Sep 12:09

@kushalicious/jevcache@0.1.5

  • No native SQLite compile (node:sqlite, Node ≥ 22.5)
  • jevcache init writes OPENAI_BASE_URL into .env
  • jevcache status — running / hit rate / $ saved
  • Clear EXACT-ONLY vs Jev banner
  • Demo GIF + OG image; verified MISS→HIT blurb in README
  • Release workflow: npm publish with provenance + OIDC (id-token)

https://www.npmjs.com/package/@kushalicious/jevcache

v0.1.4 — terminal UX

Choose a tag to compare

@kushals256 kushals256 released this 19 Sep 11:31

What's new

  • Session summary on Ctrl+C: N requests · hits · ~$ saved · stats URL
  • TTY colors: green HIT, dim MISS (JEVCACHE_NO_COLOR=1 to disable)
  • jevcache doctor --live: probe /healthz, Jev, upstream
  • jevcache open: open /stats in the browser
  • npm downloads badge on README
npx @kushalicious/jevcache@latest

v0.1.3 — npm + DX

Choose a tag to compare

@kushals256 kushals256 released this 19 Sep 11:22

Install

npx @kushalicious/jevcache@latest
npx @kushalicious/jevcache@latest start --demo

Highlights

  • HIT console lines with estimated $ saved
  • init / start print OpenAI, LangChain, and env wiring snippets
  • start --demo shows live MISS → HIT
  • Scoped npm name @kushalicious/jevcache (unscoped jevcache blocked as too similar to decache)

See CHANGELOG.md for full notes.