You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Your bridge MCP server is "${serverName}". All bridge tool calls must use the mcp__${serverName}__ prefix.`,
171
-
sendProactiveCodexGuidance(),
172
-
receiveMessagesStuckGuidance,
171
+
`Your bridge MCP server is "${serverName}". Use ${quotedClaudeTmuxBridgeTool(serverName,"send_message")} with target: "codex" for Codex-facing messages, including replies to inbound Codex channel messages; do not send Codex-facing responses as a human-facing message.`,
172
+
`Use ${quotedClaudeTmuxBridgeTool(serverName,"bridge_status")} or ${quotedClaudeTmuxBridgeTool(serverName,"receive_messages")} only if delivery looks stuck.`,
expect(peerPrompt).toContain("Wait for Codex to send you a targeted request");
800
800
expect(peerPrompt).not.toContain('"reply"');
801
801
expect(peerPrompt).toContain(
802
-
'Use "send_message" with target: "codex" for Codex-facing messages, including replies to inbound Codex channel messages; do not send Codex-facing responses as a human-facing message.'
802
+
'Use "mcp__loop-bridge-repo-123-1__send_message" with target: "codex" for Codex-facing messages, including replies to inbound Codex channel messages; do not send Codex-facing responses as a human-facing message.'
test("interactive tmux prompts tell both agents to wait for the human",()=>{
@@ -839,13 +843,18 @@ test("interactive tmux prompts tell both agents to wait for the human", () => {
839
843
expect(peerPrompt).toContain("human clearly assigns you separate work");
840
844
expect(peerPrompt).not.toContain('"reply"');
841
845
expect(peerPrompt).toContain(
842
-
'Use "send_message" with target: "codex" for Codex-facing messages, including replies to inbound Codex channel messages; do not send Codex-facing responses as a human-facing message.'
846
+
'Use "mcp__loop-bridge-repo-123-1__send_message" with target: "codex" for Codex-facing messages, including replies to inbound Codex channel messages; do not send Codex-facing responses as a human-facing message.'
0 commit comments