Category: bug / UX improvement
Summary
When switching between sessions, open artifact tabs and draft prompt input are not preserved — they are lost every time the user navigates away and returns.
Steps to Reproduce
- Open a file artifact in a new tab
- Switch to a different session
- Switch back to the original session
- Result: The artifact tab is gone/closed
Also:
- Start typing a prompt in the input box
- Switch to a different session
- Switch back
- Result: Draft input is gone
Expected Behavior
Session UI state (open artifact tabs + draft prompt input) should be persisted per session and restored when returning to that session.
Actual Behavior
- Open artifact tabs are closed when switching away from a session
- Draft prompt input is cleared when switching away from a session
- Both issues happen every time, with all artifact types
Impact
User must re-open artifact tabs and re-type prompts every time they switch between sessions.
Notes
User identified these as the same root cause: browser UI state (tabs + input) is not being persisted per session. This falls into the category of UI/UX improvements around persisting browser actions/data for sessions.
Filed via Amber Interview
Category: bug / UX improvement
Summary
When switching between sessions, open artifact tabs and draft prompt input are not preserved — they are lost every time the user navigates away and returns.
Steps to Reproduce
Also:
Expected Behavior
Session UI state (open artifact tabs + draft prompt input) should be persisted per session and restored when returning to that session.
Actual Behavior
Impact
User must re-open artifact tabs and re-type prompts every time they switch between sessions.
Notes
User identified these as the same root cause: browser UI state (tabs + input) is not being persisted per session. This falls into the category of UI/UX improvements around persisting browser actions/data for sessions.
Filed via Amber Interview