You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LegnaCode is built on top of the Claude Code upstream project, deeply enhanced while maintaining full compatibility. Below is a detailed side-by-side comparison.
Core Capabilities
Feature
Claude Code
LegnaCode
Terminal AI coding assistant
✅
✅
45+ built-in tools
✅
✅
MCP protocol support
✅
✅
Multi-agent collaboration
✅
✅
Plugin & skill system
✅
✅
Git workflow management
✅
✅
Models & Backends
Feature
Claude Code
LegnaCode
Anthropic API
✅
✅
AWS Bedrock
✅
✅
GCP Vertex
✅
✅
Azure OpenAI
❌
✅
MiniMax deep native integration
❌
✅ 6 multimodal tools auto-registered
OpenAI-compatible bridge
❌
✅ Full streaming bridge with SSE→Anthropic event translation
✅ Session replay with thinking/tool call visualization
WebUI live chat
❌
✅ SSE streaming chat for API connectivity testing (single-turn only)
Kiro Gateway optimization
❌
✅ Client-side history compression (thinking/tool_result/schema)
Config migration tool
❌
✅ legna migrate
MiniMax authentication
❌
✅ /auth-minimax
Pure TS syntax highlighting
❌ Requires native modules
✅ Zero native dependencies
Official registry install
—
✅ --registry=https://registry.npmjs.org
Pixel office visualization
❌
✅ LegnaCode Office — VS Code extension + Admin panel
Office real-time agent status
❌
✅ Canvas 2D characters animate based on tool calls
Office conversation sidebar
❌
✅ Collapsible per-agent conversation flow
Office join-key remote access
❌
✅ 8-char shareable key for remote CLI instances
Office notification sounds
❌
✅ Web Audio oscillator tones for state changes
Office layout persistence
❌
✅ Custom office layout saved to ~/.legna-office/layout.json
Platform Support
Platform
Claude Code
LegnaCode
macOS arm64
✅
✅
macOS x64
✅
✅
Linux x64
✅
✅
Linux arm64
✅
✅
Windows x64
✅
✅
LegnaCode maintains full compatibility with the Claude Code upstream. All original features work as expected. Enhancements are non-invasive by design and do not affect existing workflows.