replicas-cli 0.2.709 → 0.2.711
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +5 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -22955,6 +22955,9 @@ function coerceAuthFallbackPayload(payload) {
|
|
|
22955
22955
|
}
|
|
22956
22956
|
|
|
22957
22957
|
// ../shared/src/engine/v1.ts
|
|
22958
|
+
var updateChatDisplayNameRequestSchema = external_exports.object({
|
|
22959
|
+
displayName: external_exports.string().trim().min(1).max(100)
|
|
22960
|
+
});
|
|
22958
22961
|
function getChatExecutionProvider(chat) {
|
|
22959
22962
|
return chat.provider === "relay" ? chat.relayBaseProvider ?? DEFAULT_RELAY_BASE_PROVIDER : chat.provider;
|
|
22960
22963
|
}
|
|
@@ -27416,7 +27419,7 @@ var headlessFilesystemAgentResultSchema = external_exports.object({
|
|
|
27416
27419
|
});
|
|
27417
27420
|
|
|
27418
27421
|
// ../shared/src/cli-version.ts
|
|
27419
|
-
var CLI_VERSION = "0.2.
|
|
27422
|
+
var CLI_VERSION = "0.2.711";
|
|
27420
27423
|
|
|
27421
27424
|
// ../shared/src/version.ts
|
|
27422
27425
|
function compareVersions(v1, v2) {
|
|
@@ -27686,6 +27689,7 @@ var HOSTED_COMPOSIO_PLUGIN_DEFINITIONS = [
|
|
|
27686
27689
|
["googleslides", "googleslides", "OAUTH2", true, "productivity", "Google Slides"],
|
|
27687
27690
|
["googlemeet", "googlemeet", "OAUTH2", true, "productivity", "Google Meet"],
|
|
27688
27691
|
["granola", "granola_mcp", "DCR_OAUTH", false, "productivity", "Granola"],
|
|
27692
|
+
["mercury", "mercury_mcp", "DCR_OAUTH", false, "business", "Mercury"],
|
|
27689
27693
|
["googletasks", "googletasks", "OAUTH2", true, "productivity", "Google Tasks"],
|
|
27690
27694
|
["dropbox", "dropbox", "OAUTH2", true, "productivity", "Dropbox"],
|
|
27691
27695
|
["box", "box", "OAUTH2", true, "productivity", "Box"],
|