Skip to content

feat: Add Void editor fork as new base architecture - #13

Merged
damoahdominic merged 4 commits into
damoahdominic:mainfrom
ninjaa:feat/void-editor-base
Mar 2, 2026
Merged

feat: Add Void editor fork as new base architecture#13
damoahdominic merged 4 commits into
damoahdominic:mainfrom
ninjaa:feat/void-editor-base

Conversation

@ninjaa

@ninjaa ninjaa commented Mar 2, 2026

Copy link
Copy Markdown

What

Adds Void (open-source VS Code fork with built-in AI agent) as the new editor base for OCcode, replacing the VSCodium wrapper approach.

Changes

  • Fork voideditor/voidninjaa/void (Apache 2.0 licensed)
  • Git submodule at editor/ pointing to our Void fork
  • Updated README with new architecture diagram and roadmap
  • Legacy wrapper (apps/wrapper/) marked for phase-out

Architecture (new)

editor/           # Void fork (submodule) — full VS Code fork with AI
apps/extension/   # OpenClaw extension
apps/web/         # Marketing site
apps/wrapper/     # Legacy (being replaced)
packages/         # Shared packages

Why Void?

  • Already a full VS Code fork (not a wrapper)
  • Built-in AI coding agent (chat, inline edits, autocomplete)
  • Apache 2.0 license — permissive, patent grant included
  • Active development, growing community

Next steps

  1. Integrate OpenClaw extension into Void's extension host
  2. Rebrand Void → OCcode (icons, product.json, splash)
  3. Remove legacy wrapper
  4. Ship cross-platform builds

Debian and others added 4 commits March 2, 2026 02:28
- Fork voideditor/void → ninjaa/void
- Add as git submodule at editor/
- Update README with new architecture (Void-based instead of VSCodium wrapper)
- Mark apps/wrapper as legacy, to be phased out
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@damoahdominic
damoahdominic merged commit fcfc041 into damoahdominic:main Mar 2, 2026
4 checks passed
damoahdominic added a commit that referenced this pull request Mar 16, 2026
feat: Add Void editor fork as new base architecture
damoahdominic added a commit that referenced this pull request Mar 16, 2026
feat: Add Void editor fork as new base architecture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants