Gantry 0.6.0
What's New
Copy as Prompt
Hand a container straight to your AI coding agent. Every container — in the list, the detail view (⌘⌥P), the menu bar and the dashboard's issues column — now has Copy as Prompt: one click puts a paste-ready debugging prompt on the clipboard with everything the agent needs to find the container on its own. The prompt carries the host and how to reach it (the exact ssh command, or the local socket), the Gantry MCP host_id with the tool names to call, the container's identity and state — image, health, exit code, restarts, ports, compose project — and a task matched to the symptom: an unhealthy container asks to debug the failing health check, a crash-looping one to find the crash, a healthy one leaves room for your own question. Paste it into Claude Code and let it dig in.
Connection fixes
- A failed
ProxyJumphop no longer leaks the already-established part of the chain: when a mid-chain hop refuses auth or its host key is rejected, the bastion connections opened so far are now torn down instead of lingering for the process lifetime. - Disconnecting a host while an automatic reconnect attempt was still dialing could let that attempt finish later and silently resurrect the session. In-flight connects are now invalidated by disconnect, so a disconnected host stays disconnected.
Install
brew install --cask getgantry/tap/gantry
xattr -dr com.apple.quarantine /Applications/Gantry.app