Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Complete Orkide IDE rebranding and implement advanced AI features#881

Open
nuttlejpg wants to merge 1 commit into
voideditor:mainfrom
nuttlejpg:orkide-rebranding-and-advanced-features
Open

Complete Orkide IDE rebranding and implement advanced AI features#881
nuttlejpg wants to merge 1 commit into
voideditor:mainfrom
nuttlejpg:orkide-rebranding-and-advanced-features

Conversation

@nuttlejpg

Copy link
Copy Markdown

This comprehensive update transforms Void IDE into Orkide IDE with complete rebranding and four new advanced AI-powered features:

Rebranding Changes (Void → Orkide):

  • Renamed main directory: src/vs/workbench/contrib/void → orkide
  • Updated product.json: nameShort, nameLong, applicationName, dataFolderName
  • Renamed all service interfaces: IVoid* → IOrkide*
  • Renamed all service classes: Void* → Orkide*
  • Updated CSS classes: void-* → orkide-*
  • Renamed resource files: icons, images, desktop files
  • Updated storage keys: void.* → orkide.*
  • Updated build scripts and configuration files

New Advanced Features:

1. Advanced Context Awareness

  • Real-time context monitoring and semantic analysis
  • Project structure analysis and dependency tracking
  • Integration with editor, workspace, and file services
  • Location: src/vs/workbench/contrib/orkide/browser/contextAwareness/

2. Multi-Agent Orchestration

  • Coordinated AI agents for specialized development tasks
  • Default agents: Code Generator, Reviewer, Tester, Debugger, Documenter
  • Task management with dependencies and execution tracking
  • Location: src/vs/workbench/contrib/orkide/browser/multiAgent/

3. RAG (Retrieval-Augmented Generation)

  • Knowledge base management and document indexing
  • Semantic search and context retrieval
  • Integration with codebase and documentation
  • Location: src/vs/workbench/contrib/orkide/browser/rag/

4. Planning Mode

  • Intelligent project planning and task decomposition
  • Plan templates for common development workflows
  • Execution engine with progress tracking and validation
  • Location: src/vs/workbench/contrib/orkide/browser/planning/

Architecture:

  • Service-based architecture following VS Code patterns
  • Proper dependency injection and service registration
  • Event-driven communication between services
  • Comprehensive type definitions and interfaces

Documentation:

  • Complete architectural documentation in ORKIDE_ARCHITECTURE.md
  • Implementation roadmap and integration patterns
  • File structure and service registration details

This comprehensive update transforms Void IDE into Orkide IDE with complete rebranding and four new advanced AI-powered features:

## Rebranding Changes (Void → Orkide):
- Renamed main directory: src/vs/workbench/contrib/void → orkide
- Updated product.json: nameShort, nameLong, applicationName, dataFolderName
- Renamed all service interfaces: IVoid* → IOrkide*
- Renamed all service classes: Void* → Orkide*
- Updated CSS classes: void-* → orkide-*
- Renamed resource files: icons, images, desktop files
- Updated storage keys: void.* → orkide.*
- Updated build scripts and configuration files

## New Advanced Features:

### 1. Advanced Context Awareness
- Real-time context monitoring and semantic analysis
- Project structure analysis and dependency tracking
- Integration with editor, workspace, and file services
- Location: src/vs/workbench/contrib/orkide/browser/contextAwareness/

### 2. Multi-Agent Orchestration
- Coordinated AI agents for specialized development tasks
- Default agents: Code Generator, Reviewer, Tester, Debugger, Documenter
- Task management with dependencies and execution tracking
- Location: src/vs/workbench/contrib/orkide/browser/multiAgent/

### 3. RAG (Retrieval-Augmented Generation)
- Knowledge base management and document indexing
- Semantic search and context retrieval
- Integration with codebase and documentation
- Location: src/vs/workbench/contrib/orkide/browser/rag/

### 4. Planning Mode
- Intelligent project planning and task decomposition
- Plan templates for common development workflows
- Execution engine with progress tracking and validation
- Location: src/vs/workbench/contrib/orkide/browser/planning/

## Architecture:
- Service-based architecture following VS Code patterns
- Proper dependency injection and service registration
- Event-driven communication between services
- Comprehensive type definitions and interfaces

## Documentation:
- Complete architectural documentation in ORKIDE_ARCHITECTURE.md
- Implementation roadmap and integration patterns
- File structure and service registration details

Co-authored-by: openhands <openhands@all-hands.dev>
@andrewpareles andrewpareles force-pushed the main branch 11 times, most recently from 360390b to b3166e7 Compare June 2, 2026 22:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants