Skip to content

Commit 49e13fa

Browse files
authored
Merge pull request #326 from AppSprout-dev/release-please--branches--main
chore(main): release 0.32.0
2 parents d51c88a + a5b3577 commit 49e13fa

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.31.0"
2+
".": "0.32.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to Mnemonic will be documented in this file.
44

55
Format follows [Keep a Changelog](https://keepachangelog.com/). Versioning follows [Semantic Versioning](https://semver.org/).
66

7+
## [0.32.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.31.0...v0.32.0) (2026-03-21)
8+
9+
10+
### Features
11+
12+
* dynamic tool count, associate_with validation, session timeline polish ([c318dd2](https://github.com/AppSprout-dev/mnemonic/commit/c318dd211760cee1aad614fb9b3828d63ee4acff))
13+
* dynamic tool count, associate_with validation, session timeline polish ([95e59f7](https://github.com/AppSprout-dev/mnemonic/commit/95e59f77223733524d02a2220d4725c9ca8ec274))
14+
* make agent constants configurable via config.yaml ([5d709ff](https://github.com/AppSprout-dev/mnemonic/commit/5d709ff8d816437226a3a22aae25e0935bbeb45d))
15+
* make agent constants configurable via config.yaml ([87e87e1](https://github.com/AppSprout-dev/mnemonic/commit/87e87e1d6e5462219b5a81ea14fabf9f02dbd294))
16+
* make MCP/API salience and feedback weights configurable ([d51c88a](https://github.com/AppSprout-dev/mnemonic/commit/d51c88a32e252ae987fff40786dde063c42427b4))
17+
* make MCP/API salience and feedback weights configurable ([d66b349](https://github.com/AppSprout-dev/mnemonic/commit/d66b349e30c881b0510910a89a0c5b1d57ab1ab9))
18+
* make perception scoring weights configurable ([2b7e4d8](https://github.com/AppSprout-dev/mnemonic/commit/2b7e4d8b8a23b007ca8b714b28ad3ec789ead4a8))
19+
* make perception scoring weights configurable via config.yaml ([8d1fc7e](https://github.com/AppSprout-dev/mnemonic/commit/8d1fc7ef9bedbcdb91685f8369e4b720bbc38845))
20+
* make reactor cooldowns and startup delays configurable ([de7f166](https://github.com/AppSprout-dev/mnemonic/commit/de7f1668e27de733c1424ece63d11c3ed0a6a9de))
21+
* make reactor cooldowns and startup delays configurable ([0504c06](https://github.com/AppSprout-dev/mnemonic/commit/0504c06f7df318807127f80cfe59835ab4a30a17))
22+
23+
24+
### Bug Fixes
25+
26+
* prevent consolidation from reactivating dismissed patterns, filter exclude_concepts on patterns/principles ([7a583a7](https://github.com/AppSprout-dev/mnemonic/commit/7a583a77d1dadb0fa601a8521098f7f5c98895d9))
27+
* prevent dismissed pattern reactivation + filter exclude_concepts on patterns ([7d1255b](https://github.com/AppSprout-dev/mnemonic/commit/7d1255b9c32e662872147bc3bd31082df3b2fe20))
28+
729
## [0.31.0](https://github.com/AppSprout-dev/mnemonic/compare/v0.30.0...v0.31.0) (2026-03-21)
830

931

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: build run clean test fmt vet start stop restart status watch install uninstall export backup insights dream-cycle mcp benchmark benchmark-quality benchmark-compare lifecycle-test setup-hooks lint
22

33
BUILD_DIR=bin
4-
VERSION=0.31.0 # x-release-please-version
4+
VERSION=0.32.0 # x-release-please-version
55
LDFLAGS=-ldflags "-s -w -X main.Version=$(VERSION)"
66
TAGS=
77

0 commit comments

Comments
 (0)