@levelcode/cli 0.2.2 → 0.2.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/index.js +7 -30
- package/package.json +1 -1
- package/dist/rg-0p18sjte. +0 -0
- package/dist/rg-3agys64c. +0 -0
- package/dist/rg-ch8fa8g7. +0 -0
- package/dist/rg-maqk0g78.exe +0 -0
- package/dist/rg-r6ev1ksc. +0 -0
package/dist/index.js
CHANGED
|
@@ -75883,6 +75883,7 @@ var init_junior_engineer = __esm(() => {
|
|
|
75883
75883
|
outputMode: "last_message",
|
|
75884
75884
|
includeMessageHistory: true,
|
|
75885
75885
|
toolNames: [
|
|
75886
|
+
"spawn_agents",
|
|
75886
75887
|
"read_files",
|
|
75887
75888
|
"read_subtree",
|
|
75888
75889
|
"str_replace",
|
|
@@ -163357,6 +163358,7 @@ Do not go beyond the scope of what was asked. If the task is unclear, state what
|
|
|
163357
163358
|
outputMode: "last_message",
|
|
163358
163359
|
includeMessageHistory: true,
|
|
163359
163360
|
toolNames: [
|
|
163361
|
+
"spawn_agents",
|
|
163360
163362
|
"read_files",
|
|
163361
163363
|
"read_subtree",
|
|
163362
163364
|
"str_replace",
|
|
@@ -165955,31 +165957,6 @@ var require_extend = __commonJS((exports3, module3) => {
|
|
|
165955
165957
|
};
|
|
165956
165958
|
});
|
|
165957
165959
|
|
|
165958
|
-
// ../sdk/dist/vendor/ripgrep/arm64-darwin/rg
|
|
165959
|
-
var require_rg = __commonJS((exports3, module3) => {
|
|
165960
|
-
module3.exports = "./rg-r6ev1ksc.";
|
|
165961
|
-
});
|
|
165962
|
-
|
|
165963
|
-
// ../sdk/dist/vendor/ripgrep/x64-darwin/rg
|
|
165964
|
-
var require_rg2 = __commonJS((exports3, module3) => {
|
|
165965
|
-
module3.exports = "./rg-ch8fa8g7.";
|
|
165966
|
-
});
|
|
165967
|
-
|
|
165968
|
-
// ../sdk/dist/vendor/ripgrep/arm64-linux/rg
|
|
165969
|
-
var require_rg3 = __commonJS((exports3, module3) => {
|
|
165970
|
-
module3.exports = "./rg-3agys64c.";
|
|
165971
|
-
});
|
|
165972
|
-
|
|
165973
|
-
// ../sdk/dist/vendor/ripgrep/x64-linux/rg
|
|
165974
|
-
var require_rg4 = __commonJS((exports3, module3) => {
|
|
165975
|
-
module3.exports = "./rg-0p18sjte.";
|
|
165976
|
-
});
|
|
165977
|
-
|
|
165978
|
-
// ../sdk/dist/vendor/ripgrep/x64-win32/rg.exe
|
|
165979
|
-
var require_rg5 = __commonJS((exports3, module3) => {
|
|
165980
|
-
module3.exports = "./rg-maqk0g78.exe";
|
|
165981
|
-
});
|
|
165982
|
-
|
|
165983
165960
|
// src/index.tsx
|
|
165984
165961
|
import fs34 from "fs";
|
|
165985
165962
|
import { createRequire as createRequire2 } from "module";
|
|
@@ -217705,15 +217682,15 @@ var getRipgrepPath = async () => {
|
|
|
217705
217682
|
try {
|
|
217706
217683
|
let embeddedRgPath;
|
|
217707
217684
|
if (process.platform === "darwin" && process.arch === "arm64") {
|
|
217708
|
-
embeddedRgPath =
|
|
217685
|
+
embeddedRgPath = (()=>{throw new Error("Cannot require module "+"../../../sdk/dist/vendor/ripgrep/arm64-darwin/rg");})();
|
|
217709
217686
|
} else if (process.platform === "darwin" && process.arch === "x64") {
|
|
217710
|
-
embeddedRgPath =
|
|
217687
|
+
embeddedRgPath = (()=>{throw new Error("Cannot require module "+"../../../sdk/dist/vendor/ripgrep/x64-darwin/rg");})();
|
|
217711
217688
|
} else if (process.platform === "linux" && process.arch === "arm64") {
|
|
217712
|
-
embeddedRgPath =
|
|
217689
|
+
embeddedRgPath = (()=>{throw new Error("Cannot require module "+"../../../sdk/dist/vendor/ripgrep/arm64-linux/rg");})();
|
|
217713
217690
|
} else if (process.platform === "linux" && process.arch === "x64") {
|
|
217714
|
-
embeddedRgPath =
|
|
217691
|
+
embeddedRgPath = (()=>{throw new Error("Cannot require module "+"../../../sdk/dist/vendor/ripgrep/x64-linux/rg");})();
|
|
217715
217692
|
} else if (process.platform === "win32" && process.arch === "x64") {
|
|
217716
|
-
embeddedRgPath =
|
|
217693
|
+
embeddedRgPath = (()=>{throw new Error("Cannot require module "+"../../../sdk/dist/vendor/ripgrep/x64-win32/rg.exe");})();
|
|
217717
217694
|
} else {
|
|
217718
217695
|
throw new Error(`Unsupported platform: ${process.platform}-${process.arch}`);
|
|
217719
217696
|
}
|
package/package.json
CHANGED
package/dist/rg-0p18sjte.
DELETED
|
Binary file
|
package/dist/rg-3agys64c.
DELETED
|
Binary file
|
package/dist/rg-ch8fa8g7.
DELETED
|
Binary file
|
package/dist/rg-maqk0g78.exe
DELETED
|
Binary file
|
package/dist/rg-r6ev1ksc.
DELETED
|
Binary file
|