fix(hive-claude): match session by parsed top-level customTitle, not transcript substring

This commit is contained in:
müde 2026-07-06 00:09:36 +02:00
commit 25540755f4
2 changed files with 82 additions and 2 deletions

View file

@ -11,3 +11,6 @@ serde = { workspace = true }
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true
[dev-dependencies]
tempfile = "3"