mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-01 07:01:41 +00:00
fix(gateway): add codex runtime telegram alias
This commit is contained in:
parent
5fba236644
commit
d87b27cff8
2 changed files with 9 additions and 1 deletions
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue