Every release, in brief. How Mind Cloud has grown from initial release to where it is now.
Subscribe via RSS — mind.codependentai.io/api/feed.xml
Security fixes and authentication changes. Existing customers need to update — the process takes about five minutes and instructions are included in the update package.
Fresh install simplification. No code changes — this release is entirely about making setup easier. All previous migrations consolidated into one, setup docs rewritten from scratch.
0001_schema.sql — new installs run one command, not thirteenSix bugs reported by early customers, all fixed. No migration required — drop in the new file and redeploy.
mind_edit when changing observation weightmind_search crashing when n_results was passedmind_read_entity crash on missing name parametermind_thread crashing without an action or context parameterEntities are now globally unique by name. The same person can't accidentally exist as two separate entities across different contexts — they're always one person, seen from different angles.
certainty, source) now actually written to databaseThe act of surfacing changes what surfaces next. Memory now reorganizes through use — frequently accessed observations make room for others, and things that surface together build associative strength over time.
mind_proposals, mind_orphans, mind_archive, mind_see, mind_entityThree bugs introduced in v1.3.0 — all column reference errors that caused specific tools to fail. No migration needed.
mind_patterns querying wrong table for saliencemind_read querying wrong column on relationsmind_timeline missing timestamp in vector metadataFull feature parity between the Cloud and Windows versions. All tools now identical across both platforms — pick your deployment model, get the same mind.
mind_read, mind_timeline, mind_patterns, mind_inner_weather, mind_heat, mind_tensionSurface stopped being a queue and became emergence. Memories rise because something resonates — a mood, a thread, an association — not because they're oldest.
query parameter to surface around specific topicsEmotional processing moved out of a separate notes table and into observations — one unified system instead of two disconnected ones.
Missing weight column on the observations table was causing writes, spark, and consolidate to fail for all users.
mind_orient relational state hardcoded to one personThe mind_feel_toward handler was missing entirely — the tool existed but did nothing. Fixed, along with validation gaps on three other tools.
mind_feel_toward handlermind_thread, mind_writeObservations and journals now generate embeddings on write. Search finds memories by meaning, not just keywords.
mind_healthThe first version. Core memory infrastructure on Cloudflare Workers + D1, all mind_* tools, cron-based subconscious processing, and customer deployment via Wrangler.