Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />

<Update
label="April 16, 2026"
description="April 16, 2026"
tags={["Feature", "Update"]}
rss={{
title: "Eka Developer Platform — April 16, 2026",
description: "• OTP authentication for EMR clients in MCP SDK\n\n• Document management and chunk transcript methods in EkaScribe JS SDK\n\nRead more: https://developer.eka.care/changelog"
}}
>

## Added

- **[EkaAgents] OTP authentication for EMR clients in MCP SDK** — The Eka MCP SDK now includes an `authentication_elicitation` tool enabled by default for EMR workspaces, supporting SMS-based OTP login with country code selection, OTP verification, and UHID profile selection. Agents can authenticate clinic users mid-conversation without leaving the AI client. [View docs](/ai-tools/mcp-server/authentication)

- **[EkaScribe] Document management in JS SDK** — The EkaScribe JS SDK now exposes `createDocument`, `deleteDocument`, and `getChunkTranscript` methods, enabling programmatic document lifecycle management and per-chunk transcript retrieval directly from the SDK. [View docs](/api-reference/health-ai/ekascribe/SDKs/TS-sdk)

## Improved

- **[EkaScribe] Output polling parameters in JS SDK** — The `pollOutputSummary` method now accepts `document_id` and `dlp` query parameters, and the status API response type includes `document_id` and `document_path` fields. The status API timeout has been increased from 16s to 20s for improved reliability. [View docs](/api-reference/health-ai/ekascribe/SDKs/TS-sdk)

- **[EkaAgents] MCP SDK workspace tool fallback** — When a workspace has no explicitly configured tool list, the MCP SDK now falls back to the default EMR tool set instead of failing, improving resilience for new workspace onboarding.

</Update>

<Update
label="April 15, 2026"
description="April 15, 2026"
Expand Down
20 changes: 20 additions & 0 deletions ekaagents-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />

<Update
label="April 16, 2026"
description="April 16, 2026"
tags={["Feature", "Update"]}
rss={{
title: "EkaAgents — April 16, 2026",
description: "• OTP authentication for EMR clients in MCP SDK\n\n• Workspace tool fallback to default EMR tool set\n\nRead more: https://developer.eka.care/ekaagents-changelog"
}}
>

## Added

- **[EkaAgents] OTP authentication for EMR clients in MCP SDK** — The Eka MCP SDK now includes an `authentication_elicitation` tool enabled by default for EMR workspaces, supporting SMS-based OTP login with country code selection, OTP verification, and UHID profile selection. Agents can authenticate clinic users mid-conversation without leaving the AI client. [View docs](/ai-tools/mcp-server/authentication)

## Improved

- **[EkaAgents] MCP SDK workspace tool fallback** — When a workspace has no explicitly configured tool list, the MCP SDK now falls back to the default EMR tool set instead of failing, improving resilience for new workspace onboarding.

</Update>

<Update
label="April 13, 2026"
description="April 9–13"
Expand Down
20 changes: 20 additions & 0 deletions ekascribe-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />

<Update
label="April 16, 2026"
description="April 16, 2026"
tags={["Feature", "Update"]}
rss={{
title: "EkaScribe — April 16, 2026",
description: "• Document management methods added to JS SDK\n\n• Output polling now supports document_id and DLP parameters\n\nRead more: https://developer.eka.care/ekascribe-changelog"
}}
>

## Added

- **[EkaScribe] Document management in JS SDK** — The EkaScribe JS SDK now exposes `createDocument`, `deleteDocument`, and `getChunkTranscript` methods, enabling programmatic document lifecycle management and per-chunk transcript retrieval directly from the SDK. [View docs](/api-reference/health-ai/ekascribe/SDKs/TS-sdk)

## Improved

- **[EkaScribe] Output polling parameters in JS SDK** — The `pollOutputSummary` method now accepts `document_id` and `dlp` query parameters, and the status API response type includes `document_id` and `document_path` fields. The status API timeout has been increased from 16s to 20s for improved reliability. [View docs](/api-reference/health-ai/ekascribe/SDKs/TS-sdk)

</Update>

<Update
label="April 13, 2026"
description="Week of April 8–13"
Expand Down
29 changes: 29 additions & 0 deletions weeklyupdates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,35 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />

<Update
label="Week of April 14, 2026"
description="Week of April 14 – April 20"
tags={["Feature", "Update"]}
rss={{
title: "Eka Weekly Update — Week of April 14 – April 20, 2026",
description: "• AI agents can now authenticate clinic users via OTP during a conversation\n\n• EkaScribe JS SDK adds document management and per-chunk transcript retrieval\n\n• Prescription PDFs load signatures more reliably and render eye exams in the correct order\n\nRead more: https://developer.eka.care/weeklyupdates"
}}
>

### 🤖 EkaAgents

#### New features
- **OTP login for clinic users** — AI agents can now verify clinic staff identity via SMS OTP during a conversation, including country code selection and profile selection, so users never need to leave the chat to authenticate.

### 📋 EMR

#### Updates
- **Prescription PDF signatures** — Doctor signatures in prescription PDFs now load reliably without showing outdated cached versions, and signature display can be toggled on or off per template.

- **Eye exam print order** — Ophthalmology examination tables in prescription PDFs now always appear in the correct order.

### 🎙️ EkaScribe

#### New features
- **Document management in JS SDK** — You can now create, delete, and retrieve per-chunk transcripts for documents directly from the EkaScribe JS SDK.

</Update>

<Update
label="Week of April 7, 2026"
description="Week of April 7 – April 13"
Expand Down