Feature Request: Tab autocomplete for slash commands

Resolved 💬 4 comments Opened Jan 5, 2026 by HpkieK Closed Mar 7, 2026

Feature Request

Description:
Add tab autocomplete/completion for slash commands in the interactive input.

Current behavior:

  • File path autocomplete exists (via @)
  • Command history navigation works (↑/↓)
  • But typing / and pressing Tab doesn't suggest available slash commands

Desired behavior:
When typing / followed by Tab (or partial command + Tab), show autocomplete suggestions for:

  • Built-in slash commands (/help, /clear, /compact, etc.)
  • Custom user-defined slash commands (skills)
  • Fuzzy matching for partial input (e.g., /ult/ultrathink)

Use case:
Users with many custom slash commands (skills) would benefit greatly from discoverability without needing to run /help or remember exact command names.

Example:

> /com<Tab>
  /commit
  /compact
  /compare

---
🤖 Generated with Claude Code

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗