MCPcopy
hub / github.com/claude-code-best/claude-code / setPlanSlug

Function setPlanSlug

src/utils/plans.ts:58–60  ·  view source on GitHub ↗
(sessionId: SessionId, slug: string)

Source from the content-addressed store, hash-verified

56 * Set a specific plan slug for a session (used when resuming a session)
57 */
58export function setPlanSlug(sessionId: SessionId, slug: string): void {
59 setPlanSlugCacheEntry(sessionId, slug)
60}
61
62/**
63 * Clear the plan slug for the current session.

Callers 2

copyPlanForResumeFunction · 0.85
processInitialMessageFunction · 0.85

Calls 1

setPlanSlugCacheEntryFunction · 0.85

Tested by

no test coverage detected