fix: remove --project/--location flags, vertex top-level config, and GEOPENPROXY references#3
Merged
Conversation
…GEOPENPROXY references Agent-Logs-Url: https://github.com/UnitVectorY-Labs/localmodelproxy/sessions/4687168e-2fe1-45cb-b273-e6597ed756fd Co-authored-by: JaredHatfield <208119+JaredHatfield@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
JaredHatfield
May 13, 2026 23:03
View session
…flexibility and support for OAuth client credentials
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
This PR addresses several cleanup items identified in the codebase:
Changes
Remove
--projectand--locationCLI flagsmain.goflag parsing andprintHelp()ProjectandLocationfields from theFlagsstruct inconfig.goRemove
vertex:top-level config sectionVertex VertexConfigfield inConfigis now taggedyaml:"-"so it is no longer loaded from the YAML config fileGOOGLE_CLOUD_PROJECT,CLOUDSDK_CORE_PROJECT,GOOGLE_CLOUD_LOCATION, etc.) for backward compatibilityVertexBaseURL()method continues to work for GCP backendsFix startup failure when project is not configured
--project is required) when no GCP project was setFix
GEOPENPROXY→LOCALMODELPROXYreferencesdocs/USAGE.mdhad three references toGEOPENPROXY_CONFIG(the prototype name) — all updated toLOCALMODELPROXY_CONFIGRemove project/location from startup output
project=andlocation=from the plain/jsonl startup log line inui.goTests
Flags.Projectandvertex:YAMLTestLoadsWithoutProjectto explicitly verify the app starts when no project is configured