Add IPC protocol layer for clean separation of core and integration concerns#1
Draft
Add IPC protocol layer for clean separation of core and integration concerns#1
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: theslyprofessor <20659937+theslyprofessor@users.noreply.github.com>
Co-authored-by: theslyprofessor <20659937+theslyprofessor@users.noreply.github.com>
Co-authored-by: theslyprofessor <20659937+theslyprofessor@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fork IPC protocol for open code reference
Add IPC protocol layer for clean separation of core and integration concerns
Jan 9, 2026
Owner
|
Is there a way to abstract this further so to create IPC directly within Zellij so that zellij pane dump calls that native primitive directly? And when I do create the claude-canvas clone it uses the native ipc as well? Any developments on this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements Unix socket-based IPC protocol inspired by claude-canvas to decouple core Zellij operations from AI assistant integrations.
Architecture
Before: Monolithic MCP server mixing core Zellij operations with OpenCode-specific code.
After: Layered architecture enabling separate integration repositories:
Changes
IPC Protocol (
ipc/)Canvas API (
api/)listPanes(),dumpPane(),runInPane(),createPane(),renameSession()Documentation
Usage
Start IPC server in Zellij:
Connect from separate integration repo:
Benefits
Migration Path
Existing MCP server remains functional. Users can migrate to IPC-based integrations at their own pace.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.