Skip to content

Commit b4a7cb8

Browse files
committed
chore: prepare release v0.1.24
- Bump version to 0.1.24 - Update CHANGELOG.md with details of changes since v0.1.23
1 parent f7f4cdd commit b4a7cb8

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to the MCP Claude Code project will be documented in this fi
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.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+
833
## [0.1.23] - 2025-04-19
934

1035
### Removed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mcp-claude-code"
7-
version = "0.1.23"
7+
version = "0.1.24"
88
description = "MCP implementation of Claude Code capabilities"
99
readme = "README.md"
1010
requires-python = ">=3.13"

0 commit comments

Comments
 (0)