Agent access to other tabs? (mitigating context window limits)

Hi, is there a way for agents to be able to access chat history in other tabs? E.g., via request-ID. Or, is there a way to get a copy of the contents of an entire tab?

I’m trying to mitigate the issue of having to start fresh in a new tab due to a long conversation maxing out the context window. In vscode, I’d copy the entire chat history, drop it in a .md, start a new chat thread, instruct the agent to review it. Imperfect but didn’t see a more feasible approach.

Appreciate any guidance or suggestions.