mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 05:52:35 +08:00
Header popups now set the platform corner-to-pointer distance instead of moving the target point when a balloon body has to shift into the visible session. This keeps the arrow attached to the card or row the popup describes while still fitting the body in the viewport. The geometry tests cover top and bottom shifts, collapsed cards, offscreen fallback, and the platform-legal pointer distance range so the balloon keeps its pointer.
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.