Skip to content

Releases: 1337Xcode/cortex

v1.0.1

19 May 12:43

Choose a tag to compare

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 install for one-step setup without --platform.
  • Platform alias normalization: --platform now accepts flexible names
    (e.g. copilot, codex, droid, claw, trae-cn) and maps them to canonical IDs.
  • synthesize_agent fallback: 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.
  • .editorconfig at repo root to enforce UTF-8 without BOM, LF line endings, and
    consistent indentation across all editors going forward.
  • CI lint-scripts job that fails the build if any .js, .ts, .mjs, .cjs, or
    .sh file contains a UTF-8 BOM, preventing regressions.

Fixed

  • Stripped UTF-8 BOM (EF BB BF) from npm/scripts/install.js that caused a Node.js
    SyntaxError: Invalid or unexpected token on npm 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 install help output lists all 25 supported platforms with config file paths.

v1.0.0

18 May 17:57

Choose a tag to compare

Added

  • Documentation site built with Astro 5, deployed to GitHub Pages
  • Interactive 3D codebase visualization (same as cortex viz output)
  • 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.txt and ai-plugin.json for 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