@getmarrow/sdk 3.7.8 → 3.7.9
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 +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,9 +58,13 @@ Four measured deltas: `attempts_per_success`, `time_to_success_seconds`, `drift_
|
|
|
58
58
|
|
|
59
59
|
---
|
|
60
60
|
|
|
61
|
-
## What's New in v3.7.
|
|
61
|
+
## What's New in v3.7.8
|
|
62
62
|
|
|
63
|
-
###
|
|
63
|
+
### Auto-Logging + Docs
|
|
64
|
+
|
|
65
|
+
Auto-logging section added to README. Docs link added at bottom. README now mirrors MCP structure with consistent layout.
|
|
66
|
+
|
|
67
|
+
### Previous: v3.7.5 — Multi-API-Key Management
|
|
64
68
|
|
|
65
69
|
Manage API keys for your entire fleet of agents directly from your code:
|
|
66
70
|
|