MCPcopy Create free account
hub / github.com/Epic0522/Codex-Remote-Contact / formatRemoteExecutionHelp

Function formatRemoteExecutionHelp

src/server.js:4166–4181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4164}
4165
4166function formatRemoteExecutionHelp() {
4167 return [
4168 "远程执行模式命令:",
4169 "/状态",
4170 "/退出",
4171 "/模型 gpt-5.4",
4172 "/智能等级 medium",
4173 "/skill列表",
4174 "/skill custom-skill",
4175 "/skill无",
4176 "/清空记忆",
4177 "/续时",
4178 "",
4179 "在远程执行模式里,普通消息会交给完整 Codex CLI 通道处理。"
4180 ].join("\n");
4181}
4182
4183function touchRemoteExecutionActivity() {
4184 state.remoteExecution.lastActivityAt = Date.now();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected