fix(gateway): add codex runtime telegram alias

This commit is contained in:
Yanzhong Su 2026-05-14 19:27:17 +01:00 committed by Teknium
parent 5fba236644
commit d87b27cff8
2 changed files with 9 additions and 1 deletions

View file

@ -123,7 +123,8 @@ COMMAND_REGISTRY: list[CommandDef] = [
CommandDef("model", "Switch model for this session", "Configuration",
aliases=("provider",), args_hint="[model] [--provider name] [--global]"),
CommandDef("codex-runtime", "Toggle codex app-server runtime for OpenAI/Codex models",
"Configuration", args_hint="[auto|codex_app_server]"),
"Configuration", aliases=("codex_runtime",),
args_hint="[auto|codex_app_server]"),
CommandDef("gquota", "Show Google Gemini Code Assist quota usage", "Info",
cli_only=True),