draftify-cli 1.0.8 → 1.0.10

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/utils/api.js CHANGED
@@ -80,7 +80,9 @@ new lines
80
80
  ]
81
81
  </ASK_QUESTIONS>
82
82
 
83
- Always use these tags when you write code or ask questions so the CLI can apply it automatically! Keep explanations short and outside the tags.`;
83
+ Always use these tags when you write code or ask questions so the CLI can apply it automatically! Keep explanations short and outside the tags.
84
+
85
+ IMPORTANT: Do NOT include your own properties, name ('Draftify'), or AI identity in the code you generate (e.g., when creating a discord bot, landing page, or admin panel). Do not use 'Draftify' as a brand name or prefix in generated projects. If a fictional brand or name is needed, invent a new, unique one instead.`;
84
86
  const responseStream = await ai.models.generateContentStream({
85
87
  model: geminiModel,
86
88
  contents: contents,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draftify-cli",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Draftify AI CLI tool",
5
5
  "main": "dist/index.js",
6
6
  "bin": {