Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
14 changes: 2 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down