diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b41b4..2a1a8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.4.13] - 2026-08-10 + ### Added - External-feedback evaluation dataset with deterministic capability probes, isolated multilingual qmd retrieval, and explicit qualitative boundaries - `eval:feedback` and `test:eval` commands for running and validating the feedback evaluation diff --git a/package-lock.json b/package-lock.json index af662a0..b012a23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "myagentmemory", - "version": "0.4.12", + "version": "0.4.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "myagentmemory", - "version": "0.4.12", + "version": "0.4.13", "hasInstallScript": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 0686539..48e18e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myagentmemory", - "version": "0.4.12", + "version": "0.4.13", "description": "agentmemory (agent-memory) is persistent memory for coding agents (Claude Code, OpenAI Codex, Cursor, Agent) with qmd-powered semantic search across daily logs, long-term memory, and scratchpad", "main": "./dist/core.js", "types": "./dist/core.d.ts",