relaybot 1.0.4 → 1.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relaybot",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "An AI assistant that lives in your Slack DMs — powered by Claude or Codex",
5
5
  "main": "main.js",
6
6
  "bin": {
@@ -24,7 +24,7 @@ function storeLastMessage(message) {
24
24
 
25
25
  function getPromptSuffix() {
26
26
  if (isProduction) {
27
- return `\nIMPORTANT: Use the relay-bot skill if it exists. Otherwise, read and follow the instructions in ${skillPath}`;
27
+ return `\nIMPORTANT: Read and follow the instructions in ${skillPath}`;
28
28
  }
29
29
  return '\nIMPORTANT: Use the relay-bot skill.';
30
30
  }