Update changelog with Cursor hooks support (#709)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jesse
2026-03-15 19:35:36 +00:00
parent 4e7c0842f8
commit 2b25774f31
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"hooks": {
"sessionStart": [
{
"command": "\"${CURSOR_PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start"
"command": "./hooks/session-start"
}
]
}