Files
kilocode/.changeset
Johnny Eric Amancio bb75928749 fix(vscode): group context controls in task header and use distinct icons (#12287)
* fix(vscode): group context controls in task header and use distinct icons

* chore: update kilo-vscode visual regression baselines

---------

Co-authored-by: kilo-maintainer[bot] <kilo-maintainer[bot]@users.noreply.github.com>
2026-07-16 18:16:10 +02: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.