Skip to content

v1.8.1b3 - Restore Claude Slash Commands Option (Beta)

Pre-release
Pre-release

Choose a tag to compare

@jwesleye jwesleye released this 07 Jan 17:34
· 25 commits to main since this 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:

  1. Display token counts?
  2. Show agent metadata on startup?
  3. Enable command history with readline?
  4. 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.1b3

Upgrade from v1.8.1b2

pip install --upgrade basic-agent-chat-loop==1.8.1b3

This release fixes the missing wizard prompt for Claude slash commands.


🤖 Generated with Claude Code