Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

register_repo_root and add_directory refactor (mostly renaming)

Internal renaming pass over the repo-registration and add-directory handlers, plus a small plugin-reload tracking addition

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.268,
Under the hood

Internal renaming pass over the repo-registration and add-directory handlers, plus a small plugin-reload tracking addition

What

The internal handlers behind registering a repository root and adding a directory were renamed and reorganized with no clear change in behavior. One small addition: register_repo_root now sets a new internal flag after it reloads plugins, which looks like it tracks that a reload happened.

Why

Mostly internal cleanup with no expected effect on day-to-day use, though the new flag suggests some future or related logic will be able to check whether a plugin reload already occurred during repo registration.

See this entry in the whole of v2.1.268 →

Feedback