merge origin main updates

This commit is contained in:
LPF
2026-05-10 17:43:06 +08:00
58 changed files with 7574 additions and 1192 deletions

View File

@@ -148,6 +148,9 @@ func registerSubagentTools(registry *ToolRegistry, opts BootstrapOptions, worksp
func registerSessionTools(registry *ToolRegistry, opts BootstrapOptions) {
registry.Register(NewSessionsTool(opts.SessionList, opts.SessionHistory))
if opts.SessionManager != nil {
registry.Register(NewSessionSearchTool(opts.SessionManager))
}
}
func registerMemoryTools(registry *ToolRegistry, workspace string) {