replicas-engine 0.1.609 → 0.1.611
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 +5 -3
- package/dist/src/index.js +639 -301
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,6 +134,8 @@ 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-
|
|
138
|
-
- `POST /v1/engine/skill-
|
|
139
|
-
- `POST /v1/engine/mcp-
|
|
137
|
+
- `POST /v1/engine/chat-turn-activity`
|
|
138
|
+
- `POST /v1/engine/skill-activity`
|
|
139
|
+
- `POST /v1/engine/mcp-activity`
|
|
140
|
+
|
|
141
|
+
The previous `chat-turn-usage`, `skill-usage`, and `mcp-usage` paths remain accepted for older engine versions.
|