@madh-io/alfred-ai 0.3.3 → 0.3.4

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/bundle/index.js +1 -1
  2. package/package.json +1 -1
package/bundle/index.js CHANGED
@@ -3944,7 +3944,7 @@ var init_message_pipeline = __esm({
3944
3944
  const toolResultBlocks = [];
3945
3945
  for (const toolCall of response.toolCalls) {
3946
3946
  const result = await this.executeToolCall(toolCall, {
3947
- userId: user.id,
3947
+ userId: message.userId,
3948
3948
  chatId: message.chatId,
3949
3949
  chatType: message.chatType,
3950
3950
  platform: message.platform,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madh-io/alfred-ai",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Alfred — Personal AI Assistant across Telegram, Discord, WhatsApp, Matrix & Signal",
5
5
  "type": "module",
6
6
  "bin": {