mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +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/