Skip to content

v2.7.0

Latest

Choose a tag to compare

@ShunL12324 ShunL12324 released this 02 Feb 12:28
· 9 commits to master since this release

What's New

🛑 New Tool: xhs_stop_explore

  • Gracefully stop running explore sessions
  • Can stop specific session by ID or all active sessions
  • Uses AbortController-based cancellation mechanism
  • Session completes current action before stopping

Usage

// Stop all explore sessions for an account
xhs_stop_explore({ account: "my-account" })

// Stop a specific session
xhs_stop_explore({ account: "my-account", sessionId: "session-id" })

Documentation

  • Added API documentation for xhs_stop_explore
  • Updated README with new tool