What's wrong with this entry?
Anonymous. No account, no email.
What
IDE plugins and tool integrations can now register additional working-directory roots at runtime and trigger selective reloads of CLAUDE.md, skills, or plugins without restarting the session.
Details
- The directory must be a subdirectory of the current working directory
- Optional flags:
reload_claude_md,reload_skills,reload_plugins - On success the directory is added to the session's permission context
- Failure returns a descriptive error (e.g. "register_repo_root: /foo is not a subdirectory of cwd")
Evidence
New SDK subtype handler (search for "register_repo_root: ")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.