You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add paste_text tool and enhance type_text with newline support
Introduces paste_text() for instant text input using Chrome DevTools Protocol, significantly improving performance for large content. Enhances type_text() with parse_newlines and shift_enter parameters for proper Enter key handling in multi-line forms and chat applications. Updates documentation and tool counts to reflect these changes.
✅ **Advanced Text Input System (v0.2.3)** - Lightning-fast `paste_text()` via CDP and enhanced `type_text()` with newline parsing for complex multi-line form automation
167
+
165
168
✅ **Complete Dynamic Hook System with Response-Stage Processing** - AI-powered network interception system with real-time processing, no pending state, custom Python function support, and full response content modification capability
-**Content Management**: Paste large documents instantly without timeouts
274
+
-**Chat Applications**: Send multi-line messages with proper line breaks
275
+
-**Code Input**: Paste code snippets with preserved formatting
276
+
-**Markdown Editors**: Handle content with proper line separations
277
+
278
+
**Real-world impact**: What used to take 30+ seconds of character-by-character typing now happens instantly, with proper newline handling for complex forms.
279
+
249
280
---
250
281
251
282
## 🎛️ **Modular Architecture**
@@ -256,8 +287,8 @@ Restart your MCP client and ask your agent:
0 commit comments