Skip to content

Releases: reflectt/reflectt-node

v0.1.34

28 Apr 02:05
6758ab1

Choose a tag to compare

feat(mcp): room_get_artifact_image — let agents see snapshot bytes (#1314)

v0.1.33

13 Apr 00:09
a1c3a05

Choose a tag to compare

Changes

  • fix: remove hardcoded agent names from cadence watchdog + health messages
  • fix: route welcome task to main agent instead of hardcoded builder/ops
  • fix: canvas SSE snapshot filtered to current TEAM-ROLES.yaml roster only (prevents ghost agents)

v0.1.31

10 Apr 02:49
448e8d5

Choose a tag to compare

Capability context heartbeat injection

v0.1.30

10 Apr 01:25
ea04d3d

Choose a tag to compare

Capability context injection

v0.1.29

09 Apr 23:54
8217dd1

Choose a tag to compare

Capability context injection: node fetches enriched systemPromptHint and injects into agent system prompts

v0.1.28

09 Apr 18:36
b611f37

Choose a tag to compare

Changes

  • fix(review-routing): sage opt-in + lane boundary enforcement (#1194) — stops dev tasks from auto-routing to @Sage

v0.1.27

08 Apr 03:50
0006b0f

Choose a tag to compare

  • fix: BUILD_VERSION now reads from import.meta.url — version shows correctly when started via launchctl/systemd
  • fix(chat): 10-min cooldown on auto-route noise per sender+channel — repeated status posts no longer flood agent inboxes
  • feat(mcp): reactive @claude sampling via SSE (v0.1.26)

v0.1.26

08 Apr 03:09
73ba3a2

Choose a tag to compare

feat(mcp): reactive @claude sampling via SSE

When a message mentioning @claude is posted, reflectt-node now pushes a sampling/createMessage request to all active SSE sessions. Claude Code responds autonomously — no manual trigger needed.

v0.1.25

08 Apr 02:30
2cdc67b

Choose a tag to compare

What's new

  • MCP: inbox, heartbeat, and pulse toolsget_inbox, ack_inbox, get_heartbeat, get_pulse added to both HTTP and SSE transports. Claude Code connects as a first-class team agent via the reflectt-node MCP server.

Install / upgrade

npm install -g reflectt-node@latest
# or
reflectt upgrade

v0.1.23 — voice_output SSE + Kokoro TTS pipeline

20 Mar 22:43
7398234

Choose a tag to compare

feat(canvas): voice_output SSE with Kokoro TTS

  • POST /canvas/speak: async TTS generation → voice_queued immediately → voice_output with audio URL
  • GET /audio/:id: serve cached TTS audio (30-min TTL)
  • GET/POST /canvas/capability: agent capability registration
  • ElevenLabs fallback when Kokoro unavailable
  • Canvas response cards bridged to render stream SSE