Skip to content
This repository was archived by the owner on Sep 20, 2026. It is now read-only.

Releases: kdbhalala/agi-memory

Release v0.8.2

Choose a tag to compare

@github-actions github-actions released this 19 Sep 13:17

Memory parity for hook-less tools

Tools now differ only by model capability, not by memory. Ten of thirteen assistants have no hook events, so they get parity through shared mechanisms instead of per-tool hooks.

Added

  • File fallback — post-commit and agi-integrate init write pinned invariants and top precedents to .agent/MEMORY.md. Plain terminals, SSH, and CI read the same briefing hooks inject. Refresh with agi-hooks snapshot or agi-memory snapshot.
  • agi-integrate doctor — one view proving every tool sees the same store: resolved database path, observation/session/symbol counts, vault sync state, and each tool's detected/configured/rules state (--json for scripting).
  • Miss logging — every retrieval miss is logged; agi-memory alias misses shows frequent gaps and agi-memory alias suggest turns them into alias add commands. No embeddings, stays zero-dependency.
  • Stale session reaping — active sessions older than 12 hours auto-complete on every session-start path, so hook-less tools stop piling prompts onto dead rows. Outcomes stay unknown: timing out is not success.

Fixed

  • OpenCode lifecycle plugin migrated to the v2 setup API (ctx.session.hook prompt/context/compaction, session.idle subscription).

Install

pipx install agi-memory==0.8.2
# or
brew upgrade agi-memory
agi-integrate install all

Release v0.8.0

Choose a tag to compare

@github-actions github-actions released this 15 Sep 17:11

Full Changelog: v0.7.2...v0.8.0

Release v0.7.2

Choose a tag to compare

@github-actions github-actions released this 15 Sep 07:38

Full Changelog: v0.7.1...v0.7.2

Release v0.7.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 06:19

Full Changelog: v0.7.0...v0.7.1

Release v0.7.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 20:56

Full Changelog: v0.6.2...v0.7.0

Release v0.6.2

Choose a tag to compare

@github-actions github-actions released this 14 Sep 18:07

Full Changelog: v0.6.1...v0.6.2

Release v0.6.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 09:32

Full Changelog: v0.6.0...v0.6.1

Release v0.6.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 08:36

Full Changelog: v0.5.0...v0.6.0

Release v0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 13:24

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 18:29

Full Changelog: v0.3.0...v0.4.0