I have two plugins built in Agent Studio—View Addresses and Update Address—that are meant to work back-to-back: users typically view their current address, then say “update address” to start the edit flow. When the update is invoked immediately after a view, the handoff does not preserve context: the update flow behaves as if state is lost, and it doesn’t re-display the primary address as part of the update confirmation steps (we must display the primary address to show the user what they are updating).
Notably, if the user starts with “update my address” directly (without viewing first), the flow works correctly, which suggests the issue is specific to inter-plugin state/intent handoff or session variable carryover.

