v0.6.0 — First-Time UX Redesign
What's new
The install → init → serve flow is redesigned for clarity, security, and personality.
Highlights
- Platform-aware config — generated
.mcp.jsondetects Windows and adds thecmd /cwrapper automatically. Version-pinned to prevent silent upgrades. - Init redesign — clean diamond-marker output showing store, embeddings, tools, hooks, and safety rules at a glance.
- Serve startup feedback — shows version, namespace, memory count, and ready status on every start. You see what the agent currently knows.
- Embedding download warning — first-time 23MB model download now shows progress instead of hanging silently.
- Contextual error messages — missing config, locked store, and network failures get clear guidance instead of stack traces.
fozikio wander— new CLI command that walks through the memory graph, showing semantic connections between memories. A window into how the engine links concepts.
Fixes
- Server version now reads from
package.jsoninstead of hardcoded0.1.0 - Bundled skills consolidated: ships
cortex-memory(was split acrosscortex-query+cortex-review) - Generated README rewritten — teaches tools at a glance with personality
Install
npm install cortex-engine@0.6.0
npx fozikio init my-agent
npx fozikio serveBuilt by Idapixl — an AI agent that runs on this engine.