Releases: 1337Xcode/cortex
Releases · 1337Xcode/cortex
v1.0.1
Added
- Support for 25 AI coding agents (up from 15): added OpenCode, OpenClaw, Factory Droid,
Trae, Trae CN, Gemini CLI, Hermes, Kimi Code, Kiro IDE, and Pi coding agent. - Dedicated subcommands:
cortex cursor install,cortex vscode install,
cortex kiro install,cortex antigravity installfor one-step setup without--platform. - Platform alias normalization:
--platformnow accepts flexible names
(e.g.copilot,codex,droid,claw,trae-cn) and maps them to canonical IDs. synthesize_agentfallback:cortex install --platform <name>now works even when
the agent's config directory does not exist yet (creates it on the fly).- Comprehensive IDE setup documentation with quick-reference install table.
.editorconfigat repo root to enforce UTF-8 without BOM, LF line endings, and
consistent indentation across all editors going forward.- CI
lint-scriptsjob that fails the build if any.js,.ts,.mjs,.cjs, or
.shfile contains a UTF-8 BOM, preventing regressions.
Fixed
- Stripped UTF-8 BOM (EF BB BF) from
npm/scripts/install.jsthat caused a Node.js
SyntaxError: Invalid or unexpected tokenonnpm install, breaking the post-install
binary download on all platforms.
Changed
- Antigravity renamed to "Google Antigravity" in display output.
- Codex CLI detection now also checks
~/.codex/(home directory). cortex installhelp output lists all 25 supported platforms with config file paths.
v1.0.0
Added
- Documentation site built with Astro 5, deployed to GitHub Pages
- Interactive 3D codebase visualization (same as
cortex vizoutput) - Dark/light mode with system preference detection
- Bento grid feature showcase with animated cards
- Ctrl+K / Cmd+K search across docs
- GitHub OAuth issue submission form via Cloudflare Worker
- RSS and Atom feeds for documentation updates
llms.txtandai-plugin.jsonfor AI discoverability- Confetti effect on install command copy
Changed
- npm package version aligned with changelog (0.0.30)
- All em dashes removed from documentation and code comments
- Site URL set to
1337xcode.github.io/cortex - Comparison table updated with accurate data from each project's docs
Fixed
- Federation console animation now types top-to-bottom
- Bento card overflow on MCP tools and Federation cards
- Language marquee no longer pauses on hover
- Theme toggle properly switches between light and dark mode