Skip to content

Commit 06239ac

Browse files
authored
Merge branch 'main' into alex-feel-dev
2 parents f8bae80 + 9f67964 commit 06239ac

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/alex-feel/claude-code-toolbox/compare/v1.0.2...v1.1.0) (2025-08-15)
4+
5+
6+
### Features
7+
8+
* add comprehensive system prompts framework for Claude Code ([f68dabd](https://github.com/alex-feel/claude-code-toolbox/commit/f68dabd1d06c2e3f8a8847c1256ba25dd44b32b6))
9+
* add global claude-python command registration to setup scripts ([d9cd0dd](https://github.com/alex-feel/claude-code-toolbox/commit/d9cd0dd0b35a2ca656dc612c570dbdc8e6fab3b5))
10+
* add implementation-guide agent for comprehensive library documentation ([85bc4af](https://github.com/alex-feel/claude-code-toolbox/commit/85bc4afb0da18627f23eebc6cb19148d447ed4b3))
11+
* add output styles feature with templates and examples ([10a67b5](https://github.com/alex-feel/claude-code-toolbox/commit/10a67b5bfae5b6c81488aa2cbd9ac1dfbfc9b562))
12+
* add Python environment setup scripts for all platforms ([045a396](https://github.com/alex-feel/claude-code-toolbox/commit/045a39690f2073c13896b2360d84d44fece7d28b))
13+
* enhance agent template with tool bundling rules and invocation triggers ([e3bd2b8](https://github.com/alex-feel/claude-code-toolbox/commit/e3bd2b8fb3ba07970d768906d8e4cadce7261fcf))
14+
* enhance slash commands with comprehensive workflows and frontmatter support ([3f27b2d](https://github.com/alex-feel/claude-code-toolbox/commit/3f27b2db6aae45e926de0e48bfc7828f5293a94c))
15+
16+
17+
### Bug Fixes
18+
19+
* add missing Edit tool to agents that use Write ([a62b7b5](https://github.com/alex-feel/claude-code-toolbox/commit/a62b7b5a458641432eff68517f531e974f8a42cb))
20+
* correct critical documentation errors about system prompt usage ([6d48041](https://github.com/alex-feel/claude-code-toolbox/commit/6d480415ce0a993443ad2cecc655c1b03e1d8d88))
21+
* remove non-existent subagents from system prompts README ([2a8c6ed](https://github.com/alex-feel/claude-code-toolbox/commit/2a8c6eda6df25394a0a4da2248a1b14e7ec694a4))
22+
* resolve PowerShell script parse errors in setup-python-environment.ps1 ([df3445f](https://github.com/alex-feel/claude-code-toolbox/commit/df3445f6f6a02f1a6f60a3d57063f681a277aa71))
23+
* resolve PSScriptAnalyzer warnings in setup-python-environment.ps1 ([fd00b9e](https://github.com/alex-feel/claude-code-toolbox/commit/fd00b9e03478ec33c157bc7b4cec1dc1f749c5b7))
24+
325
## [1.0.2](https://github.com/alex-feel/claude-code-toolbox/compare/v1.0.1...v1.0.2) (2025-08-14)
426

527

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.1.0

0 commit comments

Comments
 (0)