mirror of https://github.com/langgenius/dify.git
feat: add Ralph Wiggum plugin support (#30525)
This commit is contained in:
parent
c29cfd18f3
commit
7d65d8048e
|
|
@ -3,6 +3,7 @@
|
|||
"feature-dev@claude-plugins-official": true,
|
||||
"context7@claude-plugins-official": true,
|
||||
"typescript-lsp@claude-plugins-official": true,
|
||||
"pyright-lsp@claude-plugins-official": true
|
||||
"pyright-lsp@claude-plugins-official": true,
|
||||
"ralph-wiggum@claude-plugins-official": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -235,3 +235,4 @@ scripts/stress-test/reports/
|
|||
|
||||
# settings
|
||||
*.local.json
|
||||
*.local.md
|
||||
|
|
|
|||
Loading…
Reference in New Issue