Skip to content

fix: resolve hardcoded port 7821 and wrong token path in browser relay#8114

Merged
marinatrajk merged 1 commit into
mainfrom
swarm/f842/task-1
Feb 24, 2026
Merged

fix: resolve hardcoded port 7821 and wrong token path in browser relay#8114
marinatrajk merged 1 commit into
mainfrom
swarm/f842/task-1

Conversation

@marinatrajk
Copy link
Copy Markdown
Contributor

@marinatrajk marinatrajk commented Feb 24, 2026

Address Codex review feedback on #8089:

  • assistant/src/amazon/client.ts: derive runtime HTTP port from getRuntimeHttpPort() ?? 7821 instead of hardcoding 7821 in the HTTP fallback path of sendRelayCommand
  • clients/chrome-extension/background/worker.ts: make relay port configurable via chrome.storage.local (relayPort key); connect() now reads the stored port (defaulting to 7821) to build the WebSocket URL dynamically
  • clients/chrome-extension/popup/popup.html + popup.ts: add a port input field to let users configure a non-default relay port; fix token file path typo (http_tokenhttp-token)
  • clients/chrome-extension/build.sh: fix same http_tokenhttp-token typo in install instructions

Open with Devin

…y and Chrome extension

Co-Authored-By: Claude <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 5 additional findings in Devin Review.

Open in Devin Review

Comment thread clients/chrome-extension/popup/popup.ts
Copy link
Copy Markdown

@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: 84f2e30e2b

ℹ️ 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".

Comment thread clients/chrome-extension/popup/popup.ts
@marinatrajk
Copy link
Copy Markdown
Contributor Author

Addressed in #8301

Sign up for free to 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.

2 participants