fix(launch): welcome picker shows mesh name + slug (v1.20.1)
The launch welcome flow's menuSelect was rendering opts.meshes.map( m => m.slug) — so even after rename writes the new name to local config, the picker still only showed the slug. Renders as "name (slug)" when they differ; falls back to slug alone when they match (default for never-renamed meshes). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "claudemesh-cli",
|
||||
"version": "1.20.0",
|
||||
"version": "1.20.1",
|
||||
"description": "Peer mesh for Claude Code sessions — CLI + MCP server.",
|
||||
"keywords": [
|
||||
"claude-code",
|
||||
|
||||
Reference in New Issue
Block a user