hocai-connect 0.10.2 → 0.10.3
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/cli.js +8 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -39734,7 +39734,7 @@ var TOOLS = {
|
|
|
39734
39734
|
],
|
|
39735
39735
|
WORK: ["Read", "Write", "Edit", "Glob", "Grep"]
|
|
39736
39736
|
};
|
|
39737
|
-
var VERSION = "0.10.
|
|
39737
|
+
var VERSION = "0.10.3";
|
|
39738
39738
|
function claudeArgs(job, o, port) {
|
|
39739
39739
|
const mcp = {
|
|
39740
39740
|
mcpServers: {
|
|
@@ -40398,6 +40398,13 @@ function caiDichVu() {
|
|
|
40398
40398
|
p.install.forEach((c, i) => {
|
|
40399
40399
|
if (i === 0) {
|
|
40400
40400
|
chay(c, true);
|
|
40401
|
+
if ((0, import_node_os3.platform)() === "darwin") {
|
|
40402
|
+
const nhan = `gui/${process.getuid?.() ?? 501}/${p.label}`;
|
|
40403
|
+
for (let lan = 0; lan < 20; lan++) {
|
|
40404
|
+
if (!chay(["launchctl", "print", nhan], true)) break;
|
|
40405
|
+
nghi(250);
|
|
40406
|
+
}
|
|
40407
|
+
}
|
|
40401
40408
|
return;
|
|
40402
40409
|
}
|
|
40403
40410
|
for (let lan = 0; lan < 5; lan++) {
|