Skip to content

Fix proxy hints with flag activation - #358

Merged
yakew7 merged 1 commit into
yakew7:mainfrom
ahmdkaml:fix/proxy-hints-with
Aug 31, 2026
Merged

Fix proxy hints with flag activation#358
yakew7 merged 1 commit into
yakew7:mainfrom
ahmdkaml:fix/proxy-hints-with

Conversation

@ahmdkaml

Copy link
Copy Markdown
Collaborator

Summary

Fixes a bug where --proxy-hints-with silently had no effect unless --proxy-hints was also provided.

The proxy-hints path now activates when either --proxy-hints or --proxy-hints-with is supplied. This makes --proxy-hints-with usable on its own instead of requiring a redundant --proxy-hints flag.

Although the usual approach would be to flag this as an issue in the CLI, I think requiring users to type --proxy-hints --proxy-hints-with when --proxy-hints-with already expresses the intended behavior would be redundant.

Changes
Update the proxy-hints activation condition to accept either flag.
Preserve the existing behavior when --proxy-hints is used alone.
Verification
Existing test suite passes.
--proxy-hints-with now activates the proxy-hints functionality without requiring --proxy-hints.

Closes #347

@ahmdkaml
ahmdkaml requested a review from yakew7 as a code owner August 31, 2026 03:47
@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

@ahmdkaml is attempting to deploy a commit to the yashkewlani2020-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown

@yakew7 - new PR touching a path you own, please review.

@yakew7
yakew7 merged commit bd10847 into yakew7:main Aug 31, 2026
17 of 18 checks passed
yakew7 added a commit that referenced this pull request Sep 2, 2026
…hot to #359

propcgamer20-png (#357), ahmdkaml (#358), and evanjain-dot (#359) each
independently fixed issues #350 and #347 while this session was in
progress. Syncs CONTRIBUTORS.md's PR/commit counts and per-contributor
notes, and corrects the CHANGELOG's Unreleased entries to credit the
actual authors instead of presenting the fixes as unattributed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

faircode profile --proxy-hints-with silently no-ops without --proxy-hints

2 participants