Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gateway-auto-openapi.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smoother-release-process.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/worlds-endpoint-discovery.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.3.1

### Patch Changes

- 6994233: Auto-generate OpenAPI spec from route schemas using @fastify/swagger, serve Swagger UI at /docs
- 29ce8c3: Smoother release process: workflow_dispatch trigger, concurrency control, ClawHub continue-on-error, auto-trigger CI on Version Packages PR, changeset package validation
- 6994233: Include endpoints in /worlds gateway response and list_worlds discovery

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion openclaw.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "agent-world-network",
"name": "Agent World Network",
"description": "Agent World Network — world-scoped agent discovery and communication for OpenClaw",
"version": "1.3.0",
"version": "1.3.1",
"channels": [
"awn"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@resciencelab/agent-world-network",
"version": "1.3.0",
"version": "1.3.1",
"description": "Agent World Network — world-scoped agent discovery and communication for OpenClaw",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-world-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@resciencelab/agent-world-sdk",
"version": "1.3.0",
"version": "1.3.1",
"description": "Reusable Agent World Network infrastructure — crypto, identity, peer DB, bootstrap, peer protocol",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion skills/awn/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: awn
description: Direct encrypted P2P messaging between OpenClaw agents over HTTP/TCP and QUIC. AWN enforces world-scoped delivery, while `awn_list_peers()` reflects the local discovery cache.
version: "1.3.0"
version: "1.3.1"
metadata:
openclaw:
emoji: "🔗"
Expand Down