Skip to content

fix: default bot displays as Hanzo Assistant instead of main#4

Merged
zooqueen merged 1 commit intomainfrom
fix/default-bot-name-hanzo-assistant
Feb 23, 2026
Merged

fix: default bot displays as Hanzo Assistant instead of main#4
zooqueen merged 1 commit intomainfrom
fix/default-bot-name-hanzo-assistant

Conversation

@zooqueen
Copy link

Summary

  • Default bot now shows as "Hanzo Assistant" instead of raw id "main" in the frontend
  • Uses existing resolveAssistantIdentity() chain: config → agent identity → workspace IDENTITY.md → default
  • Internal agent id and session keys remain "main" for backward compatibility
  • Only the display name/identity in the agents.list response changes

Test plan

  • CI passes
  • Connect to bot via WebSocket — bot card shows "Hanzo Assistant" not "main"
  • Bot with custom name in config still shows custom name
  • Bot with IDENTITY.md in workspace shows that name

The agents.list response now resolves display identity for agents
without an explicit name. Uses the existing resolveAssistantIdentity()
chain (config -> agent identity -> workspace IDENTITY.md -> default).

The internal agent id and session key remain "main" for compatibility.
Only the display name/identity sent to the frontend changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@zooqueen zooqueen merged commit f33992f into main Feb 23, 2026
16 of 20 checks passed
zooqueen pushed a commit that referenced this pull request Mar 6, 2026
…13184)

* fix(security): default standalone servers to loopback bind (#4)

Change canvas host and telegram webhook default bind from 0.0.0.0
(all interfaces) to 127.0.0.1 (loopback only) to prevent unintended
network exposure when no explicit host is configured.

* fix: restore telegram webhook host override while keeping loopback defaults (openclaw#13184) thanks @davidrudduck

* style: format telegram docs after rebase (openclaw#13184) thanks @davidrudduck

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
zooqueen added a commit that referenced this pull request Mar 6, 2026
Squash merge: default bot name change from 'Assistant' to 'Hanzo Assistant'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant