Adom Hydrogen
Public Made by Adomby adom
The whole Adom experience as one signed native app: your editor, your AI agent, and the full electronics design toolchain, running locally on your own machine.
/claude/send DOM injector is stale against current Claude Code (No chat input found); open-with-message + submit works
Type: Bug (found 2026-08-02 during the Settings-driven theme gallery)
POST /claude/send {message} fails with {"error":"inject failed","inject":{"error":"No chat input found in any VS Code context. Claude Code panel may not be open."}} even with a Claude chat tab open and its input visible. The DOM injector's selectors predate the current Claude Code build (input is a contenteditable inside the webview, not the textarea the injector looks for). /claude/inject-message shares the injector, so it is presumably broken too.
Workaround that works today (used for the gallery): POST /claude/open-with-message {message} (command-based prefill, no DOM injection) followed by POST /claude/submit.
Related nuance worth knowing when fixing: chats opened via the command path get Claude's fullEditor styling (chat body = editor.background), while user-path chats (session history) paint sideBar.background. Details measured on the adom-theme page README validation section.