feat: universal platform support - 12 IDEs/CLIs with format-aware patching#63
Merged
KailasMahavarkar merged 2 commits intomainfrom Apr 14, 2026
Merged
Conversation
- Add Cline, Zed, Continue.dev, Codex CLI as first-class supported platforms - Introduce PlatformFormat type (json-mcpServers | json-contextServers | toml-mcp_servers) - generateMcpPatch is now format-aware: outputs TOML for Codex, context_servers for Zed, mcpServers for all others - setup.ts renders correct output format per platform (TOML block vs JSON merge) - Replace all em dashes with hyphens across all files - Fix mermaid architecture diagram: add linkStyle 0-7 with gray arrows, fix invisible edges - Expand README platform table from 9 to 12 entries with Schema column - Verified all config paths from official docs (April 2026)
437acee to
df808b6
Compare
KailasMahavarkar
added a commit
that referenced
this pull request
Apr 14, 2026
feat: universal platform support - 12 IDEs/CLIs with format-aware patching
KailasMahavarkar
added a commit
that referenced
this pull request
Apr 22, 2026
Destructive reset of repo tree to 62f487e (feat: expand platform support to 12 IDEs/CLIs with format-aware patching) from 2026-04-15. Wipes all work merged to main after 62f487e including PRs #63..#92: docker-primary fixes, topology manifest introduction, routing/artifact contracts, workspace-first routing, all corpus-backed slice PRs (#81..#90), corpus/tests removal (#91), MCP runtime deletion + topology enforcement (#92). Tree equals 62f487e exactly. This is a destructive reset expressed as a single forward commit because branch protection on main forbids non-fast-forward push; the admin-merge path is used instead. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Expands Hyperstack's installation support from 9 to 12 platforms, making it format-aware so Codex CLI users get TOML output and Zed users get
context_serversJSON - automatically.Changes
Core: Format-Aware Platform Detection
PlatformFormattype:json-mcpServers|json-contextServers|toml-mcp_serversgenerateMcpPatchnow returns{ format, content }instead of raw JSONsetup.tsrenders the correct output format per platformNew Platforms Added
mcp_serverscontext_serversmcpServersmcpServersDocumentation
linkStylewith gray strokePlatforms Now Supported (12 total)
Claude Code, Gemini CLI, Qwen Code, Codex CLI, Cursor, Windsurf, Kiro, Zed, VS Code + Copilot, Roo Code, Cline, Continue.dev