Unify agent topology and subagent memory logging

This commit is contained in:
lpf
2026-03-06 15:14:58 +08:00
parent 86691f75d0
commit cc04d9ab3a
27 changed files with 1408 additions and 791 deletions

View File

@@ -88,8 +88,6 @@ func (cb *ContextBuilder) buildToolsSection() string {
sb.WriteString(s)
sb.WriteString("\n")
}
sb.WriteString("\nWhen creating a new subagent or changing config.json agent definitions, draft first and wait for explicit user confirmation before persisting changes.\n")
return sb.String()
}