March 18, 2026
Major Refactors & New Daemon Gateway
Refactored the embodiment system to be internally managed, version-pinned, and auto-synced at boot, removing the marketplace model and several related API endpo
Refactored the embodiment system to be internally managed, version-pinned, and auto-synced at boot, removing the marketplace model and several related API endpoints.
Several embodiments were replaced by new interface daemons: MealDB/CocktailDB by food-interface, Wikipedia/Arxiv/StackExchange by research-interface, and tvmaze by streaming-interface.
A new dashboard gateway was implemented, allowing interface daemons to self-register and communicate via scope-enforced proxy routes inside Chalie’s process.
This gateway supports proxying signals, messages, context, metadata, and data files between Chalie and running daemons.
The chat UI now features an apps panel to manage and interact with registered interfaces, including scope approval dialogues.
Several fixes were applied to the ACT pipeline, including handling bare JSON array responses and ensuring user-initiated ACT requests skip the execution gate.
Several chore updates involved replacing old tools and addressing database/API consistency across tests and live code.
Daemon watching and gateway proxying were enhanced to automatically start, restart, and stop daemons based on directory presence, alongside fixes for readiness checks.
-
Embodiments system simplified to auto-managed, version-pinned capabilities.
-
New interface daemons replace old embodiments like MealDB and Wikipedia.
-
Implemented dashboard gateway for daemon registration and proxying communications.
-
Chat UI gains an apps panel for interface management and scope approval.
-
Fixed ACT pipeline to handle JSON array responses and user-initiated execution.
-
Daemon watcher ensures interfaces auto-start and restart correctly.