Skip to content

[Question/Discussion] Are there plans or an architectural roadmap for an Agentic IDE view? #23

Description

@mkrishna793

[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:

  1. 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.
  2. 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

  1. Are there existing open-source frameworks (like VSCodium components or Eclipse Theia) that allow cleaner UI injections without touching the core repository?
  2. What are the performance bottlenecks to watch out for when passing large codebases/context windows between the editor window and the agentic webview?
  3. What automation tools do you recommend for tracking and auto-merging upstream IDE updates?

Thanks,
Krishna

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions