md4ai 0.9.8 → 0.9.9
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/index.bundled.js +2 -8
- package/package.json +1 -1
package/dist/index.bundled.js
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
5
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
6
|
-
}) : x)(function(x) {
|
|
7
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
8
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
9
|
-
});
|
|
10
4
|
var __esm = (fn, res) => function __init() {
|
|
11
5
|
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
12
6
|
};
|
|
@@ -1651,7 +1645,7 @@ var CURRENT_VERSION;
|
|
|
1651
1645
|
var init_check_update = __esm({
|
|
1652
1646
|
"dist/check-update.js"() {
|
|
1653
1647
|
"use strict";
|
|
1654
|
-
CURRENT_VERSION = true ? "0.9.
|
|
1648
|
+
CURRENT_VERSION = true ? "0.9.9" : "0.0.0-dev";
|
|
1655
1649
|
}
|
|
1656
1650
|
});
|
|
1657
1651
|
|
|
@@ -2261,6 +2255,7 @@ var init_read_configs = __esm({
|
|
|
2261
2255
|
|
|
2262
2256
|
// dist/mcp/scan-processes.js
|
|
2263
2257
|
import { execFileSync as execFileSync4 } from "node:child_process";
|
|
2258
|
+
import { readlinkSync } from "node:fs";
|
|
2264
2259
|
function parsePsOutput(output) {
|
|
2265
2260
|
const lines = output.trim().split("\n").slice(1);
|
|
2266
2261
|
const entries = [];
|
|
@@ -2350,7 +2345,6 @@ function getProcessTable() {
|
|
|
2350
2345
|
}
|
|
2351
2346
|
}
|
|
2352
2347
|
function detectSessionCwds(processes) {
|
|
2353
|
-
const { readlinkSync } = __require("node:fs");
|
|
2354
2348
|
const cwdByTty = /* @__PURE__ */ new Map();
|
|
2355
2349
|
const claudeProcs = processes.filter((p) => {
|
|
2356
2350
|
const lower = p.args.toLowerCase();
|