Skip to content

Commit 6bb92f7

Browse files
committed
Update changelog
1 parent 4ece4cd commit 6bb92f7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
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+
## [Unreleased]
9+
10+
### Added
11+
12+
- **MCP Server Config Standardization** - Added `mcpServers` support to `init` and `install` flows with environment-specific generators (`ClaudeCodeMcpGenerator`, `CodexMcpGenerator`) for standardized MCP server config across AI agents (#61).
13+
- **Channel Debug Flag** - Added `--debug` flag to the `channel` command for verbose debugging output.
14+
15+
### Fixed
16+
17+
- **Memory MCP Tool Names** - Renamed MCP tool names from dot-separated (`memory.storeKnowledge`) to underscore-separated (`memory_storeKnowledge`, `memory_updateKnowledge`, `memory_searchKnowledge`) to comply with strict MCP client naming regex `^[a-zA-Z0-9_-]{1,64}$`; backward-compat aliases retained for existing users (#59).
18+
- **Skill Add With No Environments** - Fixed `skill add` crashing when no environments are defined in config.
19+
- **Config addSkill Crash** - Fixed `addSkill()` crashing when the `skills` field is an object containing a `registries` key rather than an array.
20+
821
## [0.22.0] - 2026-04-12
922

1023
### Added

0 commit comments

Comments
 (0)