✨ feat(vscode): 会话管理支持导入已 /rename 的命名会话
This commit is contained in:
@@ -83,6 +83,10 @@ export function App() {
|
||||
resumeManagedSession,
|
||||
deleteManagedSession,
|
||||
closeManagedSessionTab,
|
||||
listImportableNamedSessions,
|
||||
importNamedSession,
|
||||
importableSessions,
|
||||
importableLoading,
|
||||
} = useManagedSessions()
|
||||
const [showNewIssueModal, setShowNewIssueModal] = useState(false)
|
||||
const [showLogs, setShowLogs] = useState(false)
|
||||
@@ -373,6 +377,10 @@ export function App() {
|
||||
onManagedSessionResume={resumeManagedSession}
|
||||
onManagedSessionDelete={deleteManagedSession}
|
||||
onManagedSessionCloseTab={closeManagedSessionTab}
|
||||
importableSessions={importableSessions}
|
||||
importableLoading={importableLoading}
|
||||
onListImportableSessions={listImportableNamedSessions}
|
||||
onImportNamedSession={importNamedSession}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user