feat(subagents): add idle ttl cleanup and summary tool
This commit is contained in:
@@ -55,6 +55,7 @@ const PROFILE_TOOLS: Record<ToolProfile, Set<string>> = {
|
||||
'subagent.list',
|
||||
'subagent.cancel',
|
||||
'subagent.delete',
|
||||
'subagent.summary',
|
||||
]),
|
||||
coding: new Set([
|
||||
'file.read',
|
||||
@@ -117,6 +118,7 @@ const PROFILE_TOOLS: Record<ToolProfile, Set<string>> = {
|
||||
'subagent.list',
|
||||
'subagent.cancel',
|
||||
'subagent.delete',
|
||||
'subagent.summary',
|
||||
]),
|
||||
full: new Set(), // Special: matches everything
|
||||
};
|
||||
@@ -146,6 +148,7 @@ export const TOOL_GROUPS: Record<string, string[]> = {
|
||||
'subagent.list',
|
||||
'subagent.cancel',
|
||||
'subagent.delete',
|
||||
'subagent.summary',
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user