1
0

feat(core): Improve stability, logging, and LLM context handling

This commit is contained in:
2026-07-12 14:09:45 +02:00
parent 09349a9477
commit 2e082a4bca
6 changed files with 179 additions and 32 deletions

12
src-tauri/Cargo.lock generated
View File

@@ -273,7 +273,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "auto-git"
version = "1.0.0"
version = "1.0.8"
dependencies = [
"arboard",
"auto-launch",
@@ -291,6 +291,7 @@ dependencies = [
"tauri-build",
"tempfile",
"thiserror 2.0.18",
"wait-timeout",
]
[[package]]
@@ -4798,6 +4799,15 @@ dependencies = [
"libc",
]
[[package]]
name = "wait-timeout"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
dependencies = [
"libc",
]
[[package]]
name = "walkdir"
version = "2.5.0"