From 8ed4ff25fce453e0b78a523784277bb2496c8460 Mon Sep 17 00:00:00 2001 From: Jason Mulligan Date: Thu, 2 Jul 2026 19:34:59 -0400 Subject: [PATCH] chore: release v1.23.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 14 ++------------ package.json | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2865164d..215848ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.23.1](https://github.com/avoidwork/madz/compare/1.23.0...1.23.1) + +- refactor(tui): consolidate streaming handlers in app.js [`#504`](https://github.com/avoidwork/madz/pull/504) +- refactor: replace LangGraph ReAct agent with Deep Agents architecture [`#503`](https://github.com/avoidwork/madz/pull/503) + #### [1.23.0](https://github.com/avoidwork/madz/compare/1.22.3...1.23.0) +> 1 July 2026 + +- chore: release v1.23.0 [`#499`](https://github.com/avoidwork/madz/pull/499) - feat: delete loadMemories pipeline — remove duplicate memory loading [`#498`](https://github.com/avoidwork/madz/pull/498) - feat: prioritize profile and ephemeral context in loadContext [`#496`](https://github.com/avoidwork/madz/pull/496) diff --git a/package-lock.json b/package-lock.json index f151f304..c07e0bb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@avoidwork/madz", - "version": "1.23.0", + "version": "1.23.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@avoidwork/madz", - "version": "1.23.0", + "version": "1.23.1", "license": "BSD-3-Clause", "dependencies": { "@langchain/langgraph": "^1.4.7", @@ -24,7 +24,6 @@ "pino": "^10.3.1", "posix": "^4.2.0", "tiktoken": "^1.0.22", - "tiny-lru": "^13.0.0", "yargs": "^18.0.0", "zod": "^4.1.8" }, @@ -4007,15 +4006,6 @@ "integrity": "sha512-PKvy1rVF1RibfF3JlXBSP0Jrcw2uq3yXdgcEXtKTYn3QJ/cBRBHDnrJ5jHky+MENZ6DIPwNUGWpkVx+7joCpNA==", "license": "MIT" }, - "node_modules/tiny-lru": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-13.0.0.tgz", - "integrity": "sha512-xDHxKKS1FdF0Tv2P+QT7IeSEg74K/8cEDzbv3Tv6UyHHUgBOjOiQiBp818MGj66dhurQus/IBcoAbwIKtSGc6Q==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=14" - } - }, "node_modules/tinypool": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-2.1.0.tgz", diff --git a/package.json b/package.json index 188868ef..ad4a96c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@avoidwork/madz", - "version": "1.23.0", + "version": "1.23.1", "description": "A personality-driven AI harness channeling Mads Mikkelsen's cinematic soul.", "keywords": [ "cli",