fix(rain): keep Goose agent turns on DeepSeek, not Cursor chat bridge.
Memind CI / Test, build, and release guards (push) Failing after 13m25s
Memind CI / Test, build, and release guards (push) Failing after 13m25s
Cursor bridge PoC rejects tool calls; Rain and other agent sessions must not apply it during session provider selection. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -220,6 +220,26 @@ test('resolveCursorChatBridgeEligible is disabled for WeChat MP and page.generat
|
||||
}),
|
||||
true,
|
||||
);
|
||||
assert.equal(
|
||||
resolveCursorChatBridgeEligible({
|
||||
user: { userId: 'john-uuid' },
|
||||
channel: CURSOR_EXECUTOR_CHANNEL.H5,
|
||||
intentKind: '',
|
||||
policy,
|
||||
env: { MEMIND_CURSOR_CHAT_BRIDGE_ENABLED: '1' },
|
||||
}),
|
||||
false,
|
||||
);
|
||||
assert.equal(
|
||||
resolveCursorChatBridgeEligible({
|
||||
user: { userId: 'john-uuid' },
|
||||
channel: CURSOR_EXECUTOR_CHANNEL.H5,
|
||||
intentKind: 'rain',
|
||||
policy,
|
||||
env: { MEMIND_CURSOR_CHAT_BRIDGE_ENABLED: '1' },
|
||||
}),
|
||||
false,
|
||||
);
|
||||
});
|
||||
|
||||
test('isChannelAllowedByCursorPolicy defaults to both channels', () => {
|
||||
|
||||
Reference in New Issue
Block a user