Skip to content

v0.3.0

Latest

Choose a tag to compare

@nnemirovsky nnemirovsky released this 20 May 17:09
a579db8

Friendly names, self-identification, and cleaner channel UX

New features

  • Friendly peer names (wild-wasp-3kx style) instead of cc-<host>-<pid>-<rand>
  • Startup self-identification: each Claude session now gets 📡 connected as <name> once MCP initialization completes
  • bus.peers now returns structured { self, peers } with self filtered from the peers list
  • Inbound channel messages now render as a single concise line:
    • 📨 msg from <name>: "<body>"
    • 📨 broadcast from <name>: "<body>"

Improvements

  • Default local broker port changed from 127.0.0.1:8080 to 127.0.0.1:47821 to avoid collisions with common services and dev servers
  • README/docs scrubbed of pre-1.0 migration and previous-version chatter; docs now describe the project as it is

Fixes

  • Self-identification announcement is now correctly gated on MCP notifications/initialized, so Claude Code no longer drops the startup banner
  • Single-line channel format avoids Claude Code's newline-collapsing and truncation behavior
  • Dropped the redundant peerbus word inside channel content because Claude Code already prefixes the server name