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

Function getDefaultSubagentModel

src/utils/model/agent.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 * the model from the parent thread.
24 */
25export function getDefaultSubagentModel(): string {
26 return 'inherit'
27}
28
29/**
30 * Get the effective model string for an agent.

Callers 2

resolveAgentModelDisplayFunction · 0.85
getAgentModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected