[Question/Discussion] Are there plans or an architectural roadmap for an Agentic IDE view?
Problem Statement
We are designing an AI-native, agentic IDE that requires both a traditional Editor View and a highly interactive Agentic View (AI workspace/chat/agent control panel). However, hard-forking VS Code or VS Codium introduces a massive maintenance burden, requiring constant upstream merges and updates that can stall feature development.
I am interested in how this project plans to handle agentic workflows moving forward, specifically regarding the separation of the Editor View and the Agentic View.
Before diving deep into any development, I wanted to ask the maintainers/owners: Do you already have a specific plan, architectural design, or roadmap for building this out?
Key Challenges to Consider:
- The Forking vs. Maintenance Dilemma: If we build an open-source IDE by hard-forking VS Code or VS Codium, tracking and merging their upstream changes constantly (daily or weekly) will become a massive maintenance nightmare for this project.
- UI Separation: How do you envision separating the standard code editor view from the interactive AI/agentic panels? Are you leaning toward a custom distribution, or keeping it entirely as a deeply integrated extension/webview?
I would love to know if the team has already brainstormed any ideas, or if there is an existing design document we can review. If nothing is set in stone yet, I'm happy to help start a discussion on how we can push this forward sustainably!
Discussion Points & Feedback Needed
- Are there existing open-source frameworks (like VSCodium components or Eclipse Theia) that allow cleaner UI injections without touching the core repository?
- What are the performance bottlenecks to watch out for when passing large codebases/context windows between the editor window and the agentic webview?
- What automation tools do you recommend for tracking and auto-merging upstream IDE updates?
Thanks,
Krishna
[Question/Discussion] Are there plans or an architectural roadmap for an Agentic IDE view?
Problem Statement
We are designing an AI-native, agentic IDE that requires both a traditional Editor View and a highly interactive Agentic View (AI workspace/chat/agent control panel). However, hard-forking VS Code or VS Codium introduces a massive maintenance burden, requiring constant upstream merges and updates that can stall feature development.
I am interested in how this project plans to handle agentic workflows moving forward, specifically regarding the separation of the Editor View and the Agentic View.
Before diving deep into any development, I wanted to ask the maintainers/owners: Do you already have a specific plan, architectural design, or roadmap for building this out?
Key Challenges to Consider:
I would love to know if the team has already brainstormed any ideas, or if there is an existing design document we can review. If nothing is set in stone yet, I'm happy to help start a discussion on how we can push this forward sustainably!
Discussion Points & Feedback Needed
Thanks,
Krishna