Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Usage examples for all tools
- Security best practices
- Troubleshooting guide

## [0.2.0] - 2025-12-23

### Changed
- Replaced all tools with a curated set focused on LLM workflows:
- `list_servers`, `save_server`, `remove_server`, `execute_command`, `upload_file`, `download_file`
- Switched persistence to `~/.config/remoteshell/hosts.json` and added `last_connected` to help LLMs prefer recently-working servers.
- Added machine-readable error codes (e.g. `auth_failed`) in tool results to enable recovery flows (e.g. ask user to update credentials).
- Added default `local_path` behavior for uploads/downloads when omitted.

### Removed
- Legacy tools: `create_connection`, `list_connections`, `close_connection`
- Legacy config surfaces: `~/.remoteShell/config.json` and `--connections` CLI argument

Loading