Skip to content

Release ThreadPilot 1.6.0 CPU assignment modes - #50

Merged
PrimeBuild-pc merged 2 commits into
mainfrom
codex/cpu-assignment-modes-v1.6.0
Aug 12, 2026
Merged

Release ThreadPilot 1.6.0 CPU assignment modes#50
PrimeBuild-pc merged 2 commits into
mainfrom
codex/cpu-assignment-modes-v1.6.0

Conversation

@PrimeBuild-pc

Copy link
Copy Markdown
Owner

Sintesi

  • aggiunge ThreadPilot automatic, Affinity Mask, Ideal Processor e CPU Sets
  • mantiene ThreadPilot automatic come default persistente e preserva le regole esistenti
  • aggiunge affinità topology-aware, verifica per-thread e stato read-only dei CPU Set riservati
  • aggiorna UI e localizzazioni nelle sette lingue supportate
  • aggiorna tutti i metadata e le note di rilascio a 1.6.0

Validazione

  • 689/689 test Debug
  • 689/689 test Release
  • build Release senza warning o errori
  • nessun pacchetto NuGet vulnerabile rilevato
  • installer e portabile 1.6.0 generati localmente
  • smoke test del single-file 1.6.0: exit code 0
  • quattro modalità verificate in VM Windows 11; multi-group/>63 coperti da test sintetici

Nota

Gli artefatti non sono firmati Authenticode se i secret di firma opzionali non sono configurati nella pipeline.

@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: 7381a68dbd

ℹ️ 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 on lines +668 to +670
if (selection.LogicalProcessors.Any(processor => processor.Group != 0))
{
return true;

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 Don’t reject every group-aware soft assignment

When the selected CPUs include any processor group other than 0, this returns true solely because ProcessModel.ProcessorAffinity is positive, so explicit CPU Sets and Ideal Processor modes stop with ProcessRestartRequired before reaching their group-aware APIs. On >64-CPU systems a normal live process still has a positive legacy affinity mask, so restarting will not change this condition and any selection containing CPU 64+ is permanently blocked in those explicit modes.

Useful? React with 👍 / 👎.

@PrimeBuild-pc
PrimeBuild-pc merged commit 23cbad3 into main Aug 12, 2026
3 checks passed
@PrimeBuild-pc
PrimeBuild-pc deleted the codex/cpu-assignment-modes-v1.6.0 branch August 12, 2026 13:08
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