File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to the Agent Communication MCP Server will be documented in
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments