Skip to content

Releases: n3wth/r3

v1.3.1

16 Sep 02:43

Choose a tag to compare

What's Changed

  • Added OpenGraph image support for better social media sharing
  • Fixed OpenGraph image reference to use correct PNG file
  • Updated image dimensions to match actual file (1280x720)
  • Added absolute URL for proper social media rendering

Full Changelog: v1.3.0...v1.3.1

v1.2.11

14 Sep 19:19

Choose a tag to compare

R3call v1.2.11

Lightning-fast memory layer for AI applications with sub-5ms response times.

Installation

npm install r3call@1.2.11

Claude Desktop Setup

npx r3call

Documentation

What's Changed

  • Add Claude Code GitHub Workflow by @n3wth in #5

New Contributors

  • @n3wth made their first contribution in #5

Full Changelog: v1.2.10...v1.2.11

v1.2.10

14 Sep 12:55

Choose a tag to compare

R3call v1.2.10

Lightning-fast memory layer for AI applications with sub-5ms response times.

Installation

npm install r3call@1.2.10

Claude Desktop Setup

npx r3call

Documentation

Full Changelog: v1.2.9...v1.2.10

v1.2.8

14 Sep 12:19

Choose a tag to compare

R3call v1.2.8

Lightning-fast memory layer for AI applications with sub-5ms response times.

Installation

npm install r3call@1.2.8

Claude Desktop Setup

npx r3call

Documentation

Full Changelog: v1.2.7...v1.2.8

v1.2.7

14 Sep 10:24

Choose a tag to compare

R3call v1.2.7

Lightning-fast memory layer for AI applications with sub-5ms response times.

Installation

npm install r3call@1.2.7

Claude Desktop Setup

npx r3call

Documentation

Full Changelog: v1.2.6...v1.2.7

v1.2.5

14 Sep 10:09

Choose a tag to compare

R3call v1.2.5

Lightning-fast memory layer for AI applications with sub-5ms response times.

Installation

npm install r3call@1.2.5

Claude Desktop Setup

npx r3call

Documentation

Full Changelog: v1.2.1...v1.2.5

v1.2.0 - Professional Documentation & Organization

14 Sep 01:17

Choose a tag to compare

What's Changed

Features

  • Professional README rewrite with enhanced copywriting
  • Organized project structure (assets/, docs/ directories)
  • Unified release workflow (GitHub Actions + npm)
  • Added STYLE_GUIDE.md with no-emoji policy
  • Added CLAUDE.md for AI assistant instructions

Improvements

  • Removed all emojis for professional documentation
  • Updated copyright year to 2025
  • Consistent Newth.ai branding
  • Enhanced release automation

Installation

npm install @n3wth/recall@1.2.0

Documentation

Release v1.1.0 - Major Package Improvements

13 Sep 20:07

Choose a tag to compare

πŸš€ What's New in v1.1.0

✨ Features

  • Redis Connection Pooling: Efficient connection management with health checks
  • Circuit Breaker Pattern: Automatic failure detection and recovery
  • TypeScript Support: Full type definitions for better developer experience
  • Interactive CLI: New mem0-cli tool for testing and management
  • Advanced Error Handling: Custom error classes with recovery strategies

πŸ“¦ Installation

npm install @n3wth/mem0-redis-hybrid@1.1.0

🎯 CLI Usage

npx mem0-cli

πŸ”§ Technical Improvements

  • Retry logic with exponential backoff
  • Connection pool with automatic cleanup
  • Comprehensive test suite
  • GitHub Actions CI/CD pipeline
  • Automated release scripts

πŸ“š Documentation

  • Added TypeScript definitions
  • Created examples directory with integration patterns
  • Enhanced README with CLI documentation
  • Added release process documentation

View on npm: https://www.npmjs.com/package/@n3wth/mem0-redis-hybrid

v1.0.0 - Initial Release

13 Sep 19:37

Choose a tag to compare

Mem0-Redis Hybrid MCP Server v1.0.0

πŸŽ‰ Initial Release

The first stable release of the Mem0-Redis Hybrid MCP Server, combining the power of Redis caching with Mem0 cloud storage for optimized memory management.

✨ Features

  • Two-tier caching system (L1 hot data, L2 warm data)
  • Async memory processing with job queue
  • Smart cache invalidation via pub/sub
  • Keyword-based search with relevance scoring
  • Background sync for cache warming
  • Graceful degradation when Redis unavailable

πŸ”§ Integrations

  • Claude Code MCP server
  • Gemini CLI with memory context
  • LangChain memory backend
  • OpenAI Assistant enhancement
  • Shell aliases for quick access

πŸ“¦ Installation

git clone https://github.com/n3wth/mem0-redis-hybrid.git
cd mem0-redis-hybrid
npm install

πŸš€ Quick Start

  1. Set environment variables:

    • MEM0_API_KEY
    • MEM0_USER_ID
    • REDIS_URL
  2. Add to Claude Code MCP settings

  3. Restart Claude Code

See README for detailed integration instructions.

πŸ“š Documentation

Full documentation available in the README

Full Changelog: https://github.com/n3wth/mem0-redis-hybrid/commits/v1.0.0