mongossee 1.0.14 → 1.0.15

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.

Potentially problematic release.


This version of mongossee might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -21,8 +21,10 @@ async function generateProject(prompt, directoryName) {
21
21
  // Note: 'newPrompt' wala logic ab Server (api/server.js) ke paas hai,
22
22
  // isliye yahan se hata diya taki code simple rahe.
23
23
 
24
+ // ⚠️ CHANGE: Humne prompt me strict instruction add kar di hai
25
+ // taaki AI response me comments na bheje.
24
26
  const body = {
25
- prompt: prompt // Sirf user ka prompt bhej rahe hain
27
+ prompt: prompt + " . IMPORTANT: Return strictly code only. Do not include any comments, docstrings, or explanations inside the code files."
26
28
  };
27
29
 
28
30
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongossee",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {