remem-ai 0.4.9

Persistent memory for Claude Code and Codex — single binary, automatic context
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod index;
mod paths;
mod render;
mod runtime;
#[cfg(test)]
mod tests;

pub(crate) use render::REMEM_FILE;
pub use runtime::sync_to_claude_memory;
pub(crate) use runtime::{
    native_memory_max_bytes, native_memory_sync_disabled, DISABLE_NATIVE_MEMORY_SYNC_ENV,
    NATIVE_MEMORY_MAX_BYTES_ENV,
};