What's wrong with this entry?
Anonymous. No account, no email.
What changed: Slash command descriptions are now limited to prevent excessive context window usage
How it works now:
- Default character budget: 15,000 characters
- Configurable via
SLASH_COMMAND_TOOL_CHAR_BUDGETenvironment variable - Shows notification when commands are truncated: "(Showing 25 of 50 commands due to token limits)"
- Only includes commands with user-specified descriptions (excludes built-in commands without descriptions)
Details:
- Prevents unlimited context consumption with many custom commands
- Prioritizes commands by order (shows first N that fit in budget)
- Separate token tracking for slash command overhead
- Evidence:
GM6() at line 402246,G4B() at line 402255,Y4B() at line 402266