@triedotdev/mcp 1.0.9 → 1.0.10
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/yolo-daemon.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
getAgentRegistry,
|
|
13
13
|
getPrompt,
|
|
14
14
|
getSystemPrompt
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-6COGXQXQ.js";
|
|
16
16
|
import "./chunk-3CS6Z2SL.js";
|
|
17
17
|
import "./chunk-MR755QGT.js";
|
|
18
18
|
import "./chunk-6NLHFIYA.js";
|
|
@@ -3025,7 +3025,8 @@ var TriePRReviewTool = class {
|
|
|
3025
3025
|
pr,
|
|
3026
3026
|
worktree,
|
|
3027
3027
|
mode,
|
|
3028
|
-
files:
|
|
3028
|
+
files: _specificFiles
|
|
3029
|
+
// Reserved for future file filtering
|
|
3029
3030
|
} = args;
|
|
3030
3031
|
try {
|
|
3031
3032
|
const prInfo = await this.getPRInfo(pr, worktree);
|