diff --git a/server/index.ts b/server/index.ts index 26098bf..076a8e7 100644 --- a/server/index.ts +++ b/server/index.ts @@ -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",