Conversation
wan9chi
force-pushed
the
remote-cache-config
branch
from
September 17, 2026 05:57
7855149 to
e96231c
Compare
fspy benchmarklinuxmacoswindows |
wan9chi
force-pushed
the
remote-cache-config
branch
from
September 21, 2026 10:45
e96231c to
67e02e8
Compare
wan9chi
added this pull request to stack #741
September 21, 2026 10:45
wan9chi
force-pushed
the
remote-cache-config
branch
3 times, most recently
from
September 22, 2026 14:03
65b48e0 to
e455c62
Compare
wan9chi
removed this pull request from stack #741
September 22, 2026 14:05
wan9chi
added this pull request to stack #745
September 22, 2026 14:05
wan9chi
force-pushed
the
remote-cache-config
branch
from
September 22, 2026 14:10
e455c62 to
a631878
Compare
wan9chi
force-pushed
the
remote-cache-config
branch
from
September 22, 2026 14:19
a631878 to
96e4492
Compare
wan9chi
force-pushed
the
remote-cache-config
branch
5 times, most recently
from
September 22, 2026 15:29
21cd645 to
adbd1b9
Compare
wan9chi
removed this pull request from stack #745
September 22, 2026 15:31
wan9chi
changed the base branch from
main
to
fix/windows-env-name-comparison
September 22, 2026 15:38
wan9chi
added this pull request to stack #748
September 22, 2026 15:38
Co-authored-by: GPT-6 <codex@openai.com>
Co-authored-by: GPT-6 <codex@openai.com>
wan9chi
force-pushed
the
remote-cache-config
branch
from
September 22, 2026 15:40
adbd1b9 to
4256d4a
Compare
This branch has not been deployed
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.
Motivation
Each planned execution needs a resolved remote cache endpoint and access mode. Resolve these settings before execution while keeping cache controls out of task environments and cache fingerprints.
Add workspace
remoteCache.url, task-levelremoteCache: false,--remote-cache=off/read/read-write, and theVP_REMOTE_CACHEandVP_REMOTE_CACHE_URLenvironment variables. Flags override the current environment, command-specific overrides remain scoped, and the default isreadwith an endpoint oroffwithout one. Disabling local caching also disables remote access.Plan snapshots cover precedence, inheritance, override isolation, task exclusions, invalid settings, and Windows environment-name casing.