Files
openchamber/changelog/1.13.1.md
T
Bohdan Triapitsyn d9b9c8edab feat(changelog): one source file per release, generated outputs
Release notes now live in changelog/<version>.md (front matter with
version and date, then ## App and ## VS Code sections grouped into
New, Improvements, Fixes, Misc) plus changelog/unreleased.md for what
has not shipped. `bun run changelog:build` renders CHANGELOG.md,
packages/vscode/CHANGELOG.md, and changelog/index.json from them;
`changelog:check` fails when the outputs are behind and runs in CI and
in release:prepare. `oc-dev create-release` promotes unreleased.md to
the versioned file dated today and rebuilds.

The existing history was split mechanically: every bullet kept, sorted
into groups by keyword, five hand-typed headers with one-digit days
normalised to YYYY-MM-DD (the update dialog matched none of them). The
generated files keep today's release headers, which the update dialog,
the release workflow, and the website match by regex.

Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
2026-09-05 15:58:23 +03:00

3.0 KiB

version, date
version date
1.13.1 2026-06-17

App

New

  • Chat: pinned welcome starters now appear immediately when a new draft session opens, without needing to open the add dialog.
  • Scheduled Tasks: the task editor dialog now supports Cron expressions with inline validation, quick-example chips, and a preview of the next four upcoming runs (thanks to @tomzx).
  • Startup: providers and agents now load faster by avoiding the full provider catalog on initial load.

Improvements

  • Chat: clicking a Mermaid diagram in a chat message now opens a fullscreen pan/zoom preview.
  • Chat: the context usage indicator now shows as a circular progress ring with the same color thresholds, visible in all workspace headers.
  • Chat/UI: embedded chat views and context panel previews now consistently match the current theme.
  • Chat/Mobile: the session status button now responds more reliably to taps on Android.
  • Files: syntax highlighting in the file editor, Plan View, and Skills page now uses Shiki for broader language support.
  • Right Sidebar: switching between sidebar tabs is less likely to re-render unrelated content (thanks to @bashrusakh).
  • Security: self-hosted instances now include noindex headers and a robots.txt to block search engine crawlers.
  • CLI/Installer: the installer now requires Node.js 22 and handles version detection failures with clearer guidance.

Fixes

  • Chat: inline math delimiters no longer incorrectly treat currency amounts like $50 as LaTeX math expressions — only $$...$$ display math and \(...\) inline math are recognized.
  • Chat: code-block highlighting now runs off the main thread, preventing UI freezes when rendering code-heavy responses.
  • Agents: deleting a built-in agent no longer creates a disable override — the agent stays as-is and shows a clear explanation instead of silently disappearing.
  • Agents: deleting an agent now shows an error toast when the definition is missing, instead of failing silently.
  • Sessions: the app no longer crashes on startup when there are many sessions in folders.
  • Notifications: desktop notifications no longer show duplicate alerts, and reasoning text is excluded from notification bodies.
  • Reliability: session list loading handles Windows paths and concurrent requests more steadily, and duplicate health-check URLs are removed from diagnostics.

VS Code

New

  • Chat: pinned welcome starters now appear immediately when a new draft session opens.

Improvements

  • Startup: providers and agents now load faster at startup.
  • Chat: code-block highlighting now runs off the main thread, keeping the UI responsive during code-heavy responses.
  • Chat: the context usage indicator now shows as a circular progress ring.

Fixes

  • Chat: inline math delimiters no longer incorrectly treat currency amounts like $50 as LaTeX math expressions.
  • Agents: deleting a built-in agent no longer creates a disable override — the agent stays as-is instead of being silently disabled.
  • Agents: deleting an agent now shows an error toast when the definition is missing.