What's new on ÆGIS Cloud.
v6.10.1
2026-07-16
Latest
- Grok + MCP, from proposal to reality. The June 23rd integration proposal below is now actually shipped: xAI's official
grok CLI is a real, installable third option in the desktop app's Terminal picker, alongside AEGIS Code and Claude Code — wired into the same shared-memory MCP bridge the rest of the ecosystem uses, not a disconnected tool.
- Memory pricing, spelled out. Cross-session memory is free, always, stored locally — no account needed. The only paid tier is optional cross-device cloud sync: Mobility (€2/mo, 50MB) or AEGIS VIP (€19/mo, 2GB).
- Login screen fixed. Pasting an API key and hitting Activate used to hang forever — the verification call had no handler behind it. Fixed, and re-pointed at the correct live endpoint.
- Terminal picker redesigned as cards. Icon-based cards replace the old dropdown, which couldn't scale past two providers anyway.
- Chat panel stopped fighting you mid-copy. Streaming responses no longer force-scroll to the bottom while you're actively selecting text.
Grok + MCP Integration Proposal
2026-06-23
AI
- Grok Build as default sub-agent. Optimized tool schemas, parallel execution patterns, and prompting templates for planning/debugging/refactoring loops — 78% fewer tokens vs Claude, 2.4× faster.
- 1M context handoff. Persistent state across turns and tool calls via memory graph feeding into grok-4.3 sessions. No more re-injecting project context.
- MCP agent↔agent protocol. Grok calls AEGIS-native tools (bash, file patch, memory graph, grep) via standard Remote MCP — "agent talks to agent." Reference implementation co-authored with xAI.
- Demo video + live staging instance delivered to xAI team for testing Grok-as-default-brain in real refactor workflows.
Image Pipeline — Vision OCR
2026-06-23
Vision
- Document image extraction. Upload PDF/DOCX/image — embedded images are extracted, OCR'd via Tesseract, and analyzed by Grok Vision or GPT-4o.
- Three analysis modes:
ocr (text extraction), vision (AI description of charts/UI/code screenshots), hybrid (both, with merged context).
- Drop-in API:
/api/extract-images, /api/analyze-image, and /api/last-image-analysis endpoints ready for GUI and web clients.
GUI-Only Mode
2026-06-23
Desktop
- CLI entry points removed. AEGIS is now a native desktop app only — no CLI wrappers, no
aegis PATH commands, no terminal-agent branding.
- All website references updated. aegiscode.html, slash-commands.html, index.html — every "terminal agent" / "CLI" reference replaced with "desktop app."
- GitHub workflow stripped. Release pipeline no longer builds or bundles the CLI binary. Source files obfuscated for distribution.
- Start command:
npm start or npm run gui launches Electron GUI directly.
Limited Access — Reward Update
2026-06-23
Game
- Pro reward is now a 7-day trial. Top 10 daily winners get full ÆGIS Pro access for 7 days instead of forever — it expires automatically.
- Free play limit: 3 sprints/day. Need more? Upgrade to Pro for unlimited sprints, any time.
- Anti-cheat validation. Submitted scores are now checked server-side for plausibility before they hit the leaderboard.
- Leaderboard & rewards unaffected for anyone who already played — this only changes how new rewards expire going forward.