Fix OMP presence after subagent shutdown#670
Merged
Merged
Conversation
panosAthDBX
force-pushed
the
fix-omp-presence-subagents
branch
from
July 14, 2026 16:31
0c1f4e2 to
9dd03c1
Compare
sbertix
approved these changes
Jul 14, 2026
sbertix
left a comment
Collaborator
There was a problem hiding this comment.
I trust you with this one (can't test it) 💪 thanks 🙇♂️
sbertix
enabled auto-merge (squash)
July 14, 2026 20:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #669
Summary
session_shutdowntoidleinstead ofsession_end, leaving final cleanup to PID liveness and surface closuresession_endfrom the bundled OMP extensionOMP loads configured extensions into each in-process subagent session. Those sessions share the top-level OMP process PID and Supacode surface, so a subagent
session_shutdownpreviously removed the main process presence record.Type of change
ready)How was this tested?
make checkpasses (format + lint)make testpassesmake build-apppasses. The focusedOmpSettingsInstallerTestsinvocation was attempted twice, but the test target currently fails during dependency compilation before tests execute because TCA'sWritableKeyPathdoes not conform toSendableunder the installed toolchain.The locally installed OMP extension was also updated with the same mapping for new OMP sessions.
AI tool disclosure (optional)
Checklist
Closes #above.ready.