v1.8.1b3 - Restore Claude Slash Commands Option (Beta)
Pre-release
Pre-release
What's New in v1.8.1b3
Bug Fix 🐛
- Restored Claude slash commands option - The wizard now correctly prompts whether to enable Claude slash commands (/template_name)
- This option was accidentally removed in v1.8.1b2 during cleanup
- Users can now choose to enable or disable the multi-directory template system during setup
Configuration Wizard
The wizard now has 4 prompts in the features section:
- Display token counts?
- Show agent metadata on startup?
- Enable command history with readline?
- Enable Claude slash commands (/template_name)? ← Restored in this release
Technical Details
- Updated tests to expect 4 prompts instead of 3
- All 497 tests passing with zero regressions
- Claude slash commands default to enabled (Y/n prompt)
What Are Claude Slash Commands?
Claude slash commands allow you to use prompt templates from:
~/.prompts(highest priority - legacy/base templates)./.claude/commands(medium priority - project-specific)~/.claude/commands(lowest priority - global user templates)
Installation
pip install basic-agent-chat-loop==1.8.1b3Upgrade from v1.8.1b2
pip install --upgrade basic-agent-chat-loop==1.8.1b3This release fixes the missing wizard prompt for Claude slash commands.
🤖 Generated with Claude Code