Create worker Sessions for every issue and PR comment#1528
Open
kelos-bot[bot] wants to merge 1 commit into
Open
Create worker Sessions for every issue and PR comment#1528kelos-bot[bot] wants to merge 1 commit into
kelos-bot[bot] wants to merge 1 commit into
Conversation
kelos-bot
Bot
force-pushed
the
self-development-all-comment-sessions
branch
from
July 20, 2026 01:03
6d83a12 to
4769921
Compare
kelos-bot
Bot
force-pushed
the
self-development-all-comment-sessions
branch
from
July 20, 2026 01:08
4769921 to
9d1f846
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 cleanup
What this PR does / why we need it:
Which issue(s) this PR is related to:
N/A
Special notes for your reviewer:
Validation:
This intentionally covers GitHub issue_comment deliveries, which represent issue comments and PR conversation comments. It does not add inline review-comment events.
Does this PR introduce a user-facing change?
Summary by cubic
Create a durable Session for every new non-bot issue or PR conversation comment. Keep
/kelos pick-upas the opt-in to take full ownership; PR comments run on the PR head branch and issues usekelos-task-<number>, with a persistent workspace.New Features
issue_commentcreated events for issues and PR conversations; excludekelos-bot[bot]; inline review comments are not included./kelos pick-upownership.initialBranchuses PR head or falls back tokelos-task-{{.Number}}.kelos-dev-agentand make guidance persistence-neutral; remove the inline worker AgentConfig.AgentConfig,CommentBody/CommentURLtemplate variables, andgithubWebhookfields forSessionSpawner.Migration
Written for commit 9d1f846. Summary will update on new commits.