mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-29 08:21:06 +08:00
feat: harden jsonl runtime reliability
This commit is contained in:
@@ -27,9 +27,9 @@ var defaultToolAllowlistGroups = []ToolAllowlistGroup{
|
||||
},
|
||||
{
|
||||
Name: "memory_read",
|
||||
Description: "Read-only memory tools",
|
||||
Description: "Read-only memory and session recall tools",
|
||||
Aliases: []string{"mem_read"},
|
||||
Tools: []string{"memory_search", "memory_get"},
|
||||
Tools: []string{"memory_search", "memory_get", "session_search"},
|
||||
},
|
||||
{
|
||||
Name: "memory_write",
|
||||
|
||||
Reference in New Issue
Block a user