@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.
package/dist/index.js CHANGED
@@ -1853,7 +1853,7 @@ var CircuitBreaker = class {
1853
1853
  };
1854
1854
 
1855
1855
  // src/version.ts
1856
- var PACKAGE_VERSION = "0.6.10";
1856
+ var PACKAGE_VERSION = "0.6.11";
1857
1857
 
1858
1858
  // src/outbound.ts
1859
1859
  var DEFAULT_RETRY_POLICY = {
@@ -4423,7 +4423,7 @@ var agentchatPlugin = {
4423
4423
  // is triggered BY AgentChat (see openclaw compact-Fl3cALvc.js:636 —
4424
4424
  // `runtimeChannel ? resolveChannelMessageToolHints(...) : void 0`),
4425
4425
  // which means it can never deliver the persistent identity awareness
4426
- // we need. Identity injection lives in AGENTS.md via
4426
+ // we need. Identity content lives in AGENTS.md via
4427
4427
  // `writeAgentsAnchor` — see binding/agents-anchor.ts for the why.
4428
4428
  gateway: agentchatGatewayAdapter,
4429
4429
  outbound: agentchatOutboundAdapter,