MCPcopy
hub / github.com/coder/mux / getThinkingLevelKey

Function getThinkingLevelKey

src/common/constants/storage.ts:177–179  ·  view source on GitHub ↗
(scopeId: string)

Source from the content-addressed store, hash-verified

175 * Format: "thinkingLevel:{scopeId}"
176 */
177export function getThinkingLevelKey(scopeId: string): string {
178 return `thinkingLevel:${scopeId}`;
179}
180
181/**
182 * Get the localStorage key for per-agent workspace AI overrides cache.

Callers 15

AppInnerFunction · 0.90
WorkspaceModeAISyncFunction · 0.90
syncCreationPreferencesFunction · 0.90
ChatInputInnerFunction · 0.90
startInPlanModeFunction · 0.90

Calls

no outgoing calls

Tested by 2

startInPlanModeFunction · 0.72