Release Codex Deck 0.6.0 - #2
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 02321aeebc
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| throw 'An automatically managed SSH tunnel must use the Windows loopback address.' | ||
| } | ||
|
|
||
| $url = if ($MacAddress -match '^ws://') { $MacAddress } else { "ws://${MacAddress}:$Port" } |
There was a problem hiding this comment.
Bracket IPv6 relay hosts before saving
When pairing over Tailscale IPv6, a bare address such as fd7a:115c:a1e0::1 is accepted by the relay allowlist but this interpolation writes ws://fd7a:115c:a1e0::1:47651, which is not a valid URL; readRelayClientConfig later calls new URL(config.url) and silently ignores the relay config. Wrap IPv6 literals in [] before composing the URL so the documented IPv6 pairing path can connect.
Useful? React with 👍 / 👎.
What changed
Why
Codex Deck can now work as a reliable local Codex Micro-style control surface on either desktop platform and optionally combine both computers without exposing Codex's local debugging interface.
Validation
Codex Deck remains an unofficial community project and relies on undocumented Codex desktop internals.