MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getFastModeModel

Function getFastModeModel

src/utils/fastMode.ts:145–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143export const FAST_MODE_MODEL_DISPLAY = 'Opus 4.6'
144
145export function getFastModeModel(): string {
146 return 'opus' + (isOpus1mMergeEnabled() ? '[1m]' : '')
147}
148
149export function getInitialFastModeSetting(model: ModelSetting): boolean {
150 if (!isFastModeEnabled()) {

Callers 2

onChangeFunction · 0.85
applyFastModeFunction · 0.85

Calls 1

isOpus1mMergeEnabledFunction · 0.85

Tested by

no test coverage detected