feat(cli): 1.31.4 — peer list shows profile.role and groups
Some checks failed
CI / Typecheck (push) Has been cancelled
CI / Broker tests (Postgres) (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Docker build (linux/amd64) (push) Has been cancelled

claudemesh peer list now surfaces each peer's profile-level role
(set via claudemesh profile) and any joined groups inline next to
the display name, e.g.

  ● mou [role:lead, @flexicar:reviewer, @oncall] (ai) · 0d215762…

When both are empty, an explicit footer is added so absence is
unambiguous:

  ● peer [...]
     role: (none)  groups: (none)

JSON output is unchanged — the broker has been returning profile
and groups all along, only the human renderer was missing the role.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-05-04 16:31:30 +01:00
parent 0958463998
commit 4cfb682eab
3 changed files with 62 additions and 9 deletions

View File

@@ -1,5 +1,28 @@
# Changelog
## 1.31.4 (2026-05-04) — peer list shows roles and groups
`claudemesh peer list` now surfaces each peer's profile-level role
(`claudemesh profile`) and any joined groups inline next to the
display name, e.g.
```
● mou [role:lead, @flexicar:reviewer, @oncall] (ai, claude-code) · 0d215762…
cwd: /Users/agutierrez/Desktop/claudemesh
```
When both role and groups are empty, an explicit footer is added so
absence is unambiguous instead of looking like the CLI is hiding the
field:
```
● peer [...]
role: (none) groups: (none)
```
JSON output is unchanged (the broker has surfaced these fields all
along) — only the human renderer was missing them.
## 1.31.3 (2026-05-04) — clean rebuild of 1.31.2
1.31.2 published with the right code change but a stale baked-in