MCPcopy Create free account
hub / github.com/Noumena-Network/code / isLegacyModelRemapEnabled

Function isLegacyModelRemapEnabled

src/utils/model/model.ts:686–688  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

684 * Opt-out for the legacy Opus 4.0/4.1 → current Opus remap.
685 */
686export function isLegacyModelRemapEnabled(): boolean {
687 return !isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_LEGACY_MODEL_REMAP)
688}
689
690export function modelDisplayString(model: ModelSetting): string {
691 if (model === null) {

Callers 2

parseUserSpecifiedModelFunction · 0.85

Calls 1

isEnvTruthyFunction · 0.90

Tested by

no test coverage detected