You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added `mapActorAlias()` method to `ActorCallbackSetters` interface to
support mapping fixed paths to sentinel identifiers for the actor
dispatcher. This enables exposing a single, instance-level actor at a
fixed path (like `/actor` for a relay or `/bot` for a bot) without
leaking the sentinel identifier into the actor's URI.
When an alias is mapped, the router will use it for resolving inbound
requests and `Context.getActorUri()` will use it for constructing
outbound actor URIs. WebFinger responses for the actor will also use
the aliased URI.
Fixes#752
Assisted-by: Gemini CLI:gemini-3.1-pro-preview
Assisted-by: Gemini CLI:gemini-3-flash-preview
Assisted-by: Codex:gpt-5.5
0 commit comments