Releases: ZainTechnologiesLTD/codex-remote-ssh
Codex Remote SSH v0.6.2
Full Changelog: v0.6.1...v0.6.2
Codex Remote SSH v0.6.1
Full Changelog: v0.6.0...v0.6.1
Codex Remote SSH v0.6.0
What's new
- Added an Apps-compatible visual Remote SSH folder picker.
- Added
remote_render_folder_picker,remote_browse_dir, andremote_select_workspace. - Added
remote_connection_auth_checkfor key/config auth status and password-setup guidance. - Workspace selection now saves
workspaceRootand adds the selected directory toallowedPaths. - Updated docs, skill guidance, tests, and package metadata for v0.6.0.
Verification
npm testnpm pack --dry-run- Manual MCP initialize/tools/resources check
Codex Remote SSH v0.5.0
Codex Remote SSH v0.5.0 focuses on normal-user connection setup.
Highlights:
- Added
remote_connection_wizard, a simple Add SSH Connection tool with only Name, SSH Host, SSH Port, and Identity File fields - Kept advanced connection policy fields in
remote_add_host - Added
codex-remote-ssh addterminal fallback - Added
codex-remote-ssh listto inspect saved profiles without exposing private key paths
This release is designed so normal users do not need to manually configure MCP server command/arguments/environment fields.
Codex Remote SSH v0.4.0
Codex Remote SSH v0.4.0 moves the plugin closer to a remote workspace environment.
Highlights:
- Remote workspace bootstrap checks for OS, user, shell, workspace path, Node, npm, Git, ripgrep, and Python
- Bounded remote workspace tree inspection with
remote_tree - Remote text search with
remote_search_text - Remote Git status with
remote_git_status - Exact text replacement with
remote_replace_in_filefor allowlisted writable files - Optional
workspaceRooton saved SSH connection profiles
Codex Remote SSH v0.3.1
Codex Remote SSH v0.3.1 is a patch release for the new conversational connection setup flow.
Fixes:
- Ensures async SSH tool calls return results reliably when stdin closes.
- Validated
remote_test_connectionagainst a saved connection profile.
Codex Remote SSH v0.3.0
Codex Remote SSH v0.3.0 makes setup much easier for normal users.
Highlights:
- Add SSH connections conversationally with
remote_add_host - Save profiles automatically to
~/.codex/remote-ssh-hosts.json - Remove saved profiles with
remote_remove_host - Test saved connections with
remote_test_connection - Continue supporting advanced environment/config-file setup
Users can now say: "Add an SSH connection named my-server for user@hostname using identity file ~/.ssh/id_rsa."
Codex Remote SSH v0.2.0
Codex Remote SSH v0.2.0 introduces an enterprise-grade Remote SSH plugin for OpenAI Codex.
Highlights:
- Local MCP server for secure SSH-backed remote operations
- Host aliases, path allowlists, and write opt-in controls
- Built-in blocked patterns for high-risk commands
- Timeouts, output limits, and optional JSONL audit logging
- Marketplace-ready plugin manifest and catalog entry
- Professional documentation for configuration, security, privacy, terms, and architecture
Install the plugin directly:
npx codex-marketplace add ZainTechnologiesLTD/codex-remote-ssh/plugins/remote-ssh --pluginInstall from the repository catalog:
npx codex-marketplace add ZainTechnologiesLTD/codex-remote-ssh --plugins