mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
9186cb440a
Replace undefined --text-strong-base CSS variable (which fell back to literal white) with the actual --text-strong token and a theme-aware VS Code foreground fallback, so tool headers on the Auto-Approve settings page stay readable under light themes. Fixes #8879
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.