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:
+2
-2
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user