Fix Proxy command ownership and release 0.9.3 - #149
Merged
Conversation
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
Forge 0.9.3 corrects ownership of the global
forge-proxycommand.The
forge-guardrailsPython package previously installed its ownforge-proxylauncher even though the standalone Proxy distribution has adedicated installer and complete install, update, and uninstall lifecycle.
When both products were installed, normal command resolution could select the
Python launcher instead of the standalone installation.
This release makes the boundary explicit: the standalone distribution
exclusively owns
forge-proxy, while the Python package continues to exposeProxy through
python -m forge.proxy.Proxy request handling, routing, backend behavior, and guardrail policy are
unchanged.
Changes
forge-proxyconsole entry point from the Python distribution.python -m forge.proxyas the Python-managed execution path.python -m forge.proxy.tomli-was a normal package and standalone-artifact dependency.forge-proxyexists on PATH or occupies the intended command pathname.
upgrade
forge-guardrailsin the same Python environment before retrying.shim while still removing Forge-owned state and PATH integration.
behavior unchanged.
name-resolution, replacement, and ownership-aware uninstall checks.
candidate jobs without adding workflows, jobs, or release-specific CI.
Anthropic 0.86
httpxtransport and the Anthropic 1.xhttpx2transport.Migration
Users who received a
forge-proxylauncher from an olderforge-guardrailsinstallation should upgrade that package in the same Pythonenvironment. Pip will remove the launcher it owns. The standalone installer
can then install and own the global command without competing PATH entries.
The standalone installer deliberately does not delete or overwrite the
existing command.
Validation
forge-proxyconsole entry pointpython -m forge.proxy --versionreports 0.9.3replacement refusal, replacement-preserving uninstall, normal update, and
failure recovery passed
forge-guardrails==0.9.2to thelocal 0.9.3 wheel confirmed that pip removes the old launcher
git diff --check: cleanThe Windows, Linux, and macOS Proxy candidate jobs and aggregation remain
required before merge. Their retained candidate bytes will be promoted after
the normal PyPI and GitHub release steps.
Release
This is a full Proxy release:
0.9.30.9.3🤖 Generated with Codex and human-reviewed.