Files
kilocode/.changeset
kirillk b9d4d874f7 feat(jetbrains): render mermaid diagrams inline in markdown
Add a scene painter, palette, async render service, and Swing panel so closed
mermaid fences show a real diagram in the transcript instead of source text.

Streaming fences and render errors keep the code block visible, and a source
toggle reveals the fence text on demand. Ship behind the
kilo.diagram.inline.enabled registry key since this changes default rendering.
2026-08-24 15:07:04 -04:00
..

Changesets

This directory contains changeset files used to track changes for the next release.

Adding a changeset

When making a user-facing change, prefer one concise changeset per PR, grouping related changes when possible. Run:

bunx changeset add

Or manually create a file .changeset/<slug>.md:

---
"kilo-code": minor
---

Short description of the change for the changelog.

Use patch for bug fixes, minor for new features, major for breaking changes.

Changeset files are consumed at release time when the publish.yml workflow runs, generating changelog entries for the GitHub release notes.