Skip to content

Fix Dock mode switching and inactive saved bands - #22

Open
TheBeems wants to merge 3 commits into
codex/sprint-4-provider-pilotfrom
codex/fix-dock-mode-switch
Open

Fix Dock mode switching and inactive saved bands#22
TheBeems wants to merge 3 commits into
codex/sprint-4-provider-pilotfrom
codex/fix-dock-mode-switch

Conversation

@TheBeems

@TheBeems TheBeems commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Switching off Separate Dock items previously left saved separate IDs restorable alongside the combined band. Every usage refresh also replaced band objects and triggered a provider-wide host reload.

The provider now uses the active mode and visibility settings for both offered and restored bands. Band/page instances remain stable; inactive pages are emptied and notified, and normal updates refresh existing items without a provider-wide reload. Layout snapshots are published before synchronous host callbacks. Repeated display-property notifications also recover a host subscription that missed an initial update.

Validation:

  • 371 native ARM64 tests pass locally. Nine targeted checks failed against the original implementation and pass after the fix.
  • CI run 34403646161 passes on final head 36363df7e8051d279d6a1288fbb980ae95aa0b07: 371 x64 tests, x64 and ARM64 Debug builds with zero warnings/errors, and Store package validation.
  • Regression coverage includes both mode transitions, restart restoration, retained page clearing and callbacks, hidden metrics, Claude disable/refresh, stable identity, and repeated title notifications. Independent agent review completed.
  • The authorized ARM64 local development installation was updated. Automated integration preflight confirms healthy registration, AppExtension discovery, and the local COM provider running. Command Palette loaded ten commands and one combined band. One legacy provider pin was migrated after verified settings/data backups; this is a local repair, not automatic application behavior.

The host retains saved pins; changing modes does not automatically move or convert them. README and settings help explain adding the desired bands through Dock customization. The reported host COM failure had no stack trace, so these checks establish the extension fixes; the live click sequence remains a manual verification step.

Stacked on #21; no package identity, version, or COM registration changes. No merge or Store publication performed.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-09T20:54:49.019454Z 3c50c02 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@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: 3c50c02eda

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

Comment thread README.md
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