mirror of
https://github.com/iamlukethedev/Claw3D.git
synced 2026-07-30 11:12:32 +00:00
Agents with a temporary skill-installer name (e.g. "Skill Installer <ts>") no longer vanish from the UI during identity recovery. - parseIdentityNameFromContent() skips temp names found in IDENTITY.md - hydrateAgentFleetFromGateway() normalises agent.name from stable identity.name immediately when the listed name is temporary, before attempting any file fetch — so IDENTITY fetch failures can't hide the agent - Adds regression test covering the temp-listed / stable-identity / fetch-fail path PR: iamlukethedev/Claw3D#118 (Trilobyte17, reviewed by jmerkx & maxaiassistant77) Authored-By: GSKNNFT