add tool use, update system prompt

This commit is contained in:
duanfuxiang
2025-03-12 21:39:29 +08:00
parent cabf2d5fa4
commit b0fbbb22d3
36 changed files with 7149 additions and 430 deletions

View File

@@ -9,6 +9,7 @@ export type ApplyViewState = {
file: TFile
originalContent: string
newContent: string
onClose: (applied: boolean) => void
}
export class ApplyView extends View {