@mindstudio-ai/remy 0.1.324 → 0.1.325

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.
@@ -132,6 +132,7 @@ remy-admin secrets set ARCHIVE_S3_KEY --prod <value> # the user sets thes
132
132
  remy-admin secrets set ARCHIVE_S3_SECRET --prod <value>
133
133
  remy-admin datasources connect --source archive --bucket acme-docs --region us-east-1 --prefix contracts/ --access-key-secret ARCHIVE_S3_KEY --secret-key-secret ARCHIVE_S3_SECRET --budget-per-sync 5
134
134
  remy-admin datasources sync --source archive --wait # first sync: plans the whole bucket, stops for approval if over the budget
135
+ remy-admin datasources sync --source archive --limit 20000 --concurrency 64 # a slice, run hard: how a big backfill is measured before it is approved
135
136
  remy-admin datasources connector --source archive # what it follows, last sync, object counts
136
137
  ```
137
138
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.324",
3
+ "version": "0.1.325",
4
4
  "description": "Remy coding agent",
5
5
  "repository": {
6
6
  "type": "git",