@wipal/agent-team 1.2.3 → 1.2.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipal/agent-team",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "CLI tool to add AI agent teams to existing projects with specialized roles, skills, and workflows (v2.1 with OpenFang patterns)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -353,8 +353,6 @@
353
353
  this.newAgent = { name: '', role: '', variants: {} };
354
354
  this.variantCategories = {};
355
355
  this.previewSkills = [];
356
- // Force Alpine to re-render by reassigning
357
- this.$forceUpdate();
358
356
  },
359
357
  }
360
358
  }