What's wrong with this entry?
Anonymous. No account, no email.
What: Load plugins from local directories for the current session without permanently installing them How to use:
# Load plugins from one or more directories
claude --plugin-dir ./my-plugins --plugin-dir ../shared-plugins
# Plugins are active only for this session
claude --plugin-dir /path/to/custom/plugins chat
Details:
- Plugins loaded with
--plugin-dirare marked with@inlinesource designation - Multiple plugin directories can be specified by repeating the flag
- Plugins are loaded after standard installed plugins
- Path validation occurs before loading - non-existent paths are logged and skipped
- Session plugins persist only for the current command execution
- Evidence:
Td6()function at line 264116,GQA()at line 3778,YQA()at line 3781, CLI option at line 475753 in v2.0.25