MCPcopy Index your code
hub / github.com/codeaashu/claude-code / createTeleportResumeUserMessage

Function createTeleportResumeUserMessage

src/utils/teleport.tsx:66–71  ·  view source on GitHub ↗

* Creates a user message to inform the model about teleport session resume * @returns User message indicating session was resumed from another machine

()

Source from the content-addressed store, hash-verified

64 * @returns User message indicating session was resumed from another machine
65 */
66function createTeleportResumeUserMessage() {
67 return createUserMessage({
68 content: `This session is being continued from another machine. Application state may have changed. The updated working directory is ${getOriginalCwd()}`,
69 isMeta: true
70 });
71}
72type TeleportToRemoteResponse = {
73 id: string;
74 title: string;

Callers 1

Calls 2

createUserMessageFunction · 0.85
getOriginalCwdFunction · 0.85

Tested by

no test coverage detected