feat: add TODO note

This commit is contained in:
kite 2026-05-11 10:43:34 +08:00
parent 2babfe89a7
commit 11356905ff

View file

@ -58,6 +58,7 @@ func ResolveLineNumbers(comments []model.LlmComment, diffs []model.Diff) []model
// against "from" side lines (context + deleted) in the diff hunks.
// Returns true on success (comments fields are mutated in place).
func resolveFromHunk(d *model.Diff, cm *model.LlmComment) bool {
// TODO: re-track with llm
hunks := ParseHunks(d.Diff)
if len(hunks) == 0 {
return false