Skip to content

Conversation

@ThomasK33
Copy link
Member

What

  • VS Code extension now discovers a running mux server via MUX_SERVER_URL or ~/.mux/server.lock and uses HTTP oRPC for workspace listing/activity.
  • Falls back to the existing file-based metadata when no server is detected.
  • If a server is detected but unreachable, prompts the user to retry or explicitly opt into using local files (to avoid silently racing the server).
  • Uses backend-computed namedWorkspacePath for opening workspaces (local/worktree + SSH).

Validation

  • make static-check
  • cd vscode && bun run compile

Generated with mux • Model: openai:gpt-5.2 • Thinking: xhigh

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ThomasK33