mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-15 21:49:37 +00:00
feat: Enhance session handling by adding cursor support and improving cursor messages order
This commit is contained in:
@@ -436,6 +436,7 @@ function Shell({ selectedProject, selectedSession, isActive }) {
|
||||
projectPath: selectedProject.fullPath || selectedProject.path,
|
||||
sessionId: selectedSession?.id,
|
||||
hasSession: !!selectedSession,
|
||||
provider: selectedSession?.__provider || 'claude',
|
||||
cols: terminal.current.cols,
|
||||
rows: terminal.current.rows
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user