@rely-ai/caliber 1.22.0-dev.1773765414 → 1.22.0-dev.1773765954
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/bin.js +4 -0
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -1392,6 +1392,10 @@ var CursorAcpProvider = class {
|
|
|
1392
1392
|
const streamOpts = options;
|
|
1393
1393
|
const hasHistory = streamOpts.messages && streamOpts.messages.length > 0;
|
|
1394
1394
|
let combined = "";
|
|
1395
|
+
combined += "IMPORTANT: You are being used as a direct LLM, not as a coding agent. ";
|
|
1396
|
+
combined += "Do NOT use tools, do NOT read or write files, do NOT check the repository. ";
|
|
1397
|
+
combined += "Process the prompt below and output your response directly in your message. ";
|
|
1398
|
+
combined += "Follow the system instructions exactly.\n\n";
|
|
1395
1399
|
combined += "[[System]]\n" + options.system + "\n\n";
|
|
1396
1400
|
if (hasHistory) {
|
|
1397
1401
|
for (const msg of streamOpts.messages) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rely-ai/caliber",
|
|
3
|
-
"version": "1.22.0-dev.
|
|
3
|
+
"version": "1.22.0-dev.1773765954",
|
|
4
4
|
"description": "Analyze your codebase and generate optimized AI agent configs (CLAUDE.md, .cursorrules, skills) — no API key needed",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|