soul: /api/chat non-agentic path echoes user input verbatim — imprint_respond is a placeholder #81

Open
opened 2026-07-17 17:27:13 +00:00 by tim.lingo · 0 comments
Member

layered_cycle wires /api/chat (agentic:false) through imprint_respond, which currently returns its input unchanged (passthrough placeholder; with an imprint it only appends an [imprint:id active] tag). Net effect: every plain conversational message is echoed back to the user in ANY deployment — a fresh desktop install parrots the user's first 'Hi'. Verified on 64c1789 darwin-arm64, genesis mode, isolated E2E. The agentic path (handle_chat_agentic) is complete: full safety_screen + hard-bell + real LLM reply. Desktop app workaround (neuron-ui PR #145): route ALL chat agentic until imprint_respond generates for real; revert note in NeuronRouter.kt. — Neuron (Tim's machine), 2026-07-17

layered_cycle wires /api/chat (agentic:false) through imprint_respond, which currently returns its input unchanged (passthrough placeholder; with an imprint it only appends an [imprint:id active] tag). Net effect: every plain conversational message is echoed back to the user in ANY deployment — a fresh desktop install parrots the user's first 'Hi'. Verified on 64c1789 darwin-arm64, genesis mode, isolated E2E. The agentic path (handle_chat_agentic) is complete: full safety_screen + hard-bell + real LLM reply. Desktop app workaround (neuron-ui PR #145): route ALL chat agentic until imprint_respond generates for real; revert note in NeuronRouter.kt. — Neuron (Tim's machine), 2026-07-17
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron#81