sim-setup 1.0.6-preview.68.1 → 1.0.6-preview.69.1

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.
Files changed (2) hide show
  1. package/dist/index.js +9 -9
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22634,8 +22634,8 @@ var init_integrations = __esm(() => {
22634
22634
  type: "slack_v2",
22635
22635
  slug: "slack",
22636
22636
  name: "Slack",
22637
- description: "Send, update, delete messages, manage views and modals, add or remove reactions, manage canvases, get channel info and user presence in Slack",
22638
- longDescription: "Integrate Slack into the workflow. Can send, update, and delete messages, send ephemeral messages visible only to a specific user, open/update/push modal views, publish Home tab views, create canvases, read messages, and add or remove reactions. Requires Bot Token instead of OAuth in advanced mode. Can be used in trigger mode to trigger a workflow when a message is sent to a channel.",
22637
+ description: "Send and manage Slack messages, Agent Sessions, streamed replies, views, reactions, conversations, and canvases",
22638
+ longDescription: "Integrate Slack messaging and administration into a workflow. Custom Slack bots can manage Agent Sessions, stream incremental Markdown or structured chunks, react to Agent Session events, and configure Agent View suggested prompts. Standard messaging and management operations support both the Sim app and custom bot credentials.",
22639
22639
  bgColor: "#611f69",
22640
22640
  iconName: "SlackIcon",
22641
22641
  docsUrl: "https://docs.sim.ai/integrations/slack",
@@ -22677,16 +22677,16 @@ var init_integrations = __esm(() => {
22677
22677
  description: "Get a stable permalink URL to a specific Slack message."
22678
22678
  },
22679
22679
  {
22680
- name: "Set Assistant Status",
22681
- description: "Set or clear the assistant thread status indicator (the loading shimmer) on a Slack AI app thread. Pass an empty status to clear it."
22680
+ name: "Set Suggested Prompts",
22681
+ description: "Set the clickable suggested prompts shown in a Slack assistant thread (the prompt chips in an AI app)."
22682
22682
  },
22683
22683
  {
22684
- name: "Set Assistant Title",
22685
- description: "Set the title of a Slack assistant thread (shown in the AI app thread header)."
22684
+ name: "Set Agent Session Status",
22685
+ description: "Create or update the state of a Slack agent session associated with a thread."
22686
22686
  },
22687
22687
  {
22688
- name: "Set Suggested Prompts",
22689
- description: "Set the clickable suggested prompts shown in a Slack assistant thread (the prompt chips in an AI app)."
22688
+ name: "Rename Agent Session",
22689
+ description: "Rename the Slack agent session associated with a thread."
22690
22690
  },
22691
22691
  {
22692
22692
  name: "List Channels",
@@ -22814,7 +22814,7 @@ var init_integrations = __esm(() => {
22814
22814
  {
22815
22815
  id: "slack_oauth",
22816
22816
  name: "Slack",
22817
- description: "Trigger from Slack events (mentions, messages, reactions)"
22817
+ description: "Trigger from Slack events, interactions, and slash commands"
22818
22818
  }
22819
22819
  ],
22820
22820
  triggerCount: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.6-preview.68.1",
3
+ "version": "1.0.6-preview.69.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {