mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
Move active question and permission forms from fixed bottom panels above the prompt into the scrollable chat transcript. Users can now scroll through prior messages while a form is active and scroll back down to it. - Add QuestionView and PermissionView in session/views/ with callback-based wiring (no direct RPC access from views) - Update SessionMessageListPanel to own optional active views, syncing them from SessionModelEvent.StateChanged and anchoring before ProgressPanel - Update SessionUi to create views with controller lambdas, pass them into SessionMessageListPanel, and remove them from the SOUTH stack - Remove unused Dock.neutral() and Dock.warning() from SessionUiStyle - Replace QuestionPanelTest/PermissionPanelTest with faster callback-based QuestionViewTest/PermissionViewTest under session/views/
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.