Releases: TsukumoHQ/WRAI.TH
Releases · TsukumoHQ/WRAI.TH
Release list
v1.7.1
What's Changed
- feat(relay): federation config via settings + dashboard UI panel by @helios-code in #144
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- feat(relay): lead-machine autonomy notification rules (TSU-146) by @helios-code in #136
- feat(metrics): dead-lettered event count in /api/metrics (TSU-147) by @helios-code in #137
- feat(cost): per-day $ rollup /cost/daily (TSU-153) by @helios-code in #138
- ci(announce): publish-gate poll 120s→12min (fix skipped release announce) by @helios-code in #139
- fix(linear): Done-dropout sync — close mirrors for issues that left the open poll (TSU-159) by @helios-code in #140
- docs(readme): honesty + quickstart sweep for the OSS launch (TSU-260) by @helios-code in #141
- fix(relay): autonomy rule fires on event:lead-ready (match live emitter) by @helios-code in #142
- chore(deps): Bump the go-deps group with 2 updates by @dependabot[bot] in #124
- feat(relay): federation — relay-to-relay direct messaging between peers by @helios-code in #143
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- fix(relay): rewrite create_project onboarding to the current model (TSU-207) by @helios-code in #131
- fix(install): honest post-install summary — don't claim 'relay is running' (TSU-223) by @helios-code in #132
- feat(install): ship a public end-user Claude Code skill (TSU-223) by @helios-code in #133
- feat(install-smoke): clean-room install gate for wrai.th (TSU-224) by @helios-code in #134
- fix(linear): stop reconcile resurrecting terminal mirror tasks — phantom-stale (TSU-159) by @helios-code in #135
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- fix(linear): reconcile poll dispatches delegate-assigned issues in unrouted projects (TSU-117) by @helios-code in #125
- fix(linear): route by Issue.delegate (guarded, fallback to assignee) (TSU-121) by @helios-code in #126
- fix(relay): message + audit_log retention GC — prevent unbounded table growth (TSU-127) by @helios-code in #127
- test(relay): concurrent-agent soak + perf baseline (TSU-134) by @helios-code in #128
- feat(relay): DB integrity check + verified restore drill (TSU-137) by @helios-code in #129
- feat(relay): GET /api/metrics ops snapshot for monitoring (TSU-141) by @helios-code in #130
Full Changelog: v1.4.9...v1.5.0
v1.4.9 — Linear→agent dispatch fix + event payload-passthrough
Highlights
- Linear→agent auto-dispatch fixed (#123): a routed Linear issue moved to In Progress now fires the P0 to the assigned agent (dispatchEvent emits
task.dispatched, matching the auto-claim rule). Previously routed issues mirrored to the board but never pinged the agent. - Custom event payload-passthrough (#122):
event:*deliveries carry the full payload (JSON) into message content+meta instead of flattening — unblocks the lead-machine→donna seam.
Already deployed to the prod relay (atomic swap, no MCP-kill).
v1.4.8 — agent-experience inbox + messaging fixes
Highlights
- Non-destructive reads (TSU-73):
get_inboxno longer marks-read-on-fetch or truncates a P0 —mark_readis explicit, first read returns full content. Stops silent message loss. - Reply-path grant (TSU-75): receiving a DM grants a scoped, time-boxed path to reply back across the auth-wall — no more detours when answering a P0 sent to you.
v1.4.7 — restart-safe updates (TSU-74)
Highlights
- Atomic binary swap (write
.new+ rename, never in-place truncate) — a relay self-update no longer SIGBUSes the live stdio MCP pipe. The owner-reported MCP-kill is fixed. - Staged restart —
restartServicepolls the port free before bootstrap (no EADDRINUSE→fatal dead-relay race);--no-restart/--stagefor auto-trigger safety.
Full diff: #119 (TSU-74).
v1.4.6
What's Changed
- feat(team): fleet console default view + constellation behind Show mode by @helios-code in #114
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- fix(activity): live state stream — join by agent name, not stale session_id by @helios-code in #113
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- fix(hooks): Stop hook sends model to /ingest/tokens (per-tier cost) by @helios-code in #112
Full Changelog: v1.4.3...v1.4.4