wormclaude 1.0.171 → 1.0.172
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/theme.js +1 -1
- package/dist/tools.js +2 -2
- package/package.json +1 -1
package/dist/theme.js
CHANGED
package/dist/tools.js
CHANGED
|
@@ -741,8 +741,8 @@ async function execOne(call, hooks) {
|
|
|
741
741
|
const _ck = tool + '|' + target.toLowerCase();
|
|
742
742
|
const _cached = _scanCache.get(_ck);
|
|
743
743
|
if (_cached && Date.now() - _cached.t < 120000) {
|
|
744
|
-
|
|
745
|
-
|
|
744
|
+
// SADECE kısa DUR notu — bulguları TEKRAR verme (yoksa model onları yeniden yazıp tekrar çağırır).
|
|
745
|
+
return { ok: false, args, output: `[ALREADY-SCANNED] "${tool} ${target}" already ran — its findings are ALREADY in the conversation above. STOP: do NOT call SecurityScan again. Reply to the user in TEXT now using those findings. Another scan call is a forbidden loop.` };
|
|
746
746
|
}
|
|
747
747
|
try {
|
|
748
748
|
const { runPentest } = await import('./pentest.js');
|