@pocketagent/paw 1.0.5 → 1.0.6

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -80,6 +80,9 @@ We're launching on Solana because:
80
80
  - **Zero Plaintext**: All secrets encrypted at rest
81
81
  - **Memory Safe**: Keys cleared after use
82
82
  - **Theft Resistant**: Stolen files are useless
83
+ - **Machine-Bound**: Wallets tied to specific device (hostname, username, OS, architecture, home directory)
84
+
85
+ ⚠️ **Important:** Wallets are bound to your machine. If you change hostname, username, or reinstall OS, you'll need to export/import your private keys before making changes. Always backup your private keys with `paw export <agent-id>` before system changes!
83
86
 
84
87
  ### 📟 Retro Dashboard
85
88
  - **Pager-Style TUI**: Monochrome green-on-black aesthetic
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketagent/paw",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "PocketAgent Wallet - agentic wallet for AI agents on Solana 📟",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",