Skip to content

Releases: rambaarde/create-ai-memory

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 21:26
f279f6b

0.6.0 (2026-08-28)

Features

  • ai-mem: sort ai-mem-search results newest-first (15394c1)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:27
4000d04

0.5.0 (2026-08-28)

Features

  • ai-mem: add ai-mem-search for full-text search across the vault (4ae4622)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 07:22
0127cd0

0.4.0 (2026-08-28)

Features

  • ai-mem: add ai-mem-lint to catch broken vault links (eb3d975)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 07:07
c0225f7

0.3.0 (2026-08-28)

Features

  • ai-mem: link session logs to their project note and prior session (6ad4192)
  • hooks: auto commit and push a git-backed vault on session close (a3aef28)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 03:29
75d995a

0.2.1 (2026-08-28)

Bug Fixes

  • ai-mem: clear a conflicting alias before defining launcher functions (d6c135f)
  • ci: verify the published package via direct install, not npx (aeafb1a)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 16:51
ce565a3

0.2.0 (2026-08-27)

Features

  • ai-mem: inline session digest instead of a path pointer (39382e7)

Bug Fixes

  • ai-mem: extract digest bullets at read time, no new vault file (ce8331e)

v0.1.2

Choose a tag to compare

@rambaarde rambaarde released this 13 Jul 18:35

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

Choose a tag to compare

@rambaarde rambaarde released this 13 Jul 18:21

Bug fixes and journey hardening.

  • Fix: npm create ai-memory failed 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

Choose a tag to compare

@rambaarde rambaarde released this 13 Jul 17:46

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.