@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.
@@ -2545,8 +2545,8 @@ var SUBAGENTS = {
2545
2545
  description: "Automatically create and track bugs and issues",
2546
2546
  icon: "bot",
2547
2547
  integrations: [
2548
- INTEGRATIONS.linear,
2549
- INTEGRATIONS.jira,
2548
+ // INTEGRATIONS.linear,
2549
+ // INTEGRATIONS.jira,
2550
2550
  INTEGRATIONS["jira-server"],
2551
2551
  INTEGRATIONS.notion,
2552
2552
  INTEGRATIONS.slack
@@ -2560,7 +2560,10 @@ var SUBAGENTS = {
2560
2560
  name: "Documentation Researcher",
2561
2561
  description: "Search and retrieve information from your documentation",
2562
2562
  icon: "file-search",
2563
- integrations: [INTEGRATIONS.notion, INTEGRATIONS.confluence],
2563
+ integrations: [
2564
+ INTEGRATIONS.notion
2565
+ // INTEGRATIONS.confluence
2566
+ ],
2564
2567
  model: "sonnet",
2565
2568
  color: "cyan",
2566
2569
  version: "1.0.0"