v1.8.1b1 - Multi-Directory Template Support (Beta)
Pre-release
Pre-release
π― Beta Release: Multi-Directory Template Support
This is a beta release for testing the new multi-directory template system.
β¨ New Features
Multi-Directory Template Loading
- Load templates from three locations with priority:
~/.prompts>./.claude/commands>~/.claude/commands - Project teams can share templates via git by committing
./.claude/commands - Users can maintain personal global templates in
~/.claude/commands - Full backward compatibility with existing
~/.promptssetups
Enhanced Template Display
#templatesnow shows templates grouped by source directory- New command aliases:
#promptsand#commands(in addition to#templates) - Visual indicators show which templates override others
Configuration
- New config option:
features.claude_commands_enabledto enable/disable template system - Added to wizard: "Enable Claude slash commands (/template_name)?"
π§ͺ Testing
- β 125 tests passing with zero regressions
- β 88% test coverage on template_manager
- β Comprehensive multi-directory tests added
π¦ Installation
pip install basic-agent-chat-loop==1.8.1b1π Upgrade Notes
This beta includes all features from v1.8.1 plus the new multi-directory template system. Please report any issues!
π€ Generated with Claude Code