fix(code-mode): improve tool signatures for LLM discovery (#6177)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2025-12-19 12:03:41 +08:00
committed by GitHub
parent d4814042e6
commit 1ccc579dac
5 changed files with 200 additions and 19 deletions
Generated
+13
View File
@@ -3141,6 +3141,7 @@ dependencies = [
"tracing",
"tracing-opentelemetry",
"tracing-subscriber",
"unbinder",
"unicode-normalization",
"url",
"urlencoding",
@@ -8485,6 +8486,18 @@ dependencies = [
"zip 2.5.0",
]
[[package]]
name = "unbinder"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "911624cb458604f41ac58db43ab8c2ccc9ad530791c1cd5d0ff8d824a38eeaa7"
dependencies = [
"cfg-if",
"rustc-hash 2.1.1",
"serde",
"serde_json",
]
[[package]]
name = "unicase"
version = "2.8.1"