[REV-2383] Scope oz run list by team - #15811
Open
warp-agent-staging[bot] wants to merge 2 commits into
Open
Conversation
Resolve TeamSelection once for run listing and carry its request scope through table, NDJSON, and raw JSON requests while leaving existing UI caches unscoped. Co-Authored-By: Warp Agent <agent@warp.dev>
Contributor
Author
|
This PR was generated with Warp. Comment |
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.



Description
Adds
TeamSelectiontooz run listand carries one resolved request scope through table, NDJSON, and raw JSON listing. Existing UI callers remain unscoped until their caches can distinguish team context.Tracks REV-2383. Origin: Slack thread.
Linked Issue
Testing
cargo check -p warp --all-targetscargo nextest run -p warp_cli -E 'test(task::tests)'— 10 passedcargo nextest run -p warp -E 'test(ai::agent_sdk::ambient::tests)'— 30 passedcargo clippy -p warp -p warp_cli --all-targets --tests -- -D warningsCARGO_INCREMENTAL=0 ./script/presubmit— formatting, lint, and auxiliary checks passed; full workspace test compilation stopped when the sandbox exhausted its build-storage quota.Manual
./script/runtesting was not run; this command is covered by focused parser and client-routing tests.Agent Mode
CHANGELOG-OZ: Added team selection to
oz run list.