fix(core): hide scheduler background sessions - #1497
Closed
AaronZ345 wants to merge 1 commit into
Closed
Conversation
AaronZ345
force-pushed
the
fix/background-session-list-20260705
branch
2 times, most recently
from
July 8, 2026 14:40
d7a8a2e to
35b3c82
Compare
AaronZ345
force-pushed
the
fix/background-session-list-20260705
branch
2 times, most recently
from
July 14, 2026 03:05
34cb04b to
0a16e82
Compare
Contributor
Author
|
Hi @chenhg5, I’ve rebased this PR onto the latest main and all five CI checks are green. Could you please take another look and merge it when you have a chance? Thanks! |
AaronZ345
force-pushed
the
fix/background-session-list-20260705
branch
2 times, most recently
from
July 19, 2026 14:43
95d79ea to
4cc6970
Compare
AaronZ345
force-pushed
the
fix/background-session-list-20260705
branch
from
July 23, 2026 14:43
4cc6970 to
63fc319
Compare
AaronZ345
force-pushed
the
fix/background-session-list-20260705
branch
from
July 25, 2026 14:41
63fc319 to
cfad1a5
Compare
Contributor
Author
|
Superseded by #1650, which carries the same patch rebased onto the latest main on a fresh branch. |
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.
Summary
new_per_runsessions as background sessions./list,/switch, and/deletefiltering by default, including current and past agent session IDs.core.hide_scheduler_sessions = false, plus config docs, changelog, and tests.Fixes #1077.
Tests
go test ./corego test -tags no_web ./cmd/cc-connectSupersedes #1417. This is the same rebased patch on a fresh PR branch, including the requested compatibility opt-out.