@teamvibe/poller 0.1.43 → 0.1.44

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.
@@ -14,6 +14,7 @@ const TOOL_STATUS_MAP = [
14
14
  { pattern: 'mcp__slack__read_thread', status: 'Reading thread...' },
15
15
  { pattern: 'mcp__slack__send_message', status: 'Sending message...' },
16
16
  { pattern: 'mcp__slack__upload_snippet', status: 'Uploading snippet...' },
17
+ { pattern: 'mcp__slack__update_message', status: 'Updating message...' },
17
18
  { pattern: /^mcp__slack__/, status: 'Working with Slack...' },
18
19
  // Web tools
19
20
  { pattern: 'WebSearch', status: 'Searching the web...' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamvibe/poller",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {