Skip to main content
← Back to Blog
Release6 min read

v1.0.32: Morpheus Now Learns, Adapts, and Improves Itself

The biggest update yet — parallel execution, correction memory, auto-approval learning, and a self-improvement agent.


Morpheus gets smarter every time you use it

v1.0.32 is the most ambitious Morpheus release yet. Instead of just executing commands, Morpheus now learns from every interaction and adapts its behavior to match how you work.

Correction Memory

Say "no, use pnpm not npm" and Morpheus remembers. Next time you ask it to install packages, it automatically applies your preference. Corrections are stored as fuzzy-matchable patterns with confidence scoring — they reinforce when you confirm them and decay when unused.

Auto-Approval Learning

Tired of approving the same file-write operation for the 50th time? Morpheus now tracks your approval patterns. After 20+ consistent approvals with a 95%+ rate, it auto-approves that operation type. Critical and sudo operations are never auto-approved.

Parallel Execution

Morpheus can now run 3 commands simultaneously. Send "run tests" while a deployment is still running. Additional tasks queue automatically when all slots are full.

Self-Improvement Agent

The most experimental feature: Morpheus can analyze its own performance data, identify weaknesses, and propose code changes to fix them. With your explicit approval, it uses Claude Code to modify its own codebase — every change is git-committed for clean rollback.

Behavioral Intelligence

The behavior engine now detects temporal patterns ("you always check git status at 9am"), command sequences that should be workflows, approval fatigue, and productivity windows. It generates daily briefings and proactive suggestions.

10 New MCP Capabilities

Playwright for browser automation, Whisper for speech-to-text, Slack/Discord/Gmail/Twilio for outbound communication, ElevenLabs for text-to-speech, semantic vector memory for cross-session recall, and Brave Search for web research. Credential-free servers are auto-installed when Morpheus detects a capability gap.

Bulletproof Pairing

Network scan now works without generating a QR code first. Version negotiation prevents silent protocol mismatches. Lost crypto state after app updates is automatically recovered. Device deduplication prevents ghost entries.