MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / setActiveProfile

Method setActiveProfile

packages/agent-core/src/agent/index.ts:285–288  ·  view source on GitHub ↗
(profile: ResolvedAgentProfile, brandHome?: string)

Source from the content-addressed store, hash-verified

283 }
284
285 setActiveProfile(profile: ResolvedAgentProfile, brandHome?: string): void {
286 this.activeProfile = profile;
287 this.brandHome = brandHome;
288 }
289
290 /**
291 * Re-render the system prompt with freshly gathered runtime context (cwd

Callers 2

useProfileMethod · 0.95

Implementers 1

AcpServerpackages/acp-adapter/src/server.ts

Calls

no outgoing calls

Tested by

no test coverage detected