Conversation
Signed-off-by: Arkady Mankovsky <arkash20@gmail.com>
Signed-off-by: Arkady Mankovsky <arkash20@gmail.com>
Signed-off-by: Arkady Mankovsky <arkash20@gmail.com>
This branch has not been deployed
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.
An agent handling a leased request can now read responses to its own helper request through
peer recent(reply_to=...), without acknowledging unfinished work or acquiring another lease. If the runtime executable cannot start, the waker restores its previous marker so installation/permission repair can be retried; ambiguous failures after process creation still suppress duplicate prompts.Stacked follow-up to #1666; base is
feat/agent-collaboration. The paired Enterprise PR #1885 enforces the newmessaging_scopepolicy and implements the response query. Its default is same-fleet messaging, with explicit admin opt-in for tenant-wide sends. Keep PostgreSQL delivery, one active lease, private stdio tokens, human oversight and explicit memory writes from the foundation PRs.Validation:
Reading a response leaves its delivery queued for later normal acknowledgement. Same-fleet policy enforcement requires the paired Enterprise change. This is a preview follow-up, not universal runtime/GA qualification. A model-driven probe remains unrun because automatic approval review rejected external model execution with generated test credential configuration; deterministic runtime and real stdio tests did run.
Normal native CI is enabled for the stacked
feat/agent-collaborationbase in both repositories; it otherwise only ran on main/dev.Final GitHub checks all passed on
7a314c829921042c1ac44e1e485ed977e5dd0b61: native CI run. Confirmed 2026-09-23. No review comments are outstanding.