Skip to content

Releases: Djsand/neverforget

v1.4.0 — Anthropic support + Claude Code plugin + OpenClaw skill

25 Mar 23:04

Choose a tag to compare

🧠 NeverForget v1.4.0

New: Anthropic API support

  • Full /v1/messages endpoint — 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_delta events)
  • Tested against real Claude Code CLI traffic

New: Plugins

  • Claude Code plugin — SessionStart hook auto-starts proxy, /neverforget-status and /neverforget-sessions slash commands
  • OpenClaw skill — AgentSkill with auto-install via npm

Improvements

  • Overhauled CLI — clean output, no forced wizard, proper integrate commands
  • 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-beta and x-stainless-* headers
  • Query param forwarding (?beta=true)

Install

npm i -g neverforget
neverforget
neverforget integrate all

Claude Code Plugin

/install-plugin /path/to/neverforget/plugins/claude-code

Links

v1.0.0 — LLMs have amnesia. NeverForget is the cure.

25 Mar 22:10

Choose a tag to compare

🧵 NeverForget v1.0.0

A universal, infinite-memory proxy for any LLM API. Zero dependencies.

Install

npm i -g neverforget
neverforget init
neverforget start

Features

  • 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-integrationneverforget integrate all configures Claude Code, Codex, Cursor in one command.
  • Streaming support — full SSE passthrough.
  • Session isolationX-NeverForget-Session header.

Works With

Claude Code · Codex · Cursor · OpenClaw · LangChain · Vercel AI SDK · Ollama · vLLM · any OpenAI-compatible client

Links