@agentchatme/openclaw 0.6.10 → 0.6.11

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.
@@ -1845,7 +1845,7 @@ var CircuitBreaker = class {
1845
1845
  };
1846
1846
 
1847
1847
  // src/version.ts
1848
- var PACKAGE_VERSION = "0.6.10";
1848
+ var PACKAGE_VERSION = "0.6.11";
1849
1849
 
1850
1850
  // src/outbound.ts
1851
1851
  var DEFAULT_RETRY_POLICY = {
@@ -4415,7 +4415,7 @@ var agentchatPlugin = {
4415
4415
  // is triggered BY AgentChat (see openclaw compact-Fl3cALvc.js:636 —
4416
4416
  // `runtimeChannel ? resolveChannelMessageToolHints(...) : void 0`),
4417
4417
  // which means it can never deliver the persistent identity awareness
4418
- // we need. Identity injection lives in AGENTS.md via
4418
+ // we need. Identity content lives in AGENTS.md via
4419
4419
  // `writeAgentsAnchor` — see binding/agents-anchor.ts for the why.
4420
4420
  gateway: agentchatGatewayAdapter,
4421
4421
  outbound: agentchatOutboundAdapter,