Removed active selection for now

This commit is contained in:
Matt Rubens
2025-02-01 11:45:57 -05:00
parent 064dc4e52f
commit 1e5a257e52
4 changed files with 2 additions and 58 deletions

View File

@@ -62,13 +62,6 @@ export interface ExtensionMessage {
isActive: boolean
path?: string
}>
activeSelection?: {
file: string
selection: {
startLine: number
endLine: number
}
} | null
partialMessage?: ClineMessage
glamaModels?: Record<string, ModelInfo>
openRouterModels?: Record<string, ModelInfo>