Rename "OpenGradient Local" to "OpenGradient Veil" and add models command#11
Merged
Merged
Conversation
- New `og-veil models` lists models from the SDK's TEE_LLM enum (same source the server uses for GET /v1/models) - Rename `endpoint` command to `env` - Replace remaining "OpenGradient Local" mentions with "OpenGradient Veil"
adambalogh
marked this pull request as ready for review
June 12, 2026 19:58
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.
This PR rebrand the project from "OpenGradient Local" to "OpenGradient Veil" throughout the codebase and adds a new
modelscommand to list available models.Key changes
endpointcommand toenv: The command that prints environment variables for agent configuration is now calledenv(more intuitive naming)modelscommand: New CLI command that lists all available models derived from the SDK's canonicalTEE_LLMenum, keeping users informed of what models are available through OpenGradient Veilenvcommand name and added test coverage for the newmodelscommandImplementation details
The
modelscommand extracts model names from theTEE_LLMenum (which usesprovider/modelformat) and displays just the model name portion to users. This ensures the CLI stays in sync with the network as models are added or retired.https://claude.ai/code/session_01PJD6XBEVs4HDmXw48qWmsD