Logo
Explore Help
Sign In
espocrm-extensions/SmartAssistant
Archived
1
0
Fork 0
You've already forked SmartAssistant
Code Issues Pull Requests Actions Packages Projects Releases 51 Wiki Activity

51 Releases 51 Tags

RSS Feed
  • v1.1.0 f616065585
    Compare

    v1.1.0 — תיקון תצוגת פריטים בדשלט Stable

    chaim released this 2026-04-03 13:26:27 +03:00 | 52 commits to main since this release

    שינויים

    תיקון באג — "אין פריטים להצגה"

    הכרטיסיות "תיקים פתוחים" ו"דיונים השבוע" הציגו מספרים אבל בלחיצה תמיד הופיע "אין פריטים להצגה". הסיבה: הספירה בכרטיסייה הייתה מכל הפריטים, אבל הפירוט סינן רק פריטים בעייתיים (תיקים לא פעילים 14+ ימים, דיונים ללא הכנה).

    תיקון: הוספת getOpenCaseItems() ו-getUpcomingHearingItems() ל-AlertCalculator — עכשיו הפירוט מציג את כל הפריטים הרלוונטיים עם סטטוס בעברית.

    שינויים נוספים

    • כותרת הדשלט שונתה ל"שירה — עוזרת אישית"
    • שם ההרחבה תוקן ל-SmartAssistant (ללא רווח)

    קבצים שהשתנו

    • Services/AlertCalculator.php — מתודות חדשות לרשימת תיקים ודיונים
    • Services/SmartAssistantService.php — API מחזיר openCases ו-upcomingHearings
    • views/dashlets/smart-assistant.js — שימוש בנתונים הנכונים לכל כרטיסייה
    • manifest.json — שם ההרחבה וגרסה
    Downloads
    • SmartAssistant-1.1.0.zip
      184 KiB
      2026-04-03 13:26:30 +03:00
    • SmartAssistant-1.1.0.zip
      64 KiB
      2026-04-03 13:26:52 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.9 1eb856b178
    Compare

    v1.0.9 — Meet שירה (Shira) Stable

    chaim released this 2026-04-01 02:13:02 +03:00 | 53 commits to main since this release

    Changes

    • feat: Renamed the assistant display name from "עוזר חכם" to "שירה" (Shira)
    • Updated placeholder text, chat title, and disabled dashlet message
    • Internal module name remains SmartAssistant
    Downloads
    • SmartAssistant-1.0.9.zip
      184 KiB
      2026-04-01 02:13:04 +03:00
    • SmartAssistant-1.0.9.zip
      63 KiB
      2026-04-01 02:13:22 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.8 233f56eccf
    Compare

    v1.0.8 — Integration status check: hide FAB and dashlet when disabled Stable

    chaim released this 2026-04-01 02:11:10 +03:00 | 55 commits to main since this release

    Changes

    • feat: Added /SmartAssistant/action/status endpoint that checks if the integration is enabled
    • feat: FAB (floating chat button) now hidden when integration is not enabled
    • feat: Dashlet shows 'not enabled' message instead of loading data when integration is disabled
    • Ensures UI and settings are synchronized — no more phantom widgets when integration is off
    Downloads
    • SmartAssistant-1.0.8.zip
      184 KiB
      2026-04-01 02:11:11 +03:00
    • SmartAssistant-1.0.8.zip
      63 KiB
      2026-04-01 02:11:30 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.7 92c3cd2cdc
    Compare

    v1.0.7 — Clickable dashlet cards with drill-down Stable

    chaim released this 2026-04-01 02:01:45 +03:00 | 61 commits to main since this release

    New Feature

    • feat: Dashlet cards are now clickable — clicking a card shows the relevant alert items below
      • תיקים פתוחים → shows inactive/unassigned cases
      • משימות באיחור → shows overdue tasks with case links
      • דיונים השבוע → shows hearings without preparation
      • דורשים תשומת לב → shows all critical + warning alerts
    • Active card gets a colored border indicator
    • Each alert item links directly to its case
    • Click again to collapse

    Fixes (from v1.0.5-1.0.6)

    • getActionItemDataList() for EspoCRM v9 compatibility
    • getColor() for EspoCRM v9 compatibility
    Downloads
    • SmartAssistant-1.0.7.zip
      184 KiB
      2026-04-01 02:01:48 +03:00
    • SmartAssistant-1.0.7.zip
      63 KiB
      2026-04-01 02:01:56 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.6 f5c60f4272
    Compare

    v1.0.6 — Dashlet getColor fix for EspoCRM v9 Stable

    chaim released this 2026-04-01 01:56:38 +03:00 | 63 commits to main since this release

    Fix

    • fix: Added getColor() method to dashlet view — required by EspoCRM v9+ dashlet framework. Fixes TypeError: e.getColor is not a function on dashboard load.
    • Includes previous v1.0.5 fix (getActionItemDataList).
    Downloads
    • SmartAssistant-1.0.6.zip
      183 KiB
      2026-04-01 01:56:40 +03:00
    • SmartAssistant-1.0.6.zip
      63 KiB
      2026-04-01 01:56:49 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.5 ffbb648dd5
    Compare

    v1.0.5 — Dashlet fix for EspoCRM v9 Stable

    chaim released this 2026-04-01 01:53:34 +03:00 | 65 commits to main since this release

    Fix

    • fix: Added getActionItemDataList() to dashlet view — required by EspoCRM v9+ dashlet framework. Without it, TypeError: e.getActionItemDataList is not a function was thrown on dashboard load.
    Downloads
    • SmartAssistant-1.0.5.zip
      183 KiB
      2026-04-01 01:53:37 +03:00
    • SmartAssistant-1.0.5.zip
      63 KiB
      2026-04-01 01:53:45 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.4 b9abe5f921
    Compare

    v1.0.4 — AssistantConversation Entity + Deployment Stable

    chaim released this 2026-04-01 01:46:40 +03:00 | 67 commits to main since this release

    Changes

    • feat: Added AssistantConversation entity definition for chat persistence (was missing from module)
    • feat: Added scope, i18n (en_US + fa_IR/Hebrew) for AssistantConversation
    • fix: Version bump to 1.0.4

    Deployment Notes

    • Requires EspoCRM >= 8.0.0, PHP >= 8.1
    • After install, run Admin > Rebuild
    • Configure webhook URL in Admin > Integrations > Smart Assistant:
      • Claude: https://n8n.dev.marcus-law.co.il/webhook/smart-assistant-claude
      • Gemini: https://n8n.dev.marcus-law.co.il/webhook/smart-assistant-gemini

    n8n Workflows

    Provider Workflow ID Webhook Path
    Claude (Anthropic) ACscQnerhDBYjgnF /webhook/smart-assistant-claude
    Gemini 2.5 Flash uqlxZpjQRyXm1fm4 /webhook/smart-assistant-gemini
    Downloads
    • SmartAssistant-1.0.4.zip
      183 KiB
      2026-04-01 01:46:44 +03:00
    • SmartAssistant-1.0.4.zip
      63 KiB
      2026-04-01 01:46:51 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.3 2c34d56c64
    Compare

    v1.0.3 Stable

    chaim released this 2026-03-30 00:34:38 +03:00 | 72 commits to main since this release

    Release 1.0.3

    Downloads
    • SmartAssistant-1.0.3.zip
      50 KiB
      2026-03-30 00:34:39 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.2 96e7c8e9e0
    Compare

    v1.0.2 Stable

    chaim released this 2026-03-29 23:58:35 +03:00 | 74 commits to main since this release

    Release 1.0.2

    Downloads
    • SmartAssistant-1.0.2.zip
      50 KiB
      2026-03-29 23:58:36 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.0.1 1eea85da2b
    Compare

    v1.0.1 Stable

    chaim released this 2026-03-29 23:52:18 +03:00 | 76 commits to main since this release

    Release 1.0.1

    Downloads
    • SmartAssistant-1.0.1.zip
      50 KiB
      2026-03-29 23:52:20 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 2 3 4 5 6 Next Last
Powered by Gitea Version: 1.26.2 Page: 160ms Template: 5ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API