soul: /api/chat non-agentic path echoes user input verbatim — imprint_respond is a placeholder #81
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
64c1789darwin-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