Releases: supratikpm/ServerSlayer
Releases · supratikpm/ServerSlayer
Smart Scope & Idle Detection
What's New
ServerSlayer just got smarter. This release introduces intelligent filtering to ensure you only kill what you intend to.
🎯 Scope Awareness
The agent now strictly validates the Scope of a process.
- Project: Only kills servers running from your current workspace.
- System/External: Ignores servers running in other folders or system paths.
- Default behavior now protects you from accidental cross-project kills.
💤 Idle Detection
Safely clean up your ports without disrupting active work.
- New Flag:
--idle-only - ServerSlayer checks for active TCP connections.
- If a server has a client connected (e.g., an open browser tab), it is skipped.
- If a server is truly idle (0 connections), it is slain.
🛠️ Utilities
- Windows Support: Added
psutilintegration for robust tracking of process paths and connections on Windows. - Better Reporting:
detectcommand now displays the "Scope" and "Active Connections" for each server.
Installation
Download the server-slayer-v1.1.0.zip asset below and unzip it into your .agent folder.
server-slayer-v1.1.0.zip
ServerSlayer v1.0.0 - Kill Stray Dev Servers
🎉 First release of ServerSlayer!
What's Included
/listports- List all running dev servers/killservers- Safely kill stray servers/nukeports- Force kill all dev servers/killport <port>- Kill specific port
Quick Install
Download ServerSlayer-v1.0.0.zip, extract, and copy the .agent folder to your project.
Works with Cursor, Antigravity, Continue.dev, and any agentic IDE!
ServerSlayer-v1.0.0.zip