coze_lab 0.1.0 → 0.1.1

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4540,6 +4540,7 @@ function writeOpenClawHook(token, workspaceId) {
4540
4540
  authorization: `Bearer ${token}`,
4541
4541
  endpoint: 'https://api.coze.cn/v1/loop/opentelemetry',
4542
4542
  workspaceId,
4543
+ debug: true,
4543
4544
  };
4544
4545
  return existing;
4545
4546
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coze_lab",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Configure local AI agents (Claude Code, Codex, OpenClaw) to report traces to CozeLoop",
5
5
  "keywords": [
6
6
  "cozeloop",