agentlife 1.2.4 → 1.2.5

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1486,7 +1486,7 @@ var PROVISIONED_AGENTS = [
1486
1486
  id: "agentlife-builder",
1487
1487
  name: "AgentLife Builder",
1488
1488
  agentsMd: BUILDER_AGENTS_MD,
1489
- tools: { profile: "full", allow: ["agentlife_push"] }
1489
+ tools: { allow: ["agentlife_push"] }
1490
1490
  },
1491
1491
  {
1492
1492
  id: "supervisor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlife",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "bun build index.ts --outfile dist/index.js --target node --external openclaw/plugin-sdk",