conare 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1009,7 +1009,7 @@ function indexCodebase(rootPath) {
1009
1009
 
1010
1010
  // src/api.ts
1011
1011
  var API_URL = "https://mcp.conare.ai";
1012
- function createUploadBatches(memories, maxItems = 64, maxChars = 1e6) {
1012
+ function createUploadBatches(memories, maxItems = 96, maxChars = 1500000) {
1013
1013
  const batches = [];
1014
1014
  let current = [];
1015
1015
  let currentChars = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conare",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Conare CLI for ingesting AI chat history and configuring memory at conare.ai",
5
5
  "type": "module",
6
6
  "bin": {