feat: basic pr diff rendering

This commit is contained in:
2026-05-24 16:44:10 +01:00
parent 1843622540
commit b3e041a257
23 changed files with 903 additions and 353 deletions

View File

@@ -22,6 +22,7 @@ tokio = { version = "1.52.1", features = ["rt-multi-thread", "net", "time", "mac
tree-sitter = "0.19.5"
tree-sitter-markdown = "0.7.1"
memchr = "2.8.0"
thiserror = "2.0.18"
[build-dependencies]
serde_json = "1.0.149"