Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,9 @@ server.tool(
" /buddy statusline Enable or disable buddy in the status line",
" /buddy theme Set color theme: dark (bright) or light (dark colors)",
"",
"CLI:",
"CLI (run from the plugin directory — find it with:",
' cd "$(ls -d ~/.claude/plugins/cache/claude-buddy/claude-buddy/*/ | tail -1)"):',
"",
" bun run help Show full CLI help",
" bun run show Display buddy in terminal",
" bun run pick Interactive buddy picker",
Expand Down