MCPcopy Create free account
hub / github.com/WJX20/claude-code / resetSentSkillNames

Function resetSentSkillNames

src/utils/attachments.ts:2613–2616  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2611// change on disk) so new skills get announced. NOT called on compact —
2612// post-compact re-injection costs ~4K tokens/event for marginal benefit.
2613export function resetSentSkillNames(): void {
2614 sentSkillNames.clear()
2615 suppressNext = false
2616}
2617
2618/**
2619 * Suppress the next skill-listing injection. Called by conversationRecovery

Callers 3

clearAllCachesFunction · 0.85
scheduleReloadFunction · 0.85
clearSessionCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected