词元之母TOK.MOM - 平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持一个 Key 调用近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!

| 来源 | 内置(默认安装) |
| 路径 | skills/software-development/debugging-hermes-tui-commands |
| 版本 | 1.0.0 |
| 作者 | Hermes Agent |
| 许可证 | MIT |
| 平台 | linux, macos, windows |
| 标签 | debugging, hermes-agent, tui, slash-commands, typescript, python |
| 相关 skill | python-debugpy、node-inspect-debugger、systematic-debugging |
Python backend (hermes_cli/commands.py) <- 规范的 COMMAND_REGISTRY
│
▼
TUI gateway (tui_gateway/server.py) <- slash.exec / command.dispatch
│
▼
TUI frontend (ui-tui/src/app/slash/) <- 本地处理器 + fallthroughCOMMAND_REGISTRY 是以下内容的唯一真实来源:CLI 分发、gateway 帮助、Telegram BotCommand 菜单、Slack 子命令映射,以及发送给 Ink 的自动补全数据。hermes_cli/commands.py 的 COMMAND_REGISTRY 中添加 CommandDef 条目:cli_only 与 gateway 可用性:cli_only=True — 仅在交互式 CLI/TUI 中可用gateway_only=True — 仅在消息平台中可用gateway_config_gate="display.foo" — 在 gateway 中受配置项控制的可用性subcommands 与 TUI 显示的预期 tab 补全选项一致。cli.py 的 HermesCLI.process_command() 中添加处理器:gateway/run.py 中添加处理器: