Skip to content

Hermes Connector 0.2.2 — real browser fix and verified release - #2

Open
CorsenAI wants to merge 1 commit into
mainfrom
codex/connector-real-fix
Open

Hermes Connector 0.2.2 — real browser fix and verified release#2
CorsenAI wants to merge 1 commit into
mainfrom
codex/connector-real-fix

Conversation

@CorsenAI

@CorsenAI CorsenAI commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Résumé

  • corrige le routage exact Hermes session ↔ profil Chrome ↔ onglets attachés
  • sécurise l'authentification locale, les reconnexions et les courses d'onglets
  • rend l'installation/upgrade 0.2.2 compréhensible pour un utilisateur non technique
  • remplace la fausse démonstration par une capture vidéo réelle et vérifiée

Validation

  • 61 tests Python réussis (6 skips Windows attendus)
  • 19 tests JavaScript réussis
  • E2E Chrome réel et multi-profils réussis
  • paire ZIP finale 0.2.2 extraite et testée avec succès
  • sourceDirty=false, protocole 4, port 8766

Déploiement

Ne pas fusionner les Pages avant coordination avec l'approbation Chrome Web Store 0.2.2. La release GitHub fournit d'abord le compagnon exact requis par l'extension soumise.

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

Copy link
Copy Markdown

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: b9805ec2fa

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

if (!(Object.hasOwn(changeInfo || {}, "url") || Object.hasOwn(changeInfo || {}, "pendingUrl") ||
Object.hasOwn(changeInfo || {}, "status"))) return;
scheduleAttachedTabRefresh(tabId);
if (tab && tab.active) scheduleActiveTabBroadcast(tabId, tab);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Check the focused window before broadcasting tab updates

When the active tab of a background Chrome window navigates, tab.active is still true because activity is scoped per window. Passing that tab directly to scheduleActiveTabBroadcast bypasses the lastFocusedWindow query, so the panel can present the background-window tab as “current”; pressing Attach then fails the expectedTabId check and the display remains misleading until another refresh event. Verify that the updated tab belongs to the last-focused window before broadcasting it.

Useful? React with 👍 / 👎.

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.

1 participant