Skip to content

wait for every connection request before resuming the agent - #320

Open
bjesus wants to merge 1 commit into
mainfrom
fix/wait-for-all-connection-requests
Open

wait for every connection request before resuming the agent#320
bjesus wants to merge 1 commit into
mainfrom
fix/wait-for-all-connection-requests

Conversation

@bjesus

@bjesus bjesus commented Aug 24, 2026

Copy link
Copy Markdown
Member

When the agent asks for several connections in one turn, accepting the first card resumed it right away, so it carried on as if the rest had been refused. Now the turn resumes only once every request it raised has been decided and all were accepted; a denial leaves the turn ended, the same rule an awaited action already follows.

When the agent asks for several connections in one turn, accepting the
first card resumed it right away, so it carried on as if the rest had
been refused. Now the turn resumes only once every request it raised has
been decided and all were accepted; a denial leaves the turn ended, the
same rule an awaited action already follows.

The current-turn scan is shared with the awaited-action resume path.
@github-actions github-actions Bot added the kernel Changes to the Workshop kernel label Aug 24, 2026
@github-actions

Copy link
Copy Markdown

Preview: pr320-fix-wait-for-3d748fc7

https://pr320-fix-wait-for-3d748fc7-router.cloudflare-os-previews.workers.dev

Dashboard · deleted when this PR closes

@ndisidore ndisidore left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kernel Changes to the Workshop kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants