What's new

Changelog & updates

Every release, addition, and fix in Idexal Code — tracked in one place so you always know what we've built and what's next.

1.5.02026-06-25latest
Added
  • MarkItDown integration — convert local documents (PDF, Word, PowerPoint, images) to clean Markdown that flows into the knowledge graph. The file-side complement to Crawl4AI; OCR can run on your own gateway.
  • research skill — ties ingestion together: gather from the web (Crawl4AI) or files (MarkItDown), distil, verify, and save as linked notes in the knowledge graph. Eight bundled skills now.
  • Automatic project profile — Idexal auto-detects each project's stack (language, framework, package manager) and injects it into every agent, so it adapts per project with zero setup. The foundation for automatic per-project sub-agent distribution.
  • Model fallback (foundation) — a fallback config option (ordered backup models) + tested selection logic, so a task falls back to another model instead of stalling. Request-flow wiring + a Settings UI are next.
1.4.02026-06-25
Added
  • Memory as a self-building knowledge graph — agent memory now reads a folder of interconnected .idexal/memory/*.md notes ([[wikilinks]]). Your project's knowledge builds itself into a browsable graph — open it in Obsidian — syncs through git, and is recalled into every agent. Self-hosted, no subscriptions.
  • Crawl4AI integration — connect the free, self-hosted Crawl4AI web crawler as an MCP server for clean web → Markdown/JSON scraping (JS/SPA pages, structured extraction, RAG ingestion). No Python in Idexal.
1.3.02026-06-25
Added
  • Scheduled loops (GitHub Actions) — a loop workflow runs idexal on a schedule to do a recurring task (e.g. a daily triage) with no human prompting. Safe by default — a no-op until you add the IDEXAL_API_KEY secret. Also a copy-paste template for any repo.
  • verify skill (maker/checker) — independent, adversarial verification: confirm a result is actually correct by executing checks, not by reading. The checker the loop leans on.
  • More bundled skills security-review (red-team find + blue-team confirm) and codebase-exploration, distilled from the idexal/skills roles. Seven defaults now.
  • /loop command /loop <goal> runs a goal through the verified-loop discipline. A third trigger alongside Loop mode and the scheduled Actions loop.
1.2.02026-06-25
Added
  • Bundled default skills — every agent ships with a curated starter set (tdd, code-review, systematic-debugging, loop), no config or network. Project skills in .idexal/skills/ override them by name.
  • Loop engineering — the loop skill gives agents a verified-loop discipline (discover → record state → implement → verify → gate), built on agent memory and skills. Design the loop once instead of prompting every micro-step.
  • Mission Control — Loop mode — run a goal as an autonomous verified loop: the runner drives one session, re-prompting it to keep working and self-checking until done or the iteration cap. Progress persists in memory.
1.1.02026-06-25
Added
  • Agent memory — durable, per-project memory injected into every agent and every model, every turn. The assistant remembers your project and working style and never forgets.
  • A memory tool agents call to save durable facts, stored in the app's local SQLite database.
  • Recall ranks semantically (cosine) when embeddings exist, falling back to keyword then recency — so it always works.
  • Hand-authored .idexal/memory.md (and a global memory.md) are injected too, and you can edit them directly like AGENTS.md.
Fixed
  • Repaired the public-API namespace, which the rebrand had turned into an invalid identifier.
1.0.62026-06-25
Added
  • Mission Control — parallel task launcher — fan one goal out to N agents at once and compare results live on the board.
1.0.52026-06-25
Changed
  • Home glow-up — a welcome tagline, an aurora glow, and a warmer empty state.
1.0.42026-06-25
Added
  • Mission Control — a live board of every agent and session in the project (⌘⇧M).
1.0.2 – 1.0.32026-06-25
Added
  • Advanced, branded Windows installer — wizard, license step, custom install directory, and shortcuts.
0.2.02026-06-25
Changed
  • Radical rebrand: opencode → Idexal Code. Zero "opencode" residue. The Idexal gateway (api.idexal.com) is the default provider with automatic model discovery; unused providers removed.
0.1.x2026-06-24 → 25
Added
  • First Idexal builds — official logos and app icons, the brand theme (blue + cyan), and the CLI + desktop release pipeline.