Skip to content

Commit d915b75

Browse files
davila7claude
andcommitted
πŸš€ Release v1.19.0 - Multiple Location Selection & UX Improvements
New Features: - 🎯 Single prompt for batch installations - ask locations once for all components - βœ… Accurate success counting - shows actual vs attempted installations - πŸ“ General terminology - 'configuration components' instead of 'settings and hooks' Improvements: - ⚠️ Clear error messages when installations fail due to permissions - πŸ”„ Consistent location selection across all components in batch mode - πŸ“‹ Better feedback showing selected locations before installation - 🎨 Cleaner user experience with no repeated prompts Bug Fixes: - Fixed misleading success messages when some locations fail - Fixed repetitive prompts during batch installations - Fixed inconsistent default locations between silent and interactive modes Available on npm: npm install -g claude-code-templates@latest πŸ€– Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a597643 commit d915b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žcli-tool/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-templates",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"description": "CLI tool to setup Claude Code configurations with framework-specific commands, automation hooks and MCP Servers for your projects",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
Β (0)