Releases: Djsand/neverforget
Releases · Djsand/neverforget
v1.4.0 — Anthropic support + Claude Code plugin + OpenClaw skill
🧠 NeverForget v1.4.0
New: Anthropic API support
- Full
/v1/messagesendpoint — Claude Code, Anthropic SDK, anything that speaks Anthropic format - Separate upstream routing: OpenAI →
api.openai.com, Anthropic →api.anthropic.com - Anthropic SSE streaming (
content_block_deltaevents) - Tested against real Claude Code CLI traffic
New: Plugins
- Claude Code plugin — SessionStart hook auto-starts proxy,
/neverforget-statusand/neverforget-sessionsslash commands - OpenClaw skill — AgentSkill with auto-install via npm
Improvements
- Overhauled CLI — clean output, no forced wizard, proper
integratecommands - Full interactive config editor (
neverforget setup) - All engine params configurable (dedup threshold, condense threshold, chars/token, roll size)
- Code review: 20 fixes including SSE buffer bug, path traversal fix, body size limit, graceful shutdown
- HEAD / health check (Claude Code compatibility)
- Forward all
anthropic-betaandx-stainless-*headers - Query param forwarding (
?beta=true)
Install
npm i -g neverforget
neverforget
neverforget integrate allClaude Code Plugin
/install-plugin /path/to/neverforget/plugins/claude-code
Links
v1.0.0 — LLMs have amnesia. NeverForget is the cure.
🧵 NeverForget v1.0.0
A universal, infinite-memory proxy for any LLM API. Zero dependencies.
Install
npm i -g neverforget
neverforget init
neverforget startFeatures
- Transparent proxy — change
base_url, that's it. Works with any OpenAI-compatible client. - Infinite memory — stitches conversation history from local JSONL files, backward-reading with token budgeting.
- Smart dedup — near-identical messages condensed via trigram similarity.
- Zero dependencies — pure Node.js built-ins (
http,fs,readline). - Interactive CLI — setup wizard, config editor, session management.
- Auto-integration —
neverforget integrate allconfigures Claude Code, Codex, Cursor in one command. - Streaming support — full SSE passthrough.
- Session isolation —
X-NeverForget-Sessionheader.
Works With
Claude Code · Codex · Cursor · OpenClaw · LangChain · Vercel AI SDK · Ollama · vLLM · any OpenAI-compatible client
Links
- npm: https://www.npmjs.com/package/neverforget
- Docs: See README.md