Skip to content

Releases: rustkit-ai/aimemo

v0.1.11

18 Mar 21:36

Choose a tag to compare

feat: export --format markdown + badge command (v0.1.11)

- `aimemo export --format markdown`: Markdown export grouped by date,
  todos bolded, recaps flagged with emoji, tags in italics
- `aimemo badge`: shields.io static badge showing last session date,
  with example sed command for CI/git-hook automation
- README: sync section rewritten with step-by-step team workflow,
  duplicate detection note, and gitignore guidance
- Bump version to 0.1.11

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.10

16 Mar 22:04

Choose a tag to compare

docs: fix banner on crates.io + add pin/unpin/context commands (v0.1.10)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.9

16 Mar 22:00

Choose a tag to compare

feat: doctor version check + setup agent flags (v0.1.9)

- aimemo doctor now checks crates.io for the latest version and warns
  if an update is available (cargo install aimemo to update)
- aimemo setup --claude/--cursor/--windsurf/--copilot flags to configure
  only the desired agents; no flag = all agents (previous behavior)
- Updated agent docs to use agent-specific setup commands
- Added ureq dependency for HTTP version check

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.8

16 Mar 21:25

Choose a tag to compare

feat: complete rename to aimemo — all references updated (v0.1.8)

- Rename binary, crate, and all branding from memo-agent → aimemo
- Rename Formula/memo.rb → Formula/aimemo.rb (class Aimemo)
- Rename .cursor/rules/memo.mdc → .cursor/rules/aimemo.mdc
- Rename memo-agent/ → aimemo/ (workspace crate directory)
- Fix DB path: ~/.local/share/memo → ~/.local/share/aimemo
- Update all GitHub URLs to rustkit-ai/aimemo (repo renamed)
- Update all crates.io badges to aimemo crate
- Fix integration test: aiaimemo_bin → aimemo_bin (double-prefix bug)
- All 55 tests pass

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.6

16 Mar 19:15

Choose a tag to compare

feat: smart capture descriptions, improved doctor, multi-agent docs (…

v0.1.5

16 Mar 08:00

Choose a tag to compare

feat: add Cursor, Windsurf, and Copilot inject support (v0.1.5)

- memo inject --cursor / --windsurf / --copilot write context block into each agent's rules file
- memo setup now writes initial empty context block into all agent files
- Agent-specific inject commands in setup instructions
- Add docs/agents/ guides for Claude Code, Cursor, Windsurf, and GitHub Copilot
- Update README with SEO improvements and supported agents table
- Bump version to 0.1.5

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.4

15 Mar 21:13

Choose a tag to compare

Fix release: use per-target strip_cmd in matrix, install binutils-aar…

v0.1.3

15 Mar 21:05

Choose a tag to compare

Bump to v0.1.3

v0.1.2

15 Mar 20:53

Choose a tag to compare

v0.1.2: edition 2024, install.sh fix, badges, changelog, issue templates

- Bump to v0.1.2, Rust edition 2024
- Fix install.sh macOS compatibility
- Add CI + crates.io + license badges to README
- Add CHANGELOG.md
- Add GitHub issue templates (bug report, feature request)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.1

15 Mar 20:17

Choose a tag to compare

Add memo setup + fix cross-compilation strip

memo setup: writes instructions + context block into CLAUDE.md,
installs Stop hook in .claude/settings.json so memo inject --claude
runs automatically at end of every Claude Code session. Idempotent.

Fix release workflow: use llvm-strip for cross-compiled targets
(aarch64-linux-gnu) instead of host strip which can't read foreign ELF.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>