-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Share sessions across machines, and developers #3537
Copy link
Copy link
Open
Labels
area:agentsSub-agents, fleet, autopilot, plan mode, background agents, and custom agentsSub-agents, fleet, autopilot, plan mode, background agents, and custom agentsarea:enterpriseGitHub Enterprise (GHE/GHES) support, org policies, and enterprise settingsGitHub Enterprise (GHE/GHES) support, org policies, and enterprise settingsarea:sessionsSession management, resume, history, session picker, and session stateSession management, resume, history, session picker, and session state
Metadata
Metadata
Assignees
Labels
area:agentsSub-agents, fleet, autopilot, plan mode, background agents, and custom agentsSub-agents, fleet, autopilot, plan mode, background agents, and custom agentsarea:enterpriseGitHub Enterprise (GHE/GHES) support, org policies, and enterprise settingsGitHub Enterprise (GHE/GHES) support, org policies, and enterprise settingsarea:sessionsSession management, resume, history, session picker, and session stateSession management, resume, history, session picker, and session state
Type
Fields
Give feedbackNo fields configured for Feature.
Describe the feature or problem you'd like to solve
I might work on different machines to solve the same problem. I also have teams working together to solve the same problem. It would be good if discoveries, context, history and failures were shareable across sessions and people.
Proposed solution
Develop some sort of knowledge pool concept. A "problem space" could be created. This could contain references to multiple git repos, documentation, copilot instructions, subagents, MCP server configs etc etc. If the problem space or knowledge pool was built up over time, it would reduce the effect or feeling that every conversation starts from scratch. "/session" is a partial solution to this on a single developers machine, but it does not seem to scale very well. In terms of cost and resource utilisation, and maybe even model training, building up knowledge and known to be true facts could save lots of compute time and improve UX and satisfaction of development teams. This sort of thing would take copilot from single dev's sidekick or swiss army knife, into a Enterprise productivity solution.
Example prompts or workflows
Workflow: Developer A defines a subagent, everyone in the team can leverage it.
Workflow: A dev team can work collaboratively on a whole platform, over many git repos. Shared context or even a small model could be generated and maintained that improves and evolves as the application being worked upon evolves.
Workflow: The subagents or personas we create could be orchestrated as a team/group to solve larger problems, covering specific angles, such as QA, SRE, DevOps, Security, etc etc.
Additional context
No response