Add session rename dialogs and API wiring

This commit is contained in:
Shantur Rathore
2025-12-09 20:13:35 +00:00
parent bd0cb04b78
commit 67a12d6126
5 changed files with 317 additions and 19 deletions

View File

@@ -41,6 +41,7 @@ import {
import {
abortSession,
executeCustomCommand,
renameSession,
runShellCommand,
sendMessage,
updateSessionAgent,
@@ -82,6 +83,7 @@ export {
createSession,
deleteSession,
executeCustomCommand,
renameSession,
runShellCommand,
fetchAgents,
fetchProviders,