feat(web): switch scheduled tasks between environments - #10706
Open
atimmer wants to merge 1 commit into
Open
Conversation
atimmer
force-pushed
the
feat/scheduled-task-machines
branch
from
September 9, 2026 01:19
999d98b to
898479e
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.
I found it annoying that I couldn't see scheduled tasks from my other machines. So this is that PR. Given scheduled tasks are only on the new orchestrator, this is based on that.
Agent PR description:
Creating on behalf of Anton (GPT-6)
Scheduled Tasks settings defaults to the primary environment and provides no way to select another machine, even when it is connected. Add device tabs using the same segmented controls and machine icons as Providers settings. Selecting a device shows its complete task list and scopes the editor to that environment.
The selection lives in the URL, so task deep links and browser history work. Switching devices clears the task-specific target. The selector stays available during loading and connection failures; disconnected devices do not expose cached task actions.
Screenshots
Selecting the second environment:
Captured at a 1280×800 viewport, cropped to the settings content, with two disposable environments and paused sample tasks. Both are named
minibecause the test servers run on the same host. The original versions of both changed files are identical on the V2 base and the tested fork.Validation
Based on the orchestrator V2 branch from #2829 (
t3code/codex-turn-mapping), notmain.Implemented and verified with GPT-6 in the Codex harness through T3 Code.
Note
Add environment switching tabs to Scheduled Tasks settings
Macroscope summarized 999d98b.