feat: command palette, PSA ticket context, session-to-flow converter #108

Merged
chihlasm merged 27 commits from feat/command-palette-session-flow-psa-context into main 2026-03-16 17:39:17 +00:00
Showing only changes of commit 1e6ab34a8a - Show all commits

View File

@@ -259,7 +259,7 @@ export function SessionDetailPage() {
const tree = await treesApi.create({
name: flowData.name,
description: flowData.description,
tree_type: flowData.tree_type,
tree_type: flowData.tree_type as import('@/types').TreeType,
tree_structure: flowData.tree_structure,
tags: flowData.tags,
})