mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-17 21:17:28 +08:00
merge origin main updates
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user