mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
Move Settings and Profile views from the sidebar into VS Code editor tabs so the chat sidebar remains visible and undisturbed when the user opens either view. - Add SettingsEditorProvider that creates singleton WebviewPanels for settings and profile, each backed by a dedicated KiloProvider instance - Update settingsButtonClicked/profileButtonClicked commands to open editor panels via SettingsEditorProvider instead of posting action messages to the sidebar webview - Add panel mode detection in App.tsx so the back button closes the editor panel rather than navigating to the chat view