Skip to main content
Changelog

Changelog, September 10, 2026

Between August 19 and September 2, agent tasks retry automatically when a model call returns no output, and skills can open the reference documents they cite while working. Uploads now decode across more text encodings, and a file saved with no folder name lands in your personal space automatically.

AgentImproved

Agent tasks retry automatically on empty model output

When a model call returns no text and no tool calls, the fallback chain moves to the next model rather than ending the task. Work already gathered earlier in the turn is kept, so the conversation carries on rather than restarting from scratch.

AgentWorkspaceImproved

Skills can open the reference guides they cite

Elnora's built-in skills can now open the reference documents they cite while a task is running, rather than relying on memory of their contents. This covers supporting material bundled with dozens of skills across lab automation, structural biology and materials science.

AgentPlatform APIImproved

Uploaded files decode across more text encodings

Extraction now detects a file's text encoding automatically and decodes older or less common formats alongside standard text, rather than treating them as unreadable. A file that is genuinely binary is reported as such rather than turned into garbled text.

Improved

  • Saving a new file with just a name, no folder, places it in your personal files area automatically