first steps to better scanning of repos

This commit is contained in:
2026-05-02 00:11:55 +02:00
parent 2c427d253c
commit 89c4081001
9 changed files with 270 additions and 35 deletions

View File

@@ -462,6 +462,7 @@ class ContentChunkResponse(BaseModel):
start_line: int
end_line: int
text: str
metadata: dict[str, Any]
class ScanSummaryResponse(BaseModel):