MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / hasRequiredSubscription

Function hasRequiredSubscription

src/utils/computerUse/gates.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36// regardless of subscription tier — not all ants are max/pro, and per
37// CLAUDE.md:281, USER_TYPE !== 'ant' branches get zero antfooding.
38function hasRequiredSubscription(): boolean {
39 return true
40}
41
42export function getChicagoEnabled(): boolean {
43 // Disable for ants whose shell inherited monorepo dev config.

Callers 1

getChicagoEnabledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected