-
-
Notifications
You must be signed in to change notification settings - Fork 53
Description
When subagents are spawned from main agent, their sessions would go to separate files agent-<agentId>.jsonl This agent id appears in original log file like this:
"toolUseResult": {
"status": "async_launched",
"agentId": "a320f12",
So what would be nice if page had separate tabs for every related subagent run and would somehow link to them from messages where this "agentId" appears.
Additionally, since this would have some data on separate "subview", it would be very nice if page would have some builtin search instead of relying on browser search (which already currently not works very well due to a lot of text hidden under "Show More"..
This builtin search should find text either within subagents text or within main session, show list of what it found and allow to go to found places and if text was found inside of element that is closed (shows Show More), then it should be expanded.