@botiverse/raft-daemon 0.63.4 → 0.63.5
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.
|
@@ -1540,8 +1540,8 @@ var PLAN_CONFIG = {
|
|
|
1540
1540
|
displayFeatures: [
|
|
1541
1541
|
"Channels",
|
|
1542
1542
|
"Tasks",
|
|
1543
|
-
"
|
|
1544
|
-
"Agent
|
|
1543
|
+
"Agents on your own computers",
|
|
1544
|
+
"Agent reminders",
|
|
1545
1545
|
"Basic observability",
|
|
1546
1546
|
"30 days of message history",
|
|
1547
1547
|
"100 MB file uploads/month"
|
|
@@ -1572,12 +1572,13 @@ var DISPLAY_PLAN_CONFIG = {
|
|
|
1572
1572
|
priceCadence: "/ seat pack / month",
|
|
1573
1573
|
extraAgentPrice: 0,
|
|
1574
1574
|
displayFeatures: [
|
|
1575
|
-
"
|
|
1575
|
+
"Everything in Free",
|
|
1576
1576
|
"Unlimited message history",
|
|
1577
1577
|
"Higher file upload limits",
|
|
1578
|
-
"Joint
|
|
1578
|
+
"Joint channels",
|
|
1579
1579
|
"More professional features coming soon"
|
|
1580
1580
|
],
|
|
1581
|
+
displayDescription: "For builders and teams scaling agent collaboration.",
|
|
1581
1582
|
displayNote: "$17.60 / seat pack / month when billed yearly"
|
|
1582
1583
|
},
|
|
1583
1584
|
enterprise: {
|
|
@@ -1589,14 +1590,18 @@ var DISPLAY_PLAN_CONFIG = {
|
|
|
1589
1590
|
priceCadence: null,
|
|
1590
1591
|
extraAgentPrice: 0,
|
|
1591
1592
|
displayFeatures: [
|
|
1592
|
-
"
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1595
|
-
"
|
|
1596
|
-
]
|
|
1593
|
+
"Everything in Pro",
|
|
1594
|
+
"Private deployment options",
|
|
1595
|
+
"SSO and advanced access control",
|
|
1596
|
+
"Dedicated onboarding and rollout support"
|
|
1597
|
+
],
|
|
1598
|
+
displayDescription: "For advanced deployment and governance needs."
|
|
1597
1599
|
}
|
|
1598
1600
|
};
|
|
1599
1601
|
var FREE_MONTHLY_FILE_UPLOAD_LIMIT_BYTES = 100 * 1024 * 1024;
|
|
1602
|
+
var TRIAL_START_DATE = /* @__PURE__ */ new Date("2026-04-18T00:00:00Z");
|
|
1603
|
+
var TRIAL_END_DATE = /* @__PURE__ */ new Date("2026-06-23T12:00:00Z");
|
|
1604
|
+
var TRIAL_DURATION_DAYS = (TRIAL_END_DATE.getTime() - TRIAL_START_DATE.getTime()) / (24 * 60 * 60 * 1e3);
|
|
1600
1605
|
|
|
1601
1606
|
// src/agentProcessManager.ts
|
|
1602
1607
|
import { existsSync as existsSync8, mkdirSync as mkdirSync4, readFileSync as readFileSync6, readdirSync as readdirSync4, statSync, writeFileSync as writeFileSync4 } from "fs";
|
|
@@ -17009,7 +17014,7 @@ function resolveSlockCliPathOrEmpty(moduleUrl = import.meta.url) {
|
|
|
17009
17014
|
}
|
|
17010
17015
|
async function runBundledSlockCli(argv) {
|
|
17011
17016
|
process.argv = [process.execPath, "slock", ...argv];
|
|
17012
|
-
await import("./dist-
|
|
17017
|
+
await import("./dist-KC6QHBPD.js");
|
|
17013
17018
|
}
|
|
17014
17019
|
function detectRuntimes(tracer = noopTracer) {
|
|
17015
17020
|
const ids = [];
|
package/dist/cli/index.js
CHANGED
|
@@ -15864,8 +15864,8 @@ var PLAN_CONFIG = {
|
|
|
15864
15864
|
displayFeatures: [
|
|
15865
15865
|
"Channels",
|
|
15866
15866
|
"Tasks",
|
|
15867
|
-
"
|
|
15868
|
-
"Agent
|
|
15867
|
+
"Agents on your own computers",
|
|
15868
|
+
"Agent reminders",
|
|
15869
15869
|
"Basic observability",
|
|
15870
15870
|
"30 days of message history",
|
|
15871
15871
|
"100 MB file uploads/month"
|
|
@@ -15896,12 +15896,13 @@ var DISPLAY_PLAN_CONFIG = {
|
|
|
15896
15896
|
priceCadence: "/ seat pack / month",
|
|
15897
15897
|
extraAgentPrice: 0,
|
|
15898
15898
|
displayFeatures: [
|
|
15899
|
-
"
|
|
15899
|
+
"Everything in Free",
|
|
15900
15900
|
"Unlimited message history",
|
|
15901
15901
|
"Higher file upload limits",
|
|
15902
|
-
"Joint
|
|
15902
|
+
"Joint channels",
|
|
15903
15903
|
"More professional features coming soon"
|
|
15904
15904
|
],
|
|
15905
|
+
displayDescription: "For builders and teams scaling agent collaboration.",
|
|
15905
15906
|
displayNote: "$17.60 / seat pack / month when billed yearly"
|
|
15906
15907
|
},
|
|
15907
15908
|
enterprise: {
|
|
@@ -15913,14 +15914,18 @@ var DISPLAY_PLAN_CONFIG = {
|
|
|
15913
15914
|
priceCadence: null,
|
|
15914
15915
|
extraAgentPrice: 0,
|
|
15915
15916
|
displayFeatures: [
|
|
15916
|
-
"
|
|
15917
|
-
"
|
|
15918
|
-
"
|
|
15919
|
-
"
|
|
15920
|
-
]
|
|
15917
|
+
"Everything in Pro",
|
|
15918
|
+
"Private deployment options",
|
|
15919
|
+
"SSO and advanced access control",
|
|
15920
|
+
"Dedicated onboarding and rollout support"
|
|
15921
|
+
],
|
|
15922
|
+
displayDescription: "For advanced deployment and governance needs."
|
|
15921
15923
|
}
|
|
15922
15924
|
};
|
|
15923
15925
|
var FREE_MONTHLY_FILE_UPLOAD_LIMIT_BYTES = 100 * 1024 * 1024;
|
|
15926
|
+
var TRIAL_START_DATE = /* @__PURE__ */ new Date("2026-04-18T00:00:00Z");
|
|
15927
|
+
var TRIAL_END_DATE = /* @__PURE__ */ new Date("2026-06-23T12:00:00Z");
|
|
15928
|
+
var TRIAL_DURATION_DAYS = (TRIAL_END_DATE.getTime() - TRIAL_START_DATE.getTime()) / (24 * 60 * 60 * 1e3);
|
|
15924
15929
|
|
|
15925
15930
|
// src/agentCommsCore/bridge.ts
|
|
15926
15931
|
var AGENT_COMMS_PROTOCOL_VERSION = "agent-comms-core.v1";
|
package/dist/core.js
CHANGED
|
@@ -15668,8 +15668,8 @@ var PLAN_CONFIG = {
|
|
|
15668
15668
|
displayFeatures: [
|
|
15669
15669
|
"Channels",
|
|
15670
15670
|
"Tasks",
|
|
15671
|
-
"
|
|
15672
|
-
"Agent
|
|
15671
|
+
"Agents on your own computers",
|
|
15672
|
+
"Agent reminders",
|
|
15673
15673
|
"Basic observability",
|
|
15674
15674
|
"30 days of message history",
|
|
15675
15675
|
"100 MB file uploads/month"
|
|
@@ -15700,12 +15700,13 @@ var DISPLAY_PLAN_CONFIG = {
|
|
|
15700
15700
|
priceCadence: "/ seat pack / month",
|
|
15701
15701
|
extraAgentPrice: 0,
|
|
15702
15702
|
displayFeatures: [
|
|
15703
|
-
"
|
|
15703
|
+
"Everything in Free",
|
|
15704
15704
|
"Unlimited message history",
|
|
15705
15705
|
"Higher file upload limits",
|
|
15706
|
-
"Joint
|
|
15706
|
+
"Joint channels",
|
|
15707
15707
|
"More professional features coming soon"
|
|
15708
15708
|
],
|
|
15709
|
+
displayDescription: "For builders and teams scaling agent collaboration.",
|
|
15709
15710
|
displayNote: "$17.60 / seat pack / month when billed yearly"
|
|
15710
15711
|
},
|
|
15711
15712
|
enterprise: {
|
|
@@ -15717,14 +15718,18 @@ var DISPLAY_PLAN_CONFIG = {
|
|
|
15717
15718
|
priceCadence: null,
|
|
15718
15719
|
extraAgentPrice: 0,
|
|
15719
15720
|
displayFeatures: [
|
|
15720
|
-
"
|
|
15721
|
-
"
|
|
15722
|
-
"
|
|
15723
|
-
"
|
|
15724
|
-
]
|
|
15721
|
+
"Everything in Pro",
|
|
15722
|
+
"Private deployment options",
|
|
15723
|
+
"SSO and advanced access control",
|
|
15724
|
+
"Dedicated onboarding and rollout support"
|
|
15725
|
+
],
|
|
15726
|
+
displayDescription: "For advanced deployment and governance needs."
|
|
15725
15727
|
}
|
|
15726
15728
|
};
|
|
15727
15729
|
var FREE_MONTHLY_FILE_UPLOAD_LIMIT_BYTES = 100 * 1024 * 1024;
|
|
15730
|
+
var TRIAL_START_DATE = /* @__PURE__ */ new Date("2026-04-18T00:00:00Z");
|
|
15731
|
+
var TRIAL_END_DATE = /* @__PURE__ */ new Date("2026-06-23T12:00:00Z");
|
|
15732
|
+
var TRIAL_DURATION_DAYS = (TRIAL_END_DATE.getTime() - TRIAL_START_DATE.getTime()) / (24 * 60 * 60 * 1e3);
|
|
15728
15733
|
var AGENT_COMMS_PROTOCOL_VERSION = "agent-comms-core.v1";
|
|
15729
15734
|
var AGENT_PROOF_SCHEMA_VERSION = "agent-proof.v1";
|
|
15730
15735
|
var AgentCommsBridgeLockError = class extends Error {
|
package/dist/index.js
CHANGED