@react-grab/cli 0.1.4 → 0.1.5
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.cjs +5 -5
- package/dist/cli.js +5 -5
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -1833,7 +1833,7 @@ var previewPackageJsonAgentRemoval = (projectRoot, agent) => {
|
|
|
1833
1833
|
};
|
|
1834
1834
|
|
|
1835
1835
|
// src/commands/add.ts
|
|
1836
|
-
var VERSION = "0.1.
|
|
1836
|
+
var VERSION = "0.1.4";
|
|
1837
1837
|
var formatInstalledAgentNames = (agents) => agents.map((agent) => AGENT_NAMES[agent] || agent).join(", ");
|
|
1838
1838
|
var add = new commander.Command().name("add").alias("install").description("add an agent integration").argument("[agent]", `agent to add (${AGENTS.join(", ")})`).option("-y, --yes", "skip confirmation prompts", false).option(
|
|
1839
1839
|
"-c, --cwd <cwd>",
|
|
@@ -2169,7 +2169,7 @@ var MAX_KEY_HOLD_DURATION_MS = 2e3;
|
|
|
2169
2169
|
var MAX_CONTEXT_LINES = 50;
|
|
2170
2170
|
|
|
2171
2171
|
// src/commands/configure.ts
|
|
2172
|
-
var VERSION2 = "0.1.
|
|
2172
|
+
var VERSION2 = "0.1.4";
|
|
2173
2173
|
var isMac = process.platform === "darwin";
|
|
2174
2174
|
var META_LABEL = isMac ? "Cmd" : "Win";
|
|
2175
2175
|
var ALT_LABEL = isMac ? "Option" : "Alt";
|
|
@@ -2669,7 +2669,7 @@ var uninstallPackagesWithFeedback = (packages, packageManager, projectRoot) => {
|
|
|
2669
2669
|
};
|
|
2670
2670
|
|
|
2671
2671
|
// src/commands/init.ts
|
|
2672
|
-
var VERSION3 = "0.1.
|
|
2672
|
+
var VERSION3 = "0.1.4";
|
|
2673
2673
|
var REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
2674
2674
|
var DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
2675
2675
|
var reportToCli = (type, config, error) => {
|
|
@@ -3405,7 +3405,7 @@ var init = new commander.Command().name("init").description("initialize React Gr
|
|
|
3405
3405
|
reportToCli("error", void 0, error);
|
|
3406
3406
|
}
|
|
3407
3407
|
});
|
|
3408
|
-
var VERSION4 = "0.1.
|
|
3408
|
+
var VERSION4 = "0.1.4";
|
|
3409
3409
|
var remove = new commander.Command().name("remove").description("remove an agent integration").argument(
|
|
3410
3410
|
"[agent]",
|
|
3411
3411
|
"agent to remove (claude-code, cursor, opencode, codex, gemini, amp, ami)"
|
|
@@ -3584,7 +3584,7 @@ var remove = new commander.Command().name("remove").description("remove an agent
|
|
|
3584
3584
|
});
|
|
3585
3585
|
|
|
3586
3586
|
// src/cli.ts
|
|
3587
|
-
var VERSION5 = "0.1.
|
|
3587
|
+
var VERSION5 = "0.1.4";
|
|
3588
3588
|
var VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
3589
3589
|
process.on("SIGINT", () => process.exit(0));
|
|
3590
3590
|
process.on("SIGTERM", () => process.exit(0));
|
package/dist/cli.js
CHANGED
|
@@ -1825,7 +1825,7 @@ var previewPackageJsonAgentRemoval = (projectRoot, agent) => {
|
|
|
1825
1825
|
};
|
|
1826
1826
|
|
|
1827
1827
|
// src/commands/add.ts
|
|
1828
|
-
var VERSION = "0.1.
|
|
1828
|
+
var VERSION = "0.1.4";
|
|
1829
1829
|
var formatInstalledAgentNames = (agents) => agents.map((agent) => AGENT_NAMES[agent] || agent).join(", ");
|
|
1830
1830
|
var add = new Command().name("add").alias("install").description("add an agent integration").argument("[agent]", `agent to add (${AGENTS.join(", ")})`).option("-y, --yes", "skip confirmation prompts", false).option(
|
|
1831
1831
|
"-c, --cwd <cwd>",
|
|
@@ -2161,7 +2161,7 @@ var MAX_KEY_HOLD_DURATION_MS = 2e3;
|
|
|
2161
2161
|
var MAX_CONTEXT_LINES = 50;
|
|
2162
2162
|
|
|
2163
2163
|
// src/commands/configure.ts
|
|
2164
|
-
var VERSION2 = "0.1.
|
|
2164
|
+
var VERSION2 = "0.1.4";
|
|
2165
2165
|
var isMac = process.platform === "darwin";
|
|
2166
2166
|
var META_LABEL = isMac ? "Cmd" : "Win";
|
|
2167
2167
|
var ALT_LABEL = isMac ? "Option" : "Alt";
|
|
@@ -2661,7 +2661,7 @@ var uninstallPackagesWithFeedback = (packages, packageManager, projectRoot) => {
|
|
|
2661
2661
|
};
|
|
2662
2662
|
|
|
2663
2663
|
// src/commands/init.ts
|
|
2664
|
-
var VERSION3 = "0.1.
|
|
2664
|
+
var VERSION3 = "0.1.4";
|
|
2665
2665
|
var REPORT_URL = "https://react-grab.com/api/report-cli";
|
|
2666
2666
|
var DOCS_URL = "https://github.com/aidenybai/react-grab";
|
|
2667
2667
|
var reportToCli = (type, config, error) => {
|
|
@@ -3397,7 +3397,7 @@ var init = new Command().name("init").description("initialize React Grab in your
|
|
|
3397
3397
|
reportToCli("error", void 0, error);
|
|
3398
3398
|
}
|
|
3399
3399
|
});
|
|
3400
|
-
var VERSION4 = "0.1.
|
|
3400
|
+
var VERSION4 = "0.1.4";
|
|
3401
3401
|
var remove = new Command().name("remove").description("remove an agent integration").argument(
|
|
3402
3402
|
"[agent]",
|
|
3403
3403
|
"agent to remove (claude-code, cursor, opencode, codex, gemini, amp, ami)"
|
|
@@ -3576,7 +3576,7 @@ var remove = new Command().name("remove").description("remove an agent integrati
|
|
|
3576
3576
|
});
|
|
3577
3577
|
|
|
3578
3578
|
// src/cli.ts
|
|
3579
|
-
var VERSION5 = "0.1.
|
|
3579
|
+
var VERSION5 = "0.1.4";
|
|
3580
3580
|
var VERSION_API_URL = "https://www.react-grab.com/api/version";
|
|
3581
3581
|
process.on("SIGINT", () => process.exit(0));
|
|
3582
3582
|
process.on("SIGTERM", () => process.exit(0));
|