Files
kilocode/.changeset
Imanol Maiztegui cc924a67d9 docs(changeset): add patch notes for opencode v1.15.9 to v1.15.13 upgrade
Summarize upstream changes included in this merge, covering core
improvements (headerTimeout, background agents, WebSocket transport),
bugfixes (MCP disconnect, Google tool calling, session resumption),
TUI updates (prompt resize, workspace dialog), and extension hooks.
2026-06-19 10:46:21 +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, 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.