feat: improve chat state

This commit is contained in:
2025-02-10 09:03:29 +07:00
parent 6805ed8be5
commit c4573ef1da
13 changed files with 171 additions and 181 deletions

2
Cargo.lock generated
View File

@@ -882,6 +882,7 @@ name = "chat_state"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"common",
"gpui",
"itertools 0.13.0",
@@ -1111,7 +1112,6 @@ dependencies = [
"anyhow",
"app_state",
"chat_state",
"chrono",
"common",
"dirs 5.0.1",
"gpui",