docs: update README, CHANGELOG, CLAUDE.md with new ssh.py features

This commit is contained in:
chrome-storm-c442
2026-02-24 07:19:02 -05:00
parent e75afddb99
commit e7634bf397
3 changed files with 48 additions and 9 deletions

View File

@@ -1,6 +1,22 @@
# Changelog
## [1.8.24] - 2026-02-24
### Added
- **ssh.py --info ALIAS** — safe server information (no credentials like IP/login/password)
- **ssh.py --set-note ALIAS "desc"** — update server notes from command line
- **ssh.py --list** now shows Notes column
- **Fuzzy alias search** — keyword search (e.g. "tor" finds "API TOR contabo..."), word-boundary priority
- **--no-sudo** flag documented in skill template
- **SFTP upload/download** — fix for Windows/Git Bash: remote path normalization with double slash //
- **Security improvements** — --add no longer shows user@ip:port, --list-full has WARNING, --info doesn't show credentials
- **Global ~/.claude/CLAUDE.md** — Claude Code guidelines for all projects
- **Memory Bank algorithm** — auto-sync data from live sources
## [1.6.2] - 2026-02-23