@agentsbank/sdk 1.0.26 → 1.0.27

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/CHANGELOG.md +14 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to the AgentsBank SDK are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.27] - 2026-02-14
9
+
10
+ ### Added
11
+ - **USER EXPERIENCE**: Agent usernames now use friendly format like `agent-swift-eagle-1234` instead of `agent_timestamp_random`
12
+ - Generated using adjective + animal + number pattern for better memorability
13
+ - Example: `agent-bright-phoenix-5678`, `agent-bold-dragon-2341`
14
+ - Makes agent identification more intuitive and user-friendly
15
+
16
+ ### Enhanced
17
+ - Improved documentation in SKILL.md with skill definition and security boundaries
18
+ - Updated metadata with v1.0.6 specification compliance
19
+
20
+ ---
21
+
8
22
  ## [1.0.23] - 2026-02-14
9
23
 
10
24
  ### Added
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@agentsbank/sdk",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "🔒 Secure Financial SDK for AgentsBank - Multi-chain wallet & transaction management. Supports both user-approved and autonomous modes with configurable guardrails.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",
8
8
  "scripts": {
9
- "build": "tsc",
10
- "publish": "npm publish"
9
+ "build": "tsc"
11
10
  },
12
11
  "files": [
13
12
  "dist",