Merge origin/master into worktree/remove-sdk-project-toolchain

# Conflicts:
#	THIRD_PARTY_NOTICES.md
This commit is contained in:
Tianyi Cui
2026-08-11 15:08:18 +08:00
181 changed files with 3919 additions and 1053 deletions

View File

@@ -216,6 +216,10 @@ export class HarnessSdkServer {
}
private async createSession(sessionId: string): Promise<SessionRecord> {
// No preset composition: this server's compositions keep the model-facing
// rows in the host plane, so this agent reads them from the global layer. A
// deployment that configures a roster has to join one here first
// (@deepseek-ai/dsh-agent-presets README, "Composing a child agent").
const handle = await this.ctx.agents.create({
sessionId: SessionId(sessionId),
meta: { cwd: this.cwd },