File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,31 @@ All notable changes to the MCP Claude Code project will be documented in this fi
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.1.24] - 2025-04-25
9
+
10
+ ### Changed
11
+ - Simplified agent tool to support only single string prompt parameter
12
+ - Renamed parameter from "prompts" to "prompt" for improved clarity
13
+ - Removed multi-agent concurrent execution to simplify implementation
14
+ - Updated documentation and tests to match new single-agent design
15
+
16
+ ### Added
17
+ - Added logging for agent tool execution results
18
+ - Logs tool name and first 100 characters of result for improved debugging
19
+ - Makes the execution flow more transparent in logs
20
+
21
+ ### Documentation
22
+ - Updated system prompt documentation for clarity
23
+ - Clarified confirmation step by changing "before executing it" to "before executing any tool"
24
+ - Enhanced thinking tool guidelines by emphasizing concise and accurate content
25
+ - Refined learning step to specify documentation location in artifact
26
+ - Removed redundant best practices that were covered by other principles
27
+ - Removed deprecated /init command from user commands section
28
+ - Updated Google model recommendation to gemini-2.5-flash-preview in documentation
29
+
30
+ ### Refactoring
31
+ - Removed --project-dir argument from CLI since project tools were removed
32
+
8
33
## [ 0.1.23] - 2025-04-19
9
34
10
35
### Removed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " mcp-claude-code"
7
- version = " 0.1.23 "
7
+ version = " 0.1.24 "
8
8
description = " MCP implementation of Claude Code capabilities"
9
9
readme = " README.md"
10
10
requires-python = " >=3.13"
You can’t perform that action at this time.
0 commit comments