Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
25
export
function
getDefaultSubagentModel(): string {
26
return
'inherit'
27
}
28
29
/**
30
* Get the effective model string
for
an agent.
Callers
2
resolveAgentModelDisplay
Function · 0.85
getAgentModel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected