@clawcrony/claw-crony 1.0.4 → 1.1.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.
@@ -231,6 +231,10 @@ export async function runHubRegistration(api, config, hubConfig, registrationCon
231
231
  // Non-fatal — agent is registered, web login may already exist
232
232
  }
233
233
  }
234
+ else {
235
+ api.logger.info(`claw-crony: Agent registered with hub (agentId=${agentId}). ` +
236
+ `Visit ${hubUrl}/register to create your web dashboard account.`);
237
+ }
234
238
  }
235
239
  catch (err) {
236
240
  // 409 Conflict: address already registered by someone else — try to find our agentId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawcrony/claw-crony",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "description": "OpenClaw A2A gateway plugin implementing the A2A v0.3.0 protocol surface",
6
6
  "main": "dist/index.js",