diff --git a/home/home.go b/home/home.go
index b0db68d9..b35a8a85 100644
--- a/home/home.go
+++ b/home/home.go
@@ -369,125 +369,13 @@ function fetchW(la,lo){
// rounded textarea with send button inside.
if viewerID != "" {
b.WriteString(fmt.Sprintf(`
-
`) // close #home-cards
-
- // Console overlay + script (prompt is now inline above the cards).
- if viewerID != "" {
- b.WriteString(fmt.Sprintf(`
-
-
-`, stream.MaxContentLength))
b.WriteString(consoleScript)
}
@@ -565,84 +453,54 @@ func htmlEsc(s string) string {
// consoleScript — stateless command prompt. Fixed bottom bar opens a
// full-screen overlay. Ask a question, get an answer. Escape closes.
// consoleScript — Claude-style inline prompt with overlay for responses.
+// consoleScript calls the agent API directly. No stream, no polling,
+// no overlay. Question → POST /agent/run → response inline.
const consoleScript = `