fix(web): align Agent tool dialog with TUI ctrl+o expand (#585)

This commit is contained in:
Junmo Kim
2026-05-07 08:28:03 +08:00
committed by GitHub
parent 08d3d9e111
commit e17d7e5995
15 changed files with 325 additions and 78 deletions
+1
View File
@@ -28,6 +28,7 @@ const STANDARD_TOOLS: Record<string, string> = {
'TodoWrite': 'Update Tasks',
'TodoRead': 'Read Tasks',
'Task': 'Launch Agent',
'Agent': 'Launch Agent',
// Team management
'TeamCreate': 'Create Team',