Skip to content

Releases: ZainTechnologiesLTD/codex-remote-ssh

Codex Remote SSH v0.6.2

20 May 23:50

Choose a tag to compare

Codex Remote SSH v0.6.1

11 May 11:14

Choose a tag to compare

Codex Remote SSH v0.6.0

26 Apr 22:07

Choose a tag to compare

What's new

  • Added an Apps-compatible visual Remote SSH folder picker.
  • Added remote_render_folder_picker, remote_browse_dir, and remote_select_workspace.
  • Added remote_connection_auth_check for key/config auth status and password-setup guidance.
  • Workspace selection now saves workspaceRoot and adds the selected directory to allowedPaths.
  • Updated docs, skill guidance, tests, and package metadata for v0.6.0.

Verification

  • npm test
  • npm pack --dry-run
  • Manual MCP initialize/tools/resources check

Codex Remote SSH v0.5.0

26 Apr 17:44

Choose a tag to compare

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 add terminal fallback
  • Added codex-remote-ssh list to 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

26 Apr 16:50

Choose a tag to compare

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_file for allowlisted writable files
  • Optional workspaceRoot on saved SSH connection profiles

Codex Remote SSH v0.3.1

26 Apr 16:36

Choose a tag to compare

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_connection against a saved connection profile.

Codex Remote SSH v0.3.0

26 Apr 16:24

Choose a tag to compare

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

26 Apr 15:39

Choose a tag to compare

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 --plugin

Install from the repository catalog:

npx codex-marketplace add ZainTechnologiesLTD/codex-remote-ssh --plugins