@botiverse/raft-daemon 0.63.3 → 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
- "Unlimited agents on your own computers",
1544
- "Agent Reminders",
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
- "1 human seat + 10 agent seats per Pro Seat Pack",
1575
+ "Everything in Free",
1576
1576
  "Unlimited message history",
1577
1577
  "Higher file upload limits",
1578
- "Joint Channels",
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
- "Custom commercial terms",
1593
- "Security and compliance review",
1594
- "Dedicated support and onboarding",
1595
- "Custom deployment planning"
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";
@@ -7559,7 +7564,7 @@ import {
7559
7564
  } from "@botiverse/kimi-code-sdk";
7560
7565
  var requireFromHere = createRequire2(import.meta.url);
7561
7566
  var KIMI_CODE_USER_AGENT_PRODUCT = "kimi-code-cli";
7562
- var KIMI_CODE_HOST_VERSION = "0.14.3";
7567
+ var KIMI_CODE_HOST_VERSION = "0.18.0-botiverse.0";
7563
7568
  function getDaemonVersion() {
7564
7569
  try {
7565
7570
  const pkg = requireFromHere("../../package.json");
@@ -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-4KV4FRQE.js");
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
- "Unlimited agents on your own computers",
15868
- "Agent Reminders",
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
- "1 human seat + 10 agent seats per Pro Seat Pack",
15899
+ "Everything in Free",
15900
15900
  "Unlimited message history",
15901
15901
  "Higher file upload limits",
15902
- "Joint Channels",
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
- "Custom commercial terms",
15917
- "Security and compliance review",
15918
- "Dedicated support and onboarding",
15919
- "Custom deployment planning"
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
@@ -11,7 +11,7 @@ import {
11
11
  runBundledSlockCli,
12
12
  scanWorkspaceDirectories,
13
13
  subscribeDaemonLogs
14
- } from "./chunk-RZHNJV7U.js";
14
+ } from "./chunk-DZ25KV6L.js";
15
15
  export {
16
16
  DAEMON_CLI_USAGE,
17
17
  DaemonCore,
@@ -15668,8 +15668,8 @@ var PLAN_CONFIG = {
15668
15668
  displayFeatures: [
15669
15669
  "Channels",
15670
15670
  "Tasks",
15671
- "Unlimited agents on your own computers",
15672
- "Agent Reminders",
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
- "1 human seat + 10 agent seats per Pro Seat Pack",
15703
+ "Everything in Free",
15704
15704
  "Unlimited message history",
15705
15705
  "Higher file upload limits",
15706
- "Joint Channels",
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
- "Custom commercial terms",
15721
- "Security and compliance review",
15722
- "Dedicated support and onboarding",
15723
- "Custom deployment planning"
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
@@ -3,7 +3,7 @@ import {
3
3
  DAEMON_CLI_USAGE,
4
4
  DaemonCore,
5
5
  parseDaemonCliArgs
6
- } from "./chunk-RZHNJV7U.js";
6
+ } from "./chunk-DZ25KV6L.js";
7
7
 
8
8
  // src/index.ts
9
9
  var parsedArgs = parseDaemonCliArgs(process.argv.slice(2));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botiverse/raft-daemon",
3
- "version": "0.63.3",
3
+ "version": "0.63.5",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "raft-daemon": "dist/raft-daemon.js",
@@ -45,9 +45,9 @@
45
45
  "release:alpha": "npm version prerelease --preid=alpha --no-git-tag-version && cd ../.. && pnpm install --lockfile-only && git add packages/daemon/package.json pnpm-lock.yaml && git commit -m \"chore: bump @botiverse/raft-daemon to v$(node -p \"require('./packages/daemon/package.json').version\")\" && git tag daemon-v$(node -p \"require('./packages/daemon/package.json').version\") && git push && git push --tags"
46
46
  },
47
47
  "dependencies": {
48
- "@botiverse/kimi-code-sdk": "0.9.3",
49
- "@earendil-works/pi-ai": "0.79.3",
50
- "@earendil-works/pi-coding-agent": "0.79.3",
48
+ "@botiverse/kimi-code-sdk": "0.18.0-botiverse.0",
49
+ "@earendil-works/pi-ai": "0.79.8",
50
+ "@earendil-works/pi-coding-agent": "0.79.8",
51
51
  "@jackwener/opencli": "^1.8.3",
52
52
  "@modelcontextprotocol/sdk": "^1.29.0",
53
53
  "commander": "^12.1.0",