v1.8.60: multi-type status check + --add in skill + skill docs update
- _check_status_one: proper connectivity check per server type (SSH/SQL/Redis/Grafana/Prometheus/WinRM/RDP) - ping_server uses _check_status_one instead of paramiko-only - check_status shows server type column - skill-ssh.md: allow --add, document it, update --status description - CLAUDE.md: add --add/--remove/--set-note to command reference Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""Version info for ServerManager."""
|
||||
|
||||
__version__ = "1.8.59"
|
||||
__version__ = "1.8.60"
|
||||
__app_name__ = "ServerManager"
|
||||
__author__ = "aibot777"
|
||||
__description__ = "Desktop GUI for managing remote servers"
|
||||
|
||||
Reference in New Issue
Block a user