mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-08-07 20:03:29 +00:00
Compare commits
2 Commits
bump-snowf
...
fix/quote-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b58bdbf551 | ||
|
|
ae21a93679 |
@@ -2286,7 +2286,7 @@
|
|||||||
"url": "https://github.com/Snowflake-Labs/snowflake-ai-kit.git",
|
"url": "https://github.com/Snowflake-Labs/snowflake-ai-kit.git",
|
||||||
"path": "plugins/cortex-code",
|
"path": "plugins/cortex-code",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"sha": "b16692d548e9c785be640c06f3f3220ddf46c065"
|
"sha": "c3f720020a3b6c8927f97362c2e5884e959acd53"
|
||||||
},
|
},
|
||||||
"homepage": "https://docs.snowflake.com/en/user-guide/cortex-code"
|
"homepage": "https://docs.snowflake.com/en/user-guide/cortex-code"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/pretooluse.py",
|
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/pretooluse.py\"",
|
||||||
"timeout": 10
|
"timeout": 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/posttooluse.py",
|
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/posttooluse.py\"",
|
||||||
"timeout": 10
|
"timeout": 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/stop.py",
|
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/stop.py\"",
|
||||||
"timeout": 10
|
"timeout": 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/userpromptsubmit.py",
|
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/userpromptsubmit.py\"",
|
||||||
"timeout": 10
|
"timeout": 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/security_reminder_hook.py"
|
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/security_reminder_hook.py\""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"matcher": "Edit|Write|MultiEdit"
|
"matcher": "Edit|Write|MultiEdit"
|
||||||
|
|||||||
Reference in New Issue
Block a user