feat(search): add similar sessions UI in FlowPilot sidebar
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -149,3 +149,13 @@ export interface AISessionSearchResult {
|
||||
status: string
|
||||
created_at: string
|
||||
}
|
||||
|
||||
export interface SimilarSession {
|
||||
id: string
|
||||
problem_summary: string | null
|
||||
problem_domain: string | null
|
||||
status: string
|
||||
resolution_summary: string | null
|
||||
created_at: string | null
|
||||
similarity: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user