@botiverse/raft-daemon 0.63.3 → 0.63.4

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.
@@ -7559,7 +7559,7 @@ import {
7559
7559
  } from "@botiverse/kimi-code-sdk";
7560
7560
  var requireFromHere = createRequire2(import.meta.url);
7561
7561
  var KIMI_CODE_USER_AGENT_PRODUCT = "kimi-code-cli";
7562
- var KIMI_CODE_HOST_VERSION = "0.14.3";
7562
+ var KIMI_CODE_HOST_VERSION = "0.18.0-botiverse.0";
7563
7563
  function getDaemonVersion() {
7564
7564
  try {
7565
7565
  const pkg = requireFromHere("../../package.json");
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-RUGCYI7A.js";
15
15
  export {
16
16
  DAEMON_CLI_USAGE,
17
17
  DaemonCore,
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-RUGCYI7A.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.4",
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",