Does the observation of Continuous Learning v2 work with VS Code Claude Code? #1923
-
|
I find that there are some filters to prevent observe.sh from firing on non-human sessions to avoid. Is claude code on VS Code blocked in this way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Short answer: VS Code Claude Code is not blocked by a VS Code-specific filter in the current plugin path. What happens today:
So if the VS Code integration emits normal Claude Code hook events and either leaves A quick local check is to run a simple tool action from VS Code Claude Code and then inspect the project-scoped |
Beta Was this translation helpful? Give feedback.
Short answer: VS Code Claude Code is not blocked by a VS Code-specific filter in the current plugin path.
What happens today:
hooks/hooks.jsonroutes PreToolUse/PostToolUse throughscripts/hooks/observe-runner.js, not directly through a copiedobserve.shentry in~/.claude/settings.json.observe-runner.jsderivespre/postfrom the hook id and invokesskills/continuous-learning-v2/hooks/observe.sh.observe.shallowsCLAUDE_CODE_ENTRYPOINTvaluescli,sdk-ts, andclaude-desktop; if the variable is unset, it defaults tocli.ECC_HOOK_PROFILE=minimal,ECC_SKIP_OBSERVE=1, payloads withagent_id, and co…