Skip to content

Commit 4fe122b

Browse files
committed
chore: bump version to 0.1.20 and update CHANGELOG.md
1 parent 692ab03 commit 4fe122b

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.20] - 2025-04-03
9+
10+
### Added
11+
- Added new USEFUL_PROMPTS.md document with practical prompt templates for common scenarios:
12+
- Summarizing history for continued conversations
13+
- Automation research summaries
14+
- Release preparation commands
15+
- Resuming interrupted conversations
16+
17+
### Changed
18+
- Reduced default values for agent tool limits:
19+
- agent_max_iterations reduced from 30 to 10
20+
- agent_max_tool_uses reduced from 100 to 30
21+
- Enhanced system prompt documentation for the dispatch_agent tool:
22+
- Improved guidelines for when to use the dispatch_agent tool
23+
- Added detailed examples for effective agent prompting
24+
- Clarified agent limitations and capabilities
25+
- Added categorized use case recommendations
26+
27+
### Documentation
28+
- Improved README.md with clearer feature descriptions
29+
- Fixed formatting and alignment in README.md tables
30+
- Added cross-reference to USEFUL_PROMPTS.md in the README
31+
- Added specific guidance for file reading operations in system prompt
32+
833
## [0.1.19] - 2025-03-28
934

1035
### Added

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.19"
7+
version = "0.1.20"
88
description = "MCP implementation of Claude Code capabilities"
99
readme = "README.md"
1010
requires-python = ">=3.13"

0 commit comments

Comments
 (0)