You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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))
0 commit comments