()
| 174 | export const subscribeToPendingHint = pendingHintChanged.subscribe |
| 175 | |
| 176 | export function getPendingHintSnapshot(): ClaudeCodeHint | null { |
| 177 | return pendingHint |
| 178 | } |
| 179 | |
| 180 | export function hasShownHintThisSession(): boolean { |
| 181 | return shownThisSession |
no outgoing calls
no test coverage detected