MCPcopy
hub / github.com/codeaashu/claude-code / shouldShowAppUpgradeMessage

Function shouldShowAppUpgradeMessage

src/bridge/envLessBridgeConfig.ts:161–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 * roll the v2 bridge before the app ships the new session-list query.
160 */
161export async function shouldShowAppUpgradeMessage(): Promise<boolean> {
162 if (!isEnvLessBridgeEnabled()) return false
163 const cfg = await getEnvLessBridgeConfig()
164 return cfg.should_show_app_upgrade_message
165}
166
167

Callers 1

useReplBridgeFunction · 0.85

Calls 2

isEnvLessBridgeEnabledFunction · 0.85
getEnvLessBridgeConfigFunction · 0.85

Tested by

no test coverage detected