Releases: imMamdouhaboammar/agent-kernel
Release list
v1.11.0
Changelog
[1.11.0] - 2026-07-14
This release ships the static local memory dashboard — a
self-contained, read-only HTML snapshot of the agent-kernel
home, generated locally and opened in the user's default
browser. The dashboard is the first Agent Kernel feature that
intentionally produces a portable artifact (a single HTML file
no larger than ~35 KiB).
Commit summary
What's Changed
- feat: add static local memory dashboard by @imMamdouhaboammar in #79
Full Changelog: v1.10.1...v1.11.0
v1.10.1
Changelog
[1.10.1] - 2026-07-14
This patch release hardens the CLI surface discovered during an
end-to-end user-journey test of v1.10.0 against a fresh install. The
new --command flag closes a critical gap in the public guard
command, and the --json envelopes make inbox, status, and
doctor scriptable.
Commit summary
What's Changed
- fix(init): preserve user customizations in config.json when --force is used by @imMamdouhaboammar in #77
- fix: harden CLI surface — exit codes, --json flags, --command guard by @imMamdouhaboammar in #80
Full Changelog: v1.10.0...v1.10.1
v1.10.0
Changelog
[1.10.0] - 2026-07-14
This release ships the agent-approved CLI updater: a secure self-update
surface that lets configured AI agents discover newer reviewed npm releases,
surface them inside connected agent guidance, and apply the exact version
only after the user enables agent-approved mode and allowlists the calling
identity. The updater is fail-closed by default, audited end-to-end, and
never calls npm without an explicit, authorized identity.
Commit summary
What's Changed
- docs: align public guides with v1.9.0 by @imMamdouhaboammar in #75
- feat: add agent-approved CLI updater by @imMamdouhaboammar in #76
Full Changelog: v1.9.0...v1.10.0
v1.9.0
Changelog
[1.9.0] - 2026-07-14
This release hardens the trust, atomicity, and portability surfaces of Agent
Kernel. The agent proposal helper now enforces strict option parsing and JSON
envelopes, the safe-link and safe Git hook installers ship worktree- and
transaction-aware fixes, and a new portability helper makes retention exports
and imports safe to run against an existing home. Agent runtime write modes
gain a dedicated reference for capture-only and propose-only identities.
Commit summary
What's Changed
- fix: enforce safe agent runtime write modes by @imMamdouhaboammar in #74
- feat: recover safe retention portability and local reporting by @imMamdouhaboammar in #70
- fix: harden safe-link preflight and rollback by @imMamdouhaboammar in #71
- fix: make safe Git hook installation worktree-aware by @imMamdouhaboammar in #72
- fix: enforce agent proposal trust and input boundaries by @imMamdouhaboammar in #73
Full Changelog: v1.8.0...v1.9.0
v1.8.0
Changelog
[1.8.0] - 2026-07-11
Architecture Guardian is now a first-class, production-ready Agent Kernel
capability. This release ships the full conformance engine behind the public
agent-kernel architecture router, with discovery, change contracts, baselines,
scoped exceptions, reuse-first search, Claude PreToolUse scope enforcement, and
fail-closed governance state.
Commit summary
What's Changed
- Harden GitHub workflows by @imMamdouhaboammar in #5
- Upgrade docs with operational adoption path by @imMamdouhaboammar in #6
- Add agent runbook and troubleshooting docs by @imMamdouhaboammar in #7
- Upgrade README and SKILL discovery docs by @imMamdouhaboammar in #9
- Fix safe-link Claude guidance output by @imMamdouhaboammar in #8
- Harden production readiness safety gates by @imMamdouhaboammar in #20
- Fix core linker Claude output by @imMamdouhaboammar in #21
- Redact secrets before episode persistence by @imMamdouhaboammar in #22
- Refresh README brand system and Knowledge Bundle plan by @imMamdouhaboammar in #23
- Refine README agent strip design by @imMamdouhaboammar in #24
- Force README to use refreshed agent strip by @imMamdouhaboammar in #25
- Apply Agent Kernel minimal identity by @imMamdouhaboammar in #27
- Add landing page at /site by @imMamdouhaboammar in #28
- Add docs/brand/agent-logos asset library by @imMamdouhaboammar in #29
- feat: add file-aware local context command by @imMamdouhaboammar in #51
- feat: add first-class file references to local records by @imMamdouhaboammar in #52
- feat: add structured local search index by @imMamdouhaboammar in #53
- feat: add explainable deterministic search ranking by @imMamdouhaboammar in #54
- feat: add Claude context and failure hook adapter by @imMamdouhaboammar in #55
- feat: add project-scoped MCP context tools by @imMamdouhaboammar in #56
- docs: add live context integration guides by @imMamdouhaboammar in #57
- feat: add chronological session timeline by @imMamdouhaboammar in #58
- feat: link local work evidence to git commits by @imMamdouhaboammar in #59
- feat: detect recurring failure patterns locally by @imMamdouhaboammar in #60
- feat: turn failure patterns into pending proposals by @imMamdouhaboammar in #61
- feat: add local agent identity and trust model by @imMamdouhaboammar in #62
- feat: add local agent and project registries by @imMamdouhaboammar in #63
- feat: split MCP into core and extended surfaces by @imMamdouhaboammar in #64
- feat: add Architecture Guardian conformance engine by @imMamdouhaboammar in #68
- release: Agent Kernel v1.8.0 by @imMamdouhaboammar in #69
Full Changelog: v1.0.0...v1.8.0
v1.0.0
What changed (from CHANGELOG)
[1.0.0] — 2026-07-09
First stable release. Local-first governance kernel for AI coding agents is now considered production-ready: shared memory, rule distribution, approval inbox, episodic recall, Failure Lessons, MCP tools, Claude + git hooks, deterministic guard, and a single-file CLI under the 100 KB npm budget.
Commits
What's Changed
- Add Failure Lessons error-to-skill loop by @imMamdouhaboammar in #1
- Harden Failure Lessons capture and test coverage by @imMamdouhaboammar in #3
- feat: add agent-kernel ECC bundle by @ECC-Tools[bot] in #2
- Deep refresh documentation after Failure Lessons and ECC bundle by @imMamdouhaboammar in #4
New Contributors
- @imMamdouhaboammar made their first contribution in #1
- @ECC-Tools[bot] made their first contribution in #2
Full Changelog: v0.0.9...v1.0.0
v0.0.9
v0.0.8
v0.0.7
v0.0.6
What changed (from CHANGELOG)
[0.0.6] — 2026-06-30
Commits
Full Changelog: https://github.com/imMamdouhaboammar/agent-kernel/commits/v0.0.6