Skip to content

Add multi-window editor support - #60

Merged
boomzero merged 9 commits into
mainfrom
codex/multi-window
Aug 25, 2026
Merged

Add multi-window editor support#60
boomzero merged 9 commits into
mainfrom
codex/multi-window

Conversation

@boomzero

Copy link
Copy Markdown
Owner

Summary

  • add independent editor windows with canonical document ownership and duplicate-file focusing
  • reuse untouched bootstrap windows while opening New/Open actions in separate windows when needed
  • scope presentation/debug windows and IPC access to their owning editor
  • add cross-platform single-instance file routing, safe Save As reservations, and sequential multi-window quit handling
  • document the architecture and add multi-window lifecycle tests

Validation

  • npm test — 143 tests passed
  • npm run typecheck — passed
  • npm run lint — passed
  • npm run build — passed

@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: e11c371bbe

ℹ️ 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 src/main/editorWindowManager.ts Outdated
@boomzero

Copy link
Copy Markdown
Owner Author

@codex review

@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: 21557ff8ec

ℹ️ 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 src/main/editorWindowManager.ts
Comment thread src/main/index.ts Outdated
@boomzero

Copy link
Copy Markdown
Owner Author

@codex review

@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: 7fd994b5c5

ℹ️ 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 src/main/launchPaths.ts
@boomzero
boomzero merged commit b467e60 into main Aug 25, 2026
6 checks passed
@boomzero
boomzero deleted the codex/multi-window branch August 25, 2026 08:34
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