Description
The /buddy slash command is no longer available. When typing /buddy in the CLI, it returns:
The companion configuration in ~/.claude.json is still intact:
"companion": {
"name": "Kiln",
"personality": "...",
"hatchedAt": 1775270975495
}
Expected behavior
/buddy should invoke the companion (Buddy/Kiln) as it did before.
Environment
- Claude Code version: 2.1.97
- OS: Ubuntu 24.04 LTS (on ESXi VM)
- Shell: bash (via tmux)
Steps to reproduce
- Open Claude Code CLI
- Type
/buddy
- Get
Unknown skill: buddy error
Additional context
The companion was previously working and configured via ~/.claude.json. It's unclear which version removed or renamed this command.
Description
The
/buddyslash command is no longer available. When typing/buddyin the CLI, it returns:The companion configuration in
~/.claude.jsonis still intact:Expected behavior
/buddyshould invoke the companion (Buddy/Kiln) as it did before.Environment
Steps to reproduce
/buddyUnknown skill: buddyerrorAdditional context
The companion was previously working and configured via
~/.claude.json. It's unclear which version removed or renamed this command.