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

Function isLegacyOpusFirstParty

src/utils/model/model.ts:545–547  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

543]
544
545function isLegacyOpusFirstParty(model: string): boolean {
546 return LEGACY_OPUS_FIRSTPARTY.includes(model)
547}
548
549/**
550 * Opt-out for the legacy Opus 4.0/4.1 → current Opus remap.

Callers 1

parseUserSpecifiedModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected