replicas-engine 0.1.532 → 0.1.535

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/README.md CHANGED
@@ -66,8 +66,8 @@ From `monolith/src/lib/sandbox-helpers.ts` + `monolith/src/lib/workspaces.ts`, t
66
66
  - Git identity (optional but expected for commits):
67
67
  - `git config --global user.name <bot-or-user-name>`
68
68
  - `git config --global user.email <bot-or-user-email>`
69
- - Git credential helper setup when GitHub token is available:
70
- - `git config --global credential.helper store`
69
+ - Managed Git credential helper setup when code-host tokens are available:
70
+ - `git config --global credential.helper ~/.git-credential-replicas`
71
71
  - `~/.git-credentials` with `https://x-access-token:<token>@github.com`
72
72
  - Repository materialization:
73
73
  - clone repositories into `/home/ubuntu/workspaces/<repo-name>`
@@ -134,3 +134,4 @@ Outgoing endpoints:
134
134
  - `POST /v1/engine/claude/refresh-credentials`
135
135
  - `POST /v1/engine/codex/refresh-credentials`
136
136
  - `POST /v1/engine/infisical/refresh-token`
137
+ - `POST /v1/engine/chat-turn-usage`