Implement Rust web sidebar title and tree interactions

This commit is contained in:
lix-2026
2026-04-30 05:46:36 +08:00
parent 559c5ce652
commit 3cc090ba5e
35 changed files with 3029 additions and 424 deletions
@@ -692,7 +692,7 @@ export function DocumentAiAgentPanelRuntime({
}
try {
const res = await fetch("/api/ai-agent/run", {
const res = await fetch(DOCUMENT_AI_BRIDGE_ISLAND_CONTRACT.runEndpoint, {
method: "POST",
headers: { "Content-Type": "application/json" },
signal: controller.signal,