feat(cron): add opt-in session history delivery - #7400
Closed
helix4u wants to merge 1 commit into
Closed
Conversation
helix4u
marked this pull request as ready for review
April 10, 2026 21:43
Contributor
|
@teknium1 would you please be willing to merge this in at least :( this will help the experience a lot! |
Contributor
|
Agreed! ^ I was just planning to do this when I stumbled upon your PR. |
|
This would make cron tasks way better! watching for when this one gets merged in. |
|
any news to implement this?? |
|
Any progress on this? This is an essential feature. |
Contributor
|
Thanks for the contribution. Current
The current implementation also documents the continuable-job behavior in |
1 task
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.
What does this PR do?
Adds an opt-in cron delivery mode that mirrors delivered cron output into the target gateway conversation history so later turns in that chat can see it.
This keeps the existing isolated cron behavior as the default and adds a per-job into_history toggle for users who want cron output to become part of the live conversation history.
Related Issue
Type of Change
Changes Made
How to Test
Targeted tests run and passed:
Manual behavior tested locally:
Full suite status:
The full suite is currently red in unrelated areas outside this change, so this PR is scoped to the cron/history feature and its focused regression coverage.
Checklist