2026-09-05 15:58:23 +03:00
---
version : 1.13.1
date : 2026-06-17
2026-09-05 16:45:29 +03:00
title : Cron expressions for scheduled tasks
2026-09-05 15:58:23 +03:00
---
## App
### New
2026-09-05 15:58:34 +03:00
- **Scheduled Tasks:** the task editor takes Cron expressions. It checks the expression as you type, offers example chips, and shows the next four runs (thanks to @tomzx ).
- Chat: click a Mermaid diagram in a message to open it fullscreen and pan or zoom around it.
- Security: a self-hosted instance keeps search engines out with noindex headers and a robots.txt.
2026-09-05 15:58:23 +03:00
### Improvements
2026-09-05 15:58:34 +03:00
- Chat: pinned welcome starters are on screen as soon as a new draft session opens.
- Chat: the context usage indicator is a round progress ring, with the same colors, in every workspace header.
- Chat: embedded chat views and context panel previews follow your theme.
- Files: the file editor, Plan View, and the Skills page highlight more languages.
- Startup: providers and agents load faster.
- Right Sidebar: switching tabs redraws less of the rest of the screen (thanks to @bashrusakh ).
2026-09-05 15:58:23 +03:00
### Fixes
2026-09-05 15:58:34 +03:00
- Chat: an amount like `$50` stays an amount. Only `$$...$$` and `\(...\)` are read as math.
- Chat: a reply full of code no longer freezes the page while it highlights.
- Chat: on Android, the session status button responds to taps.
- Sessions: the app no longer crashes at startup when you have many sessions in folders.
- Agents: deleting a built-in agent leaves it in place and explains why, instead of quietly disabling it.
- Agents: deleting an agent whose definition is missing shows an error instead of doing nothing.
- Notifications: desktop notifications no longer arrive twice.
- Notifications: reasoning text is left out of the notification body.
- Sessions: the session list loads steadily with Windows paths and with several requests at once.
- Diagnostics: duplicate health-check URLs are gone.
### Misc
- CLI: the installer needs Node.js 22, and it says what to do when it cannot read your version.
2026-09-05 15:58:23 +03:00
## VS Code
### Improvements
2026-09-05 15:58:34 +03:00
- Chat: pinned welcome starters are on screen as soon as a new draft session opens.
- Chat: the context usage indicator is a round progress ring.
- Startup: providers and agents load faster.
2026-09-05 15:58:23 +03:00
### Fixes
2026-09-05 15:58:34 +03:00
- Chat: a reply full of code no longer freezes the page while it highlights.
- Chat: an amount like `$50` stays an amount instead of being read as math.
- Agents: deleting a built-in agent leaves it in place instead of quietly disabling it.
- Agents: deleting an agent whose definition is missing shows an error instead of doing nothing.