feat: Add page_refresh global tool and update voice shortcut to Ctrl+Space
- Add page_refresh tool to reload the page via MCP - Change push-to-talk shortcut from Ctrl+S to Ctrl+Space - Use capture phase for keyboard events to intercept before terminal
This commit is contained in:
@@ -15,6 +15,7 @@ export const ALL_TOOL_METAS: ToolMeta[] = [
|
||||
{ name: 'activate_tool', description: 'Activa una herramienta MCP', category: 'global' },
|
||||
{ name: 'deactivate_tool', description: 'Desactiva una herramienta MCP', category: 'global' },
|
||||
{ name: 'pin_tool', description: 'Pinnea una herramienta', category: 'global' },
|
||||
{ name: 'page_refresh', description: 'Recarga la pagina completamente', category: 'global' },
|
||||
|
||||
// Canvas tools
|
||||
{ name: 'render_html', description: 'Renderiza HTML en el canvas', category: 'canvas' },
|
||||
@@ -65,7 +66,7 @@ export const ALL_TOOL_METAS: ToolMeta[] = [
|
||||
{ name: 'terminal_toggle', description: 'Alterna abrir/cerrar el terminal', category: 'terminal' },
|
||||
{ name: 'terminal_move', description: 'Mueve la ventana del terminal a una posicion', category: 'terminal' },
|
||||
{ name: 'terminal_resize', description: 'Cambia el tamano de la ventana del terminal', category: 'terminal' },
|
||||
|
||||
|
||||
// Response UI tools
|
||||
{ name: 'bubbleResponse', description: 'Muestra un mensaje del agente en la UI', category: 'terminal' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user