Skip to content

Conversation

@ammar-agent
Copy link
Collaborator

Summary

  • Enable SSH workspace forks by copying the source workspace on the remote host to preserve local state.
  • Extend fork IPC + runtime tests to cover SSH/local matrix and uncommitted file preservation.

Background

  • SSH forks were previously blocked and used git clone semantics, which dropped uncommitted changes.
  • The fork flow should behave like local forks and preserve working tree state.

Implementation

  • Switch SSHRuntime fork to cp -a and update fork error/log messaging.
  • Allow SSH forks in WorkspaceService (keep Docker blocked).
  • Add SSH/local fork test matrix and helper support; assert uncommitted files carry over in SSH runtime tests.

Validation

  • make static-check

Risks

  • SSH fork now copies entire worktree, which may increase fork time for large repos.

Generated with mux • Model: openai:gpt-5.2-codex • Thinking: xhigh • Cost: $10.29

@github-actions github-actions bot added the enhancement New feature or functionality label Jan 24, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8d24c38f99

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant