Changelog

Release history for i60.Cortex. The app checks for updates automatically on startup.

v0.2.0 March 2026 Current Release
  • AI chat interface with streaming responses and inline artifact rendering (HTML, SVG, Mermaid diagrams)
  • MCP client supporting HTTP, stdio, and SSE transports with full protocol coverage
  • Multi-provider AI: Anthropic (direct) and OpenRouter (200+ models)
  • Auto model routing across fast/standard/deep tiers (Haiku/Sonnet/Opus)
  • 25+ built-in workspace tools: file ops, PDF, Excel, Word, charts, regex, format conversion, zip archives
  • Google Workspace integration via gws CLI — Drive, Gmail, Calendar, Sheets, Docs, and more
  • Claude Code CLI integration (Agent Mode) — optional hybrid backend with MCP passthrough
  • Tool confirmation system with annotation-based safety tiers
  • Channel system for scoping conversations to specific services
  • Per-channel persistent memory with ACT-R cognitive activation scoring
  • Skills system (MCP-embedded and local SKILL.md) with per-conversation activation
  • Customizable dashboard with drag-and-drop widgets (clock, quick actions, stats, channel status, notes)
  • Visual workflow builder with tool call, AI prompt, condition, delay, and output nodes
  • Macros — reusable prompt templates with variable interpolation and gallery view
  • Scheduled tasks with interval-based automation and missed task detection
  • Recipes — AI learns reusable procedures from conversations, auto-suggests via keywords
  • Image and document attachments (drag-and-drop, clipboard paste)
  • Conversation branching — fork at any message, edit-and-resend, inline branch navigation
  • Token budget warnings with cost tracking and auto-summarization
  • Full-text conversation search with FTS5 snippet highlights
  • Export conversations to Markdown, HTML (self-contained dark theme), and PDF
  • Command palette (Ctrl+K) with fuzzy search across macros, workflows, prompts, conversations
  • Smart router — intercepts common patterns (file info, diff, regex, conversion) for zero-API-cost responses
  • Dark and light theme with system preference detection
  • Keyboard shortcuts throughout (Ctrl+N, Ctrl+B, Ctrl+E, Ctrl+/, Ctrl+1-9, and more)
  • Auto-update checking with one-click install
  • Workspace explorer with file preview panel, image thumbnails, and channel folder tabs
  • API keys stored in OS keychain — never touch JavaScript
  • Workspace file sandboxing at the Rust layer via canonical path validation
  • No telemetry — only connects to AI providers and your configured MCP servers
v0.1.0 March 2026 Initial Release
  • Core chat interface with streaming AI responses
  • MCP client with HTTP and stdio transports
  • Anthropic Claude integration via Rust proxy
  • Built-in workspace tools (file ops, PDF, Excel)
  • Tool confirmation system
  • Channel system
  • Settings panel with API key management
  • SQLite persistence for conversations and settings
  • OS keychain storage for API keys