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