feat(vscode): add session editor panel (#146)
Add command to open active session in editor panel. Introduce editor view mode for displaying sessions alongside files. Update toolbar navigation for editor and sidebar modes.
This commit is contained in:
committed by
GitHub
parent
c52a5f27a2
commit
032229c7a2
@@ -23,6 +23,8 @@ declare global {
|
||||
connectionStatus: string;
|
||||
cliAvailable?: boolean;
|
||||
panelType?: PanelType;
|
||||
viewMode?: 'sidebar' | 'editor';
|
||||
initialSessionId?: string | null;
|
||||
};
|
||||
__OPENCHAMBER_VSCODE_THEME__?: VSCodeThemePayload['theme'];
|
||||
__OPENCHAMBER_VSCODE_SHIKI_THEMES__?: { light?: Record<string, unknown>; dark?: Record<string, unknown> } | null;
|
||||
|
||||
Reference in New Issue
Block a user