fix(agent): resolve oauth cache home cross-platform - #5151
Open
kalvinnchau wants to merge 1 commit into
Open
Conversation
Co-authored-by: Kalvin C <kalvinnchau@users.noreply.github.com> Signed-off-by: Kalvin C <kalvinnchau@users.noreply.github.com>
kalvinnchau
force-pushed
the
windows-xp/fix-windows-oauth-home
branch
from
August 7, 2026 05:22
836d820 to
b3b1528
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.
Summary
dirsconvention.config/buzz-agent/oauthcache layout on macOS and LinuxProblem
buzz-agentread only$HOMEwhen constructing the OAuth token cache path. Packaged Windows processes do not guarantee that Unix variable, so OAuth source construction failed withoauth cache: $HOME not seteven though Windows had a valid user profile.Validation
Independent reviewers validated exact commit
836d820483b141b7291170cb33535ac7cb49b2ebon Windows/MSVC withHOMEunset andUSERPROFILEpresent:cargo +1.94.1 clippy -p buzz-agent --all-targets --locked -- -D warningscargo +1.94.1 fmt --all -- --checkgit diff --check f53bbd1..836d820auth::tests: 11/11 passed withHOMEunsetThe changed regression fails on the base with
$HOME not setand passes on this branch.dirs 6.0.0was already locked by other workspace crates; the lockfile change adds only thebuzz-agentdependency edge.