@codeam/shared 2.61.28 → 2.61.29

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/dist/index.d.mts CHANGED
@@ -351,7 +351,7 @@ declare function isHeadroomWrappable(agentId: string): boolean;
351
351
  * ubiquitous CLI for the tool → `cliEnv`; otherwise → `mcp`. A tool may
352
352
  * declare both.
353
353
  */
354
- type IntegrationId = 'jira' | 'sentry' | 'linear' | 'slack' | 'notion' | 'azure_devops' | 'figma' | 'microsoft_teams' | 'google_chat';
354
+ type IntegrationId = 'jira' | 'sentry' | 'linear' | 'slack' | 'notion' | 'azure_devops' | 'figma' | 'microsoft_teams' | 'google_chat' | 'discord';
355
355
  type IntegrationAuthKind = 'oauth_redirect' | 'oauth_device' | 'api_key';
356
356
  /** Grouping used by category-driven surfaces (Start-from-Work-Item picker,
357
357
  * catalog sections). A future tracker integration joins those features with
package/dist/index.d.ts CHANGED
@@ -351,7 +351,7 @@ declare function isHeadroomWrappable(agentId: string): boolean;
351
351
  * ubiquitous CLI for the tool → `cliEnv`; otherwise → `mcp`. A tool may
352
352
  * declare both.
353
353
  */
354
- type IntegrationId = 'jira' | 'sentry' | 'linear' | 'slack' | 'notion' | 'azure_devops' | 'figma' | 'microsoft_teams' | 'google_chat';
354
+ type IntegrationId = 'jira' | 'sentry' | 'linear' | 'slack' | 'notion' | 'azure_devops' | 'figma' | 'microsoft_teams' | 'google_chat' | 'discord';
355
355
  type IntegrationAuthKind = 'oauth_redirect' | 'oauth_device' | 'api_key';
356
356
  /** Grouping used by category-driven surfaces (Start-from-Work-Item picker,
357
357
  * catalog sections). A future tracker integration joins those features with
package/dist/index.js CHANGED
@@ -752,6 +752,18 @@ var INTEGRATION_REGISTRY = {
752
752
  auth: { kind: "oauth_redirect" },
753
753
  delivery: {}
754
754
  },
755
+ discord: {
756
+ id: "discord",
757
+ name: "Discord",
758
+ icon: "discord",
759
+ category: "comms",
760
+ // COMING SOON — placeholder catalog entry (no OAuth provider / MCP yet). The
761
+ // agent will post review pings + read channels over the Discord API once the
762
+ // provider lands. `enabled:false` → dimmed "coming soon" tile.
763
+ enabled: false,
764
+ auth: { kind: "oauth_redirect" },
765
+ delivery: {}
766
+ },
755
767
  notion: {
756
768
  id: "notion",
757
769
  name: "Notion",
@@ -953,6 +965,14 @@ var INTEGRATION_BRANDING = {
953
965
  brandColor: "#00AC47",
954
966
  logoSvg: '<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46 6H8a3.5 3.5 0 0 0-3.5 3.5v26A3.5 3.5 0 0 0 8 39h4.5v8.2a1.3 1.3 0 0 0 2.15 1L26 39h20a3.5 3.5 0 0 0 3.5-3.5v-26A3.5 3.5 0 0 0 46 6z" fill="#00AC47"/><circle cx="19.5" cy="22.5" r="3.1" fill="#fff"/><circle cx="34.5" cy="22.5" r="3.1" fill="#fff"/></svg>'
955
967
  },
968
+ discord: {
969
+ id: "discord",
970
+ name: "Discord",
971
+ vendor: "Discord",
972
+ tagline: "Voice, video & text chat",
973
+ brandColor: "#5865F2",
974
+ logoSvg: '<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M43.6 12.2A38 38 0 0 0 34.1 9.3a26 26 0 0 0-1.2 2.5 35.3 35.3 0 0 0-10.6 0 26 26 0 0 0-1.2-2.5 38 38 0 0 0-9.5 2.9C4.6 21.2 3 30 3.8 38.6a38.4 38.4 0 0 0 11.6 5.9 28 28 0 0 0 2.5-4 24.8 24.8 0 0 1-3.9-1.9c.33-.24.65-.5.95-.75a27.5 27.5 0 0 0 23.5 0c.3.27.62.52.95.75a24.8 24.8 0 0 1-3.9 1.9 28 28 0 0 0 2.5 4 38.3 38.3 0 0 0 11.6-5.9c.94-9.9-1.6-18.6-6.6-26.4zM19.4 33.3c-2.3 0-4.2-2.1-4.2-4.7s1.85-4.7 4.2-4.7 4.24 2.13 4.2 4.7c0 2.6-1.87 4.7-4.2 4.7zm15.3 0c-2.3 0-4.2-2.1-4.2-4.7s1.85-4.7 4.2-4.7 4.24 2.13 4.2 4.7c0 2.6-1.85 4.7-4.2 4.7z" fill="#5865F2"/></svg>'
975
+ },
956
976
  linear: {
957
977
  id: "linear",
958
978
  name: "Linear",