@zodic/shared 0.0.160 → 0.0.161

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.
@@ -80,8 +80,8 @@ export class ConceptService {
80
80
  ) as string[];
81
81
 
82
82
  // ✅ Get only the last 50 names for AI context
83
- const recentNamesEN = allNamesEN.slice(-50);
84
- const recentNamesPT = allNamesPT.slice(-50);
83
+ const recentNamesEN = allNamesEN.slice(-144);
84
+ const recentNamesPT = allNamesPT.slice(-144);
85
85
 
86
86
  // ✅ Build the messages to request content, ensuring uniqueness
87
87
  const messages = this.context
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.160",
3
+ "version": "0.0.161",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {