Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da2a6ca

Browse files
bobmatnycclaude
andcommitted
chore: bump version to 5.4.40
### Fixed - Profile filtering now correctly excludes agents from deployment - Pass config to deploy_agents() for profile filtering - Auto-detect project root for profile loading - Short skill names match full skill names in profile filtering ### Changed - Optimized slash commands for 86% token reduction (25K → 3.5K tokens) 🤖👥 Generated with [Claude MPM](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent a9b4433 commit da2a6ca

7 files changed

Lines changed: 18 additions & 8 deletions

File tree

BUILD_NUMBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
591
1+
592

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88
### Fixed
99
- **Monitor Daemon**: Add automatic log rotation to prevent unbounded log growth
1010
- Uses RotatingFileHandler instead of FileHandler
11-
- Max file size: 5MB
11+
## [5.4.40] - 2025-12-29
12+
13+
### Fixed
14+
- Profile filtering now correctly excludes agents from deployment
15+
- Pass config to deploy_agents() for profile filtering
16+
- Auto-detect project root for profile loading
17+
- Short skill names match full skill names in profile filtering
18+
19+
### Changed
20+
- Optimized slash commands for 86% token reduction (25K → 3.5K tokens)
21+
1222
- Backup files: 5 (25MB total max)
1323
- Consistent with project logging standards in logging_utils.py
1424

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.39
1+
5.4.40

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-mpm",
3-
"version": "5.4.39",
3+
"version": "5.4.40",
44
"description": "NPM wrapper for claude-mpm Python package - Requires Python 3.8+. Orchestrate Claude with agent delegation and ticket tracking",
55
"keywords": [
66
"claude",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "claude-mpm"
7-
version = "5.4.39"
7+
version = "5.4.40"
88
description = "Claude Multi-Agent Project Manager - Orchestrate Claude with agent delegation and ticket tracking"
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -187,7 +187,7 @@ ignore-imports = false
187187

188188
[tool.commitizen]
189189
name = "cz_conventional_commits"
190-
version = "5.4.39"
190+
version = "5.4.40"
191191
version_files = [ "VERSION", "src/claude_mpm/VERSION", "package.json:version",]
192192
tag_format = "v$version"
193193
update_changelog_on_bump = true

src/claude_mpm/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.39
1+
5.4.40

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)