Skip to content

Blog

Gasoline v5.4.0 Released

Gasoline v5.4.0 redesigns the interaction model for better AI agent integration and reliability.

  • Improved interact() Tool — More reliable element selection and action execution
  • Visual Feedback — Toast notifications for AI-triggered interactions
  • Better Form Handling — Enhanced form filling with validation awareness
  • Robust Navigation — Improved page load detection and state tracking
  • More deterministic element targeting with semantic selectors
  • Better handling of dynamic content and SPA navigation
  • Improved timeout handling for slow operations
  • Enhanced compatibility with modern web frameworks
  • Fixed element visibility detection on overlaid modals
  • Resolved form submission race conditions
  • Improved navigation state after dialog close
Terminal window
npm install -g gasoline-mcp@5.4.0

v5.4.0 Release

Gasoline v5.3.0 Released

Gasoline v5.3.0 adds comprehensive WebSocket inspection and significant performance improvements.

  • WebSocket Capture — Full message tracking for WebSocket connections
  • Real-time Message Streaming — Monitor WebSocket traffic as it happens
  • Binary Message Support — Handle binary WebSocket frames alongside text
  • Connection State Tracking — Visualize connection open/close lifecycle
  • 40% reduction in memory overhead
  • Optimized log buffer management
  • Faster message serialization
  • Fixed observer timeout on high message volume
  • Improved handling of concurrent connections
  • Better cleanup of abandoned resources
Terminal window
npm install -g gasoline-mcp@5.3.0

v5.3.0 Release

Gasoline v5.2.5 Released

Gasoline v5.2.5 focuses on stability and fixes edge cases discovered in production use.

  • Better handling of rapid tab switching
  • Improved memory cleanup on long sessions
  • Fixed race conditions in message queue
  • Enhanced resilience to malformed responses
  • Resolved observer disconnection on network errors
  • Fixed log queue overflow handling
  • Improved error message formatting for edge cases
Terminal window
npm install -g gasoline-mcp@5.2.5

v5.2.5 Release

Gasoline v5.2.1 Released

Quick patch release fixing issues with error clustering in v5.2.0.

  • Fixed error clustering not deduplicating similar stack frames
  • Resolved network filter persistence across tab navigation
  • Improved WebSocket connection tracking stability
Terminal window
npm install -g gasoline-mcp@5.2.1

v5.2.1 Release

Gasoline v5.2.0 Released

Gasoline v5.2.0 improves error handling, network inspection, and adds better filtering options for high-volume environments.

  • Enhanced Error Clustering — Group related errors for clearer debugging
  • Network Filtering — Filter requests by status, content-type, and size
  • Better Error Context — Stack traces and request/response details inline
  • Performance Improvements — Reduced memory usage on long-running sessions
  • Error deduplication across similar stack traces
  • Network waterfall visualization improvements
  • Better handling of WebSocket connections
  • Improved timeout handling for slow networks
Terminal window
npm install -g gasoline-mcp@5.2.0

v5.2.0 Release