hocai-connect 0.8.0 → 0.9.0
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 +2 -2
- 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.
|
|
39737
|
+
var VERSION = "0.9.0";
|
|
39738
39738
|
function claudeArgs(job, o, port) {
|
|
39739
39739
|
const mcp = {
|
|
39740
39740
|
mcpServers: {
|
|
@@ -40362,7 +40362,7 @@ function caiDichVu() {
|
|
|
40362
40362
|
}
|
|
40363
40363
|
(0, import_node_fs3.mkdirSync)(APP_DIR, { recursive: true });
|
|
40364
40364
|
(0, import_node_fs3.mkdirSync)(LOG_DIR, { recursive: true });
|
|
40365
|
-
(0, import_node_fs3.copyFileSync)(
|
|
40365
|
+
(0, import_node_fs3.copyFileSync)(__filename, APP_CLI);
|
|
40366
40366
|
if (p.file && p.content) {
|
|
40367
40367
|
(0, import_node_fs3.mkdirSync)((0, import_node_path5.dirname)(p.file), { recursive: true });
|
|
40368
40368
|
(0, import_node_fs3.writeFileSync)(p.file, p.content);
|