chore: refactor chat registry

This commit is contained in:
2025-02-11 15:01:03 +07:00
parent 76d2c14870
commit 140a16e617
13 changed files with 297 additions and 319 deletions

4
Cargo.lock generated
View File

@@ -901,7 +901,7 @@ dependencies = [
]
[[package]]
name = "chat_state"
name = "chats"
version = "0.1.0"
dependencies = [
"anyhow",
@@ -1136,7 +1136,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"cargo-packager-updater",
"chat_state",
"chats",
"common",
"dirs 5.0.1",
"gpui",