Fix stale/misleading startup banner (dynamic models + accurate direct/proxy)#25
Merged
Conversation
- Read the default + fallback model names from config instead of hardcoding them, so the banner never goes stale when the default changes (was still saying a fixed model + 'hosted 70B fallback'). - Stop claiming 'IP-masked via <ip>' in direct mode. The banner probed the rotating proxy and claimed IP-masking whenever the proxy process answered -- even though, in direct mode (the default), og-veil's egress does NOT go through it. Gate the claim on a real .proxy marker (written only by GHOST_PROXY=1 installs); otherwise show 'direct'. install.sh writes/removes the marker accordingly.
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.
Two stale bits in the startup banner:
.proxymarker (written only byGHOST_PROXY=1installs); otherwise showdirect. install.sh writes/removes the marker.Banner now reads e.g.
👻 ghost · deepseek-v4-pro via TEE gateway (OHTTP/og-veil) · direct · ✅ connected · fallback: hermes-4-70b. (Also unloaded a leftover proxy LaunchAgent on the dev box that was triggering the false IP-masked claim.)bash -nclean.