Thin client for Daedalus (Hermes Deep Mind engine): streaming chat sidebar, native
inline diffs for every agent edit (accept/reject via the changeset protocol),
active-file context, auto-routing across your local models.
Setup
Start the agent (from your project directory):
pip install daedalus-ai
daedalus ws # agent server on ws://127.0.0.1:8765
(Dev mode instead: open this folder in VS Code and press F5.)
Click the Daedalus icon in the activity bar and chat.
Features
Chat sidebar — streamed tokens, shows which provider each answer routed to
Inline diffs — when Daedalus edits files, a notification per file offers
Diff (VS Code's native diff of original vs current), Accept, Reject
(reject restores the original content)
Daedalus: Ask About Current File — sends your question with @<file>
attached (contents expanded server-side)
Daedalus: Cancel Current Run — stops a generation mid-stream