You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.6.10
Creature Intelligence
State vector convergence fix — hysteresis was permanently trapping EMA at ~33% of target. Creature now fully converges to AI-pushed state values.
Trust accumulation → creature behavior — gradient baselines now feed confidence, affect_valence, affect_arousal, and curiosity into the state vector. A creature at 100 interactions wakes up and moves differently than a fresh one.
Security
Device auth fix — relay poll endpoint now verifies device tokens against the caller's identity (not the target agent's). Added authorization check: only submitter or target can poll.
Self-test hardening — motebit serve --self-test now uses audience-scoped device tokens matching the production auth flow. If device auth breaks, onboarding breaks.
Operational Reliability
Brave Search resilience — HTTP errors (422, 429) are now surfaced as typed SearchProviderError instead of silently returning "no results."