Skip to content

Rename "OpenGradient Local" to "OpenGradient Veil" and add models command#11

Merged
adambalogh merged 1 commit into
mainfrom
claude/compassionate-mendel-6a2g3l
Jun 12, 2026
Merged

Rename "OpenGradient Local" to "OpenGradient Veil" and add models command#11
adambalogh merged 1 commit into
mainfrom
claude/compassionate-mendel-6a2g3l

Conversation

@adambalogh

Copy link
Copy Markdown
Contributor

This PR rebrand the project from "OpenGradient Local" to "OpenGradient Veil" throughout the codebase and adds a new models command to list available models.

Key changes

  • Rebranding: Updated all references from "OpenGradient Local" to "OpenGradient Veil" across CLI messages, docstrings, and documentation
  • Renamed endpoint command to env: The command that prints environment variables for agent configuration is now called env (more intuitive naming)
  • Added models command: New CLI command that lists all available models derived from the SDK's canonical TEE_LLM enum, keeping users informed of what models are available through OpenGradient Veil
  • Updated documentation: Modified README and docstrings to reflect the new command names and branding
  • Updated tests: Renamed test cases to match the new env command name and added test coverage for the new models command

Implementation details

The models command extracts model names from the TEE_LLM enum (which uses provider/model format) 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

- 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
adambalogh marked this pull request as ready for review June 12, 2026 19:58
@adambalogh
adambalogh merged commit 20748e4 into main Jun 12, 2026
4 checks passed
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.

2 participants