claude-code: Add support for installing plugins (#8934)
Allow for configuring marketplaces or individual plugins. Both are provided as a list of either paths or packages. The lone plugins are enabled by adding a --plugin-dir argument to the wrapper script. Marketplaces are saved to the nix store and enabled by adding to the claude settings and known_marketplaces files. With the marketplace "installed", the plugin can just be enabled via the enabledPlugins setting.
This commit is contained in:
parent
0143d6ca9b
commit
7126ec6a55
11 changed files with 196 additions and 6 deletions
|
|
@ -0,0 +1,2 @@
|
|||
#! @bash-interactive@/bin/bash -e
|
||||
exec -a "$0" "/nix/store/00000000000000000000000000000000-claude-code/bin/.claude-wrapped" --plugin-dir /nix/store/00000000000000000000000000000000-test-plugin "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue