@haven_ai/sdk 0.1.29-alpha.0 → 0.1.30-alpha.0

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,7 +68,7 @@ approval if it exceeds it), and shows up in your Haven dashboard activity feed.
68
68
  - On-chain Safe AllowanceModule state enforces the agent budget.
69
69
  - `getAllowances()` / `get_allowances` is the right path for budget, remaining amount, reset period, or "what can I spend?" questions.
70
70
  - If an API key is exposed or lost, rotate it from the Haven agent detail page. The new key is shown once and the old key stops working.
71
- - If a delegate key is exposed or lost, pause or revoke the agent and create a new signing path.
71
+ - If a delegate key is exposed or lost, a delegation-rail agent is **re-keyed** rather than replaced — same agent, new signing key, budget remainder carried. See [Replacing an agent's signing key](../../docs/product/agent-key-rotation.md). Legacy AllowanceModule agents are paused or revoked and re-onboarded instead.
72
72
 
73
73
  ## Step-by-Step API
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haven_ai/sdk",
3
- "version": "0.1.29-alpha.0",
3
+ "version": "0.1.30-alpha.0",
4
4
  "description": "TypeScript SDK for Haven — agent wallet infrastructure",
5
5
  "engines": {
6
6
  "node": ">=22"