Skip to content

Commit 37c51fd

Browse files
authored
Merge pull request #53 from jerfowler/release/v0.9.0
chore: release v0.9.0
2 parents bbd2069 + e91f1fd commit 37c51fd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to the Agent Communication MCP Server will be documented in
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.0] - 2025-09-14
9+
10+
### 💥 BREAKING CHANGES
11+
12+
- **Breaking**: v0.8.0 - Smart Response System & TypeScript Strict Mode Implementation (#47)
13+
14+
### ✨ Features
15+
16+
- implement ResponseEnhancer integration (#49) and Enhanced Logging System (#50)
17+
- implement error codes and red flag detection system (partial)
18+
19+
### 🐛 Bug Fixes
20+
21+
- merge fix
22+
23+
### 🔧 Other Changes
24+
25+
- update environment and documentation for issues #49 and #50
26+
- remove archived communication task files
27+
828
## [Unreleased]
929

1030
### Added - Issue #49 ResponseEnhancer Integration

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jerfowler/agent-comm-mcp-server",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "MCP server for AI agent task communication and delegation with diagnostic lifecycle visibility",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)