@bugzy-ai/bugzy 1.2.1 → 1.4.0

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.
@@ -2585,8 +2585,8 @@ var SUBAGENTS = {
2585
2585
  description: "Automatically create and track bugs and issues",
2586
2586
  icon: "bot",
2587
2587
  integrations: [
2588
- INTEGRATIONS.linear,
2589
- INTEGRATIONS.jira,
2588
+ // INTEGRATIONS.linear,
2589
+ // INTEGRATIONS.jira,
2590
2590
  INTEGRATIONS["jira-server"],
2591
2591
  INTEGRATIONS.notion,
2592
2592
  INTEGRATIONS.slack
@@ -2600,7 +2600,10 @@ var SUBAGENTS = {
2600
2600
  name: "Documentation Researcher",
2601
2601
  description: "Search and retrieve information from your documentation",
2602
2602
  icon: "file-search",
2603
- integrations: [INTEGRATIONS.notion, INTEGRATIONS.confluence],
2603
+ integrations: [
2604
+ INTEGRATIONS.notion
2605
+ // INTEGRATIONS.confluence
2606
+ ],
2604
2607
  model: "sonnet",
2605
2608
  color: "cyan",
2606
2609
  version: "1.0.0"