opc-agent 4.1.20 → 4.1.21

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.
@@ -1666,7 +1666,7 @@
1666
1666
  }
1667
1667
 
1668
1668
  // --- Skill toggle rendering ---
1669
- const SKILL_CATEGORIES = {
1669
+ const WIZARD_SKILL_CATEGORIES = {
1670
1670
  productivity: { icon: '📋', label: 'Productivity' },
1671
1671
  knowledge: { icon: '📚', label: 'Knowledge' },
1672
1672
  creative: { icon: '✍️', label: 'Creative' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opc-agent",
3
- "version": "4.1.20",
3
+ "version": "4.1.21",
4
4
  "description": "Open Agent Framework — Build, test, and run AI Agents for business workstations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",