@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.
|
|
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
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botiverse/raft-daemon",
|
|
3
|
-
"version": "0.63.
|
|
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.
|
|
49
|
-
"@earendil-works/pi-ai": "0.79.
|
|
50
|
-
"@earendil-works/pi-coding-agent": "0.79.
|
|
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",
|