Skip to content

v4.3.0 — DAEMON Console + modular capability packs

Choose a tag to compare

@nullxnothing nullxnothing released this 07 Jun 19:55
· 66 commits to main since this release
baead34

DAEMON used to pile every feature into its own top-level tab. This release rebuilds it into a familiar dev shell — explorer, editor, terminal on the bottom, and a Console on the right — and turns the domain features into capability packs you can toggle on and off.

The shell

It now feels like VS Code / Cursor. The terminal lives in the bottom panel. The right rail is the DAEMON Console: chat-first, but type / and you get commands. The Console can swap to the bottom panel beside the terminal if you'd rather work that way.

Capability packs

Solana, Wallet, Launch, Agents, Memory, Sites, Markets, and Create are now packs. Each one owns its tools, its integrations, its sidebar icon, its console commands, and its background work. Turn a pack off and all of that goes quiet — IPC handlers included — so your machine stops doing work for features you don't use. The Capability Manager shows how many packs are active and how much backend work is idle.

What's new

  • No more giant Integrations tab. Each pack shows its own integrations (Solana RPC/NFT, wallet providers, launch venues, agent kits) instead of one shared list.
  • Dynamic Activity Bar. Sidebar icons appear and disappear as you toggle packs.
  • DAEMON Console. Chat-first with > and / accelerators. /wallet balance, /solana cluster, and /launch tokens answer inline in the thread — no tab hunting.
  • Create pack. Image editor and email tools for launch and marketing assets.
  • Status bar. A live pack indicator and quick jump to the Capability Manager.

Fixes

  • Pack host panels no longer collapse to zero height in a narrow window.
  • macOS packaging unblocked (switched to a .icns icon so the build no longer needs Xcode 26).
  • Refreshed the UI smoke tests and visual baselines for the new shell.

Full build: Windows installer + macOS dmg/zip. Schema V50.