replicas-cli 0.2.493 → 0.2.494
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.mjs +6 -5
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9306,13 +9306,14 @@ var PREVIEWS_ABILITY = {
|
|
|
9306
9306
|
|
|
9307
9307
|
// ../shared/src/default-skills/replicas-agent/abilities/plugins.ts
|
|
9308
9308
|
var SECTION10 = `### Plugins
|
|
9309
|
-
Discover and execute installed
|
|
9309
|
+
Discover and execute installed marketplace tools through the workspace-scoped TypeScript SDK.
|
|
9310
9310
|
|
|
9311
9311
|
**Reference:** \`references/PLUGINS.md\`
|
|
9312
9312
|
|
|
9313
9313
|
Use this when:
|
|
9314
9314
|
- The user asks for CRM data from Attio
|
|
9315
|
-
- The user asks for Google Ads
|
|
9315
|
+
- The user asks for Google Ads, Docs, Drive, Search Console, or Sheets data
|
|
9316
|
+
- The user asks for ClickHouse analytics or PostHog product data
|
|
9316
9317
|
- The user asks for Stripe customers, payments, invoices, subscriptions, or balances`;
|
|
9317
9318
|
var REFERENCE10 = `# Plugins
|
|
9318
9319
|
|
|
@@ -9369,8 +9370,8 @@ Never attempt to import Composio, create a session, manage a connection, or call
|
|
|
9369
9370
|
`;
|
|
9370
9371
|
var PLUGINS_ABILITY = {
|
|
9371
9372
|
label: "Plugins",
|
|
9372
|
-
description: "Use installed
|
|
9373
|
-
bullet: "- Interacting with installed plugins
|
|
9373
|
+
description: "Use installed marketplace tools through @replicas/sdk.",
|
|
9374
|
+
bullet: "- Interacting with installed marketplace plugins through TypeScript",
|
|
9374
9375
|
section: SECTION10,
|
|
9375
9376
|
referenceFile: { name: "PLUGINS.md", content: REFERENCE10 }
|
|
9376
9377
|
};
|
|
@@ -9829,7 +9830,7 @@ function formatTurnElapsed(ms) {
|
|
|
9829
9830
|
}
|
|
9830
9831
|
|
|
9831
9832
|
// ../shared/src/cli-version.ts
|
|
9832
|
-
var CLI_VERSION = "0.2.
|
|
9833
|
+
var CLI_VERSION = "0.2.494";
|
|
9833
9834
|
|
|
9834
9835
|
// ../shared/src/version.ts
|
|
9835
9836
|
function compareVersions(v1, v2) {
|