Use Sessions for pick-up across repositories#1545
Merged
Merged
Conversation
kelos-bot
Bot
force-pushed
the
agent/restrict-worker-sessions-to-pick-up
branch
from
July 23, 2026 21:42
0ace094 to
4e9fed8
Compare
kelos-bot
Bot
force-pushed
the
agent/restrict-worker-sessions-to-pick-up
branch
from
July 23, 2026 21:54
4e9fed8 to
53f4e5a
Compare
gjkim42
marked this pull request as ready for review
July 23, 2026 21:59
kelos-bot
Bot
force-pushed
the
agent/restrict-worker-sessions-to-pick-up
branch
from
July 23, 2026 22:06
53f4e5a to
bdd703f
Compare
Collaborator
|
/kelos review |
Contributor
Author
|
🤖 Kelos Task Status Task |
Contributor
Author
|
🤖 Kelos Reviewer Agent @gjkim42 Review SummaryVerdict: APPROVE Findings Overview
FindingsDocumentation
Key takeaways
|
kelos-bot
Bot
force-pushed
the
agent/restrict-worker-sessions-to-pick-up
branch
from
July 23, 2026 22:14
bdd703f to
7bc2706
Compare
gjkim42
enabled auto-merge
July 23, 2026 22:15
kelos-bot
Bot
force-pushed
the
agent/restrict-worker-sessions-to-pick-up
branch
from
July 23, 2026 22:29
7bc2706 to
b9c4233
Compare
gjkim42
enabled auto-merge
July 23, 2026 22:29
gjkim42
disabled auto-merge
July 23, 2026 22:33
kelos-bot
Bot
force-pushed
the
agent/restrict-worker-sessions-to-pick-up
branch
from
July 23, 2026 22:35
b9c4233 to
612303d
Compare
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.
🤖 Kelos Agent @gjkim42
What type of PR is this?
/kind bug
What this PR does / why we need it:
PR #1528 unintentionally broadened
kelos-workersso every new issue or pull request conversation comment created a separate Session. SessionSpawner names Sessions by webhook delivery, so those comments did not continue the original Session; they created additional Sessions.This change applies one explicit pickup mechanism across every configured repository: Kelos, Agora, and Kanon.
/kelos pick-upcomment fromgjkim42on an open issuebase-agentAgentConfigWhich issue(s) this PR is related to:
N/A
Special notes for your reviewer:
Validation:
make verifymake testRegression tests cover all six resources, including the resource kind, persistent workspace, exact AgentConfig references, issue and PR filters, repository-specific issue branches, PR branch rendering, and non-matching pickup cases.
Does this PR introduce a user-facing change?