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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ 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.7.4](https://github.com/avoidwork/madz/compare/1.7.3...1.7.4)

- docs: add TUI blueprint for next-generation terminal interface [`#277`](https://github.com/avoidwork/madz/pull/277)
- chore(deps): bump @opentelemetry/sdk-node [`#270`](https://github.com/avoidwork/madz/pull/270)
- chore(deps): bump oxlint from 1.69.0 to 1.70.0 [`#273`](https://github.com/avoidwork/madz/pull/273)
- chore(deps): bump oxfmt from 0.54.0 to 0.55.0 [`#272`](https://github.com/avoidwork/madz/pull/272)
- docs: add TUI2 IRC-style interface blueprint [`#275`](https://github.com/avoidwork/madz/pull/275)
- chore(deps): bump the langgraph group across 1 directory with 2 updates [`#269`](https://github.com/avoidwork/madz/pull/269)
- fix: correct cursor position on line wrap in input panel [`#274`](https://github.com/avoidwork/madz/pull/274)
- chore(deps): bump ink from 7.0.5 to 7.0.6 [`#271`](https://github.com/avoidwork/madz/pull/271)
- docs: update TUI command format from : to / prefix [`#268`](https://github.com/avoidwork/madz/pull/268)
- docs: sync config defaults and fix tool names in docs [`#267`](https://github.com/avoidwork/madz/pull/267)
- fix: suppress telemetry flush logs in shutdown test [`#264`](https://github.com/avoidwork/madz/pull/264)
- docs: add GitHub issue templates for bug reports and feature requests [`#262`](https://github.com/avoidwork/madz/pull/262)

#### [1.7.3](https://github.com/avoidwork/madz/compare/1.7.2...1.7.3)

> 14 June 2026

- chore: release v1.7.3 [`#260`](https://github.com/avoidwork/madz/pull/260)
- fix: reset isCompacting state on new session [`#259`](https://github.com/avoidwork/madz/pull/259)

#### [1.7.2](https://github.com/avoidwork/madz/compare/1.7.1...1.7.2)
Expand Down
4 changes: 2 additions & 2 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.7.3",
"version": "1.7.4",
"description": "A personality-driven AI harness channeling Mads Mikkelsen's cinematic soul.",
"keywords": [
"cli",
Expand Down