Skip to content

v0.4.10

Choose a tag to compare

@rscorer rscorer released this 28 Aug 09:33
· 21 commits to main since this release

What's Changed in v0.4.10

馃殌 Highlights & Features

  • MCP Tool Discovery (agentic_ssh tools): Added a dedicated CLI command (and alias agentic_ssh list-tools) to inspect all built-in and dynamically registered custom MCP tools, parameter types, requirements, and descriptions in human-readable terminal format or machine-readable JSON (--json). (#50)
  • Nix Flake & Cachix Binary Cache: Added first-class Nix packaging with flake.nix for zero-compile instant execution (nix run github:sandbanks/agentic_ssh), devShells, and automated binary uploads to sandbanks.cachix.org. (#52, #53)
  • Bounded Connection Timeouts & OpenSSH ConnectTimeout: Added configurable connect_timeout_secs, native OpenSSH ConnectTimeout parsing from ~/.ssh/config, guarded async handshakes / agent auth, and single-host execution timeout parity. (#51)
  • Command Execution Timeouts: Added timeout_secs option to run_command for bounded remote execution.