@unerr-ai/unerr 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.js +12 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -54799,6 +54799,18 @@ function registerInstallCommand(program2) {
|
|
|
54799
54799
|
" \x1B[38;2;52;211;153m\u2713\x1B[0m Built-in Read/Grep/Glob denied (use --no-force-tools to keep)\n"
|
|
54800
54800
|
);
|
|
54801
54801
|
}
|
|
54802
|
+
if (normalizedAgent === "cursor") {
|
|
54803
|
+
process.stderr.write("\n");
|
|
54804
|
+
process.stderr.write(
|
|
54805
|
+
" \x1B[38;2;251;191;36m\u26A0\x1B[0m Cursor requires one-time approval:\n"
|
|
54806
|
+
);
|
|
54807
|
+
process.stderr.write(
|
|
54808
|
+
' Open \x1B[1mSettings \u2192 Tools & MCP\x1B[0m and toggle \x1B[1m"unerr"\x1B[0m on.\n'
|
|
54809
|
+
);
|
|
54810
|
+
process.stderr.write(
|
|
54811
|
+
" \x1B[38;2;161;161;170m(Required since Cursor 1.3 \u2014 CVE-2025-54136)\x1B[0m\n"
|
|
54812
|
+
);
|
|
54813
|
+
}
|
|
54802
54814
|
process.stderr.write("\n");
|
|
54803
54815
|
process.stderr.write(
|
|
54804
54816
|
" \x1B[38;2;161;161;170mRun \x1B[0munerr\x1B[38;2;161;161;170m to start the intelligence engine.\x1B[0m\n"
|