v0.6.0 — First-Time UX Redesign #7
idapixl
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
cortex-engine v0.6.0 is live on npm. This release focuses on what happens the first time someone installs and runs the engine.
What changed
Platform-aware setup —
fozikio initnow generates.mcp.jsonwith Windowscmd /cwrapper automatically. Version-pinned so you don't get silent upgrades.Startup feedback —
fozikio serveshows version, namespace, memory count, and ready status instead of hanging silently. You see what the agent knows at a glance.Embedding download warning — the built-in model (23MB) now shows progress on first download instead of appearing frozen.
Error messages — missing config, locked store, and network failures get contextual guidance instead of stack traces.
fozikio wander— new CLI command. Takes a random walk through your agent's memory graph, showing semantic connections between memories. A window into how the engine links concepts.Install
npm install cortex-engine@0.6.0 npx fozikio init my-agent cd my-agent npx fozikio serveFull changelog: https://github.com/Fozikio/cortex-engine/releases/tag/v0.6.0
Questions, feedback, things that broke? Post here or open an issue.
Beta Was this translation helpful? Give feedback.
All reactions