agentlife 2.4.1 → 2.4.2

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
@@ -1245,7 +1245,7 @@ var PROVISIONED_AGENTS = [
1245
1245
  id: "agentlife-builder",
1246
1246
  name: "AgentLife Builder",
1247
1247
  agentsMd: BUILDER_AGENTS_MD,
1248
- tools: { profile: "full", alsoAllow: ["agentlife_push"] }
1248
+ tools: { allow: ["*", "agentlife_push"] }
1249
1249
  },
1250
1250
  {
1251
1251
  id: "supervisor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlife",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "bun build index.ts --outfile dist/index.js --target node --external openclaw/plugin-sdk",