Releases: rambaarde/create-ai-memory
Releases · rambaarde/create-ai-memory
Release list
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.1
v0.2.0
v0.1.2
Terminal and install-location hardening.
- install.sh: only emit 24-bit truecolor when the terminal advertises it (COLORTERM). Terminals without truecolor (macOS Terminal.app, older terminals) now get clean plain block art instead of wrong colors.
- install.sh: honor ZDOTDIR when choosing which .zshrc to update, so users who relocate their zsh config are not left with the tool silently unloaded.
- Docs: drop the stale 'uses select' claim.
Builds on 0.1.1 (Linux/dash install fix, missing-agent guard, demo GIF).
v0.1.1
Bug fixes and journey hardening.
- Fix:
npm create ai-memoryfailed on Linux (Debian/Ubuntu) because the installer ran under dash; it now runs with bash. - Launchers fail fast with a clear message when an agent's CLI is missing, instead of a cryptic error after the prompts (no stray session logs).
- install.sh: opencode in the default agents, a zsh-shell warning, and clearer tool-vs-vault paths.
- 38 offline tests, new README demo GIF.
v0.1.0
First public release of create-ai-memory: persistent, agent-agnostic session memory for AI coding CLIs.
- Launchers for Claude Code, Codex, Gemini, Cursor, and opencode (
<agent>-start) - Three-layer Markdown vault: global profile/standards, per-project notes, per-session logs
- Auto session carryover via Claude Code hooks; Conventional-Commit + vault-token git guard
- Developer-defined session skills (AI_MEM_SKILLS)
- Install:
npm create ai-memory@latest, a zsh plugin manager, or clone-and-run - 35 offline tests + a live agent smoke test
zsh only for now; bash port on the roadmap.