Suggestion: Support branching conversation history for structured feature and bug development #175480
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Would be super useful indeed. This sounds really similar to subagents available in Claude Code: https://docs.claude.com/en/docs/claude-code/sub-agents Also I've seen a mention of this in Copilot CLI docs (hidden at the bottom): https://github.com/features/copilot/cli
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Copilot Feature Area
Copilot Coding Agent
Body
Problem
When working on complex features, conversations often interleave feature development and bug fixes, making it difficult to maintain clear context. For example, if developing Feature A with subtasks A.1, A.2, and A.3, encountering a bug while working on A.2 typically results in bug-related discussion mixed with feature implementation. This pollutes the main feature conversation with unrelated debugging steps, making it harder to track progress and maintain clarity.
Proposed Solution
Introduce the ability to branch conversation history, allowing users to create sub-conversations (branches) at any point, especially when handling bugs or alternative implementations. Once the branch (e.g., for a bugfix) is resolved, it can be merged back to the main conversation. This keeps the main feature context focused, while detailed bug discussions remain isolated. When resuming the main feature development (e.g., continuing to A.3), the conversation is not cluttered by debugging context.
Benefits
Example
Label
feature, enhancement
Beta Was this translation helpful? Give feedback.
All reactions