34ad5cd023
The ask mode goes through the full agent loop (hybrid search + rerank + Claude). Typical runs land at 30-90s; long queries reach 90-120s. With the previous UX the user saw only "Loading…" on the submit button and "מחפש…" in the results area — indistinguishable from a stuck request. - Render a dedicated progress panel on ask with a spinner, a description of what shira is doing, and a live elapsed-seconds counter. - After 2 minutes, append a "taking longer than usual" warning so users know the request is still running. - Override Espo.Ajax timeout to 240s; jQuery's default (undefined) or EspoCRM's request-level default would kill the browser request well before shira finishes on a cold cache. - Version 0.1.7. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
14 lines
387 B
JSON
14 lines
387 B
JSON
{
|
|
"name": "KnowledgeBase",
|
|
"module": "KnowledgeBase",
|
|
"version": "0.1.7",
|
|
"acceptableVersions": [
|
|
">=8.0.0"
|
|
],
|
|
"php": [
|
|
">=8.1"
|
|
],
|
|
"releaseDate": "2026-04-24",
|
|
"author": "klear",
|
|
"description": "Knowledge Base — Israeli National Insurance law, regulations, and circulars. Hybrid search + ask-shira, powered by shira-hermes KB."
|
|
} |