Install unqualified agent commands as wrappers#66
Merged
brycelelbach merged 1 commit intoJun 9, 2026
Conversation
e829c15 to
000ea23
Compare
000ea23 to
22f5ecd
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
claudeandcodexcommands as regular AAB launcher files instead of provider symlinks. The selectedclaudeentrypoint is written as a launcher file at~/.local/aab-bin/claude(kept ahead of~/.local/binon PATH, where the native auto-updater owns~/.local/bin/claude);codexis written at~/.local/bin/codex.claude-third-party-deepseekandcodex-third-party-openai.~/.bashrcalias-free; it only manages PATH and non-secret unattended-mode exports.Rebased onto
upstream/main, which had rearchitected the launcher (native binary stays at~/.local/bin/claude, AAB entrypoint moved to~/.local/aab-bin, plus a newthird-party-nemotronprovider). This change now installs that entrypoint as a launcher file rather than a symlink to a provider wrapper, and the nemotron unit test was updated to match.Tests
./test.bash(lint + unit) — lint clean; unit1..108, allok,0failures../test.bash --docker— full e2e in freshubuntu:22.04:All e2e assertions passed./=== docker e2e passed ===. Coversclaude wrapper family installed and selected (launcher dir wins on PATH)andcodex wrapper family installed and runnable../test.bash --secrets— gitleaks:no leaks found.git diff --check upstream/main..HEAD— no whitespace/conflict errors; branch is 1 commit ahead, 0 behindupstream/main.