Files
kilocode/packages
kirillk ae31cf218e feat(jetbrains): render question/permission prompts in scrollable transcript
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/
2026-05-17 15:29:11 -04:00
..
2026-04-24 16:58:05 +02:00
2026-05-15 10:22:34 +00:00
2026-05-15 10:22:34 +00:00
2026-05-15 10:22:34 +00:00
2026-05-15 10:22:34 +00:00
2026-05-15 10:22:34 +00:00
2026-05-15 10:22:34 +00:00
2026-05-15 10:22:34 +00:00
2026-05-15 10:22:34 +00:00
2026-05-15 10:22:34 +00:00
2026-05-15 10:22:34 +00:00
2026-05-15 16:21:24 +02:00