feat: add React UI and AI page sharing tools

Move HTTP page rendering to the React app, fix multi-tool-call message handling, add API docs lookup, web page lookup, and Markdown preview page sharing.
This commit is contained in:
2026-07-07 22:27:14 +08:00
parent 3d77733e11
commit 640ba9e7d2
65 changed files with 8020 additions and 1732 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "ias-http"
version = "0.1.4"
version = "0.1.9"
edition = "2024"
[dependencies]
@@ -16,5 +16,5 @@ sqlx = { version = "0.9.0", features = [
"chrono",
] }
tokio = { version = "1.0", features = ["net", "sync"] }
tower-http = { version = "0.6", features = ["cors"] }
tower-http = { version = "0.6", features = ["cors", "fs"] }
uuid = { version = "1", features = ["v4", "serde"] }