Open
Conversation
- Fix avail==0 treated as "no stats": allow avail=0 as legitimate (guest OOM) - Fix max_mem auto-detection: use query-memory-size-summary (QEMU -m value) instead of current balloon size, which may have been shrunk by a prior daemon - Fix CRITICAL path slower than GROW: jump to max(desired, cur+2*step) - Change defaults: headroom 20%→40%, min-free 384M→1G - Make GROW jump directly to desired (matching SHRINK), both directions fast - Ensure desired >= used + min_free (at least 1G headroom always) - Add comprehensive docstring and update help text Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix mitmproxy startup: use systemd-run --user instead of nohup (process was killed when limactl shell SSH session exited) - Move proxy env vars from .bashrc to /etc/profile.d/credential-proxy.sh (avoids polluting shell after proxy stops) - Add git SSH→HTTPS rewrite via url.insteadOf (SSH can't go through HTTP proxy, HTTPS goes through mitmproxy for credential injection) - Fix gh >=2.40 migration error: write config.yml with version: "1" to prevent API call during multi-account migration - Make credential setup conditional: skip .credentials.json when CLAUDE_VM_PROXY_ACCESS_TOKEN unset, skip proxy chain when no credential rules exist - Request scoped tokens for all submodules (don't skip public repos, user may have write access) - Update ARC42 architecture doc with all changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Before starting the interactive GitHub device auth flow, verify the user has write access using git push --dry-run. Works with both SSH keys and HTTPS credentials — no API token needed. Repos without write access are skipped silently. Update ARC42 architecture doc. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4fad804 to
31ad65f
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
path_prefixmatching for GitHub App installation tokensX-Proxy-Token)systemd-run --userinstead ofnohup(survives SSH session exit)url.insteadOf(SSH can't go through HTTP proxy)config.yml version: "1"git push --dry-runbefore starting GitHub device auth flow/etc/profile.d/instead of.bashrcTest plan
python3 -m unittest test_credential_proxy -v)test_e2e_vm.py)agent-vm shell→gh auth status→git pushroundtripagent-vm claudewithCLAUDE_VM_PROXY_ACCESS_TOKENset🤖 Generated with Claude Code