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 v1.8.0 fully integrates Codex CLI capabilities while maintaining its own advantages. Features marked with [Codex] originated from the Codex fusion roadmap.
✅ [Codex]/migrate imports from Codex/Cursor/Copilot
SDK
Feature
Codex CLI
LegnaCode
TypeScript SDK
✅
✅ [Codex]@legna/legnacode-sdk with Codex alias
Python SDK
✅
✅ [Codex]legnacode-sdk with Codex alias
Structured output
✅
✅ [Codex] JSON Schema + Zod support
Performance & Platform
Feature
Codex CLI
LegnaCode
Core language
Rust (70+ crates)
TypeScript + [Codex] Rust NAPI addon (optional)
Native acceleration
✅ Full Rust
✅ [Codex] cosine/tfidf/hash/tokens (~10-50x with fallback)
macOS arm64 / x64
✅
✅
Linux x64 / arm64
✅
✅
Windows x64
✅
✅
Rollback
✅ Built-in
✅ [Codex] Timeline + dry-run + safe mode
Config Compatibility
Feature
Codex CLI
LegnaCode
~/.codex/config.toml
✅ Native
✅ [Codex] Auto-import as fallback settings
~/.codex/skills/
✅ Native
✅ [Codex] Auto-discovery
Codex plugin format
✅ Native
✅ [Codex] Auto-convert to LegnaCode format
Bidirectional export
❌
✅ [Codex] Export LegnaCode config to Codex TOML
Migration from Codex
# Auto-import Codex config, MCP servers, skills
legna migrate --agents
# Or just start — ~/.codex/config.toml is auto-detected
legna
LegnaCode automatically reads ~/.codex/config.toml, discovers ~/.codex/skills/, detects codex-plugin.json in project directories, and provides Codex alias in SDK for drop-in replacement.