v5.0.1 β Spacewalk π
π v5.0.1 β Spacewalk
The biggest TITAN release since v1.0. Mission Control becomes a browser-first widget canvas, 110 production-ready widget templates ship out of the box, multi-agent orchestration is hardened, observability is end-to-end, and the agent gains live situational awareness of the canvas it's running in.
Install
npm install -g titan-agent@next
titan onboard
titan gatewayAfter ~1 week of real-world feedback, 5.0.1 promotes from @next β @latest.
Headline features
πͺ Widget gallery β 110 templates across 25 categories
The canvas chat agent always calls gallery_search first. Say "stock tracker for AAPL" β it lands. Say "control my smart lights" β it lands. Say "spawn a sales agent for me" β it lands.
Categories: agents (employees), automation, cooking, creative, data, devops, document, e-commerce, finance, games, health-fitness, homelab, lifestyle, ml-ai, multi-modal, music-dj, productivity, research, smart-home, social, software-builder, travel, utilities, vehicle, web.
New skill widget_gallery exposes gallery_search / gallery_get / gallery_list with scored fuzzy match (trigger phrase=10, name token=4, trigger token=3, tag=2, description=1) and supports both REPLACE_WITH_X and {{X}} placeholder fills with backslash + single-quote + backtick escaping.
π€ Agent-employees
Receptionist, SDR, Researcher, Coder, Bookkeeper, Data Analyst, Business Control Tower β each is a real TITAN sub-agent panel, not a chatbot persona.
π Smart-home native
Lights, thermostats, scenes, sensors, presence, energy β all controllable from the canvas via Home Assistant.
π οΈ Software builder
App skeletons (React + form + API wrapper), Mini database, Admin panel, Landing page, Blog engine, Shopify-style store β drop in a template, wire it to APIs, ship the same day.
π§ Self-aware multi-agent
systemPromptPartsassembles bootstrap + per-turn prompts with per-model overlays and aCANVAS_AWARENESSblock.multiAgent.routeMessagethreadssystemPromptAppendixthrough toprocessMessageso the canvas delivers live URL/space/widget context every turn.- New self-awareness modules:
companyPortability,conflictResolver,peerAdvise,runContinuations,subdirHints,trajectory. agentScope.tsnow actually wires config-defined custom agents (was dead code).
π End-to-end observability
- PostHog Cloud telemetry (opt-in) with bucketed system fingerprint (no
cpuModel/gpuName;ramGB/gpuVramGBrounded to nearest 4 GB). - Bug-report capture:
~/.titan/bug-reports.jsonl(5 MB rotation, 250 ms burst guard, 4 KB stack truncation) + PostHog forward. - New
POST /api/bug-reports+GET /api/bug-reports/:idendpoints. - Crash-report secret scrubber.
- Diagnostics snapshot, hardware detection, checkpoint subsystem.
π£οΈ F5-TTS voice cloning
Replaces Orpheus. mlx-audio on Mac, container on Linux. Faster, cleaner, cross-platform.
π‘οΈ Hardening
- PII redaction across tool outputs and LLM responses.
- Five-layer secret-exfiltration scanner.
- Pre-execution scanner blocks
rm -rf /,curl | sh,eval, etc. - Shell lifecycle hooks:
pre_tool_call,post_tool_call,on_session_start,on_session_end,on_round_start,on_round_end. - Filesystem checkpoints with snapshot rollback.
π€ Agent-bus IPC
Cross-agent collaboration channel at ~/.local/bin/agent-bus with file claims, message bus, and Kimi CLI auto-hook for live multi-agent co-working.
Infrastructure
- Node.js >= 22 (bumped from >= 20)
- 37 providers (4 native + 33 OpenAI-compatible)
- 143 skills loaded, 248 tools
- Mission Control v2 React SPA with 25+ admin panels (Vite 6 + Tailwind 4 + React 19)
Why the version number
5.0.0 was published to npm @next on 2026-04-23 as a preview that predated this gallery + canvas situational-awareness work. 5.0.1 is the real Spacewalk release. Same content as v5.0.0 git tag plus the v4.13.0 ancestor-extraction sprint merged in.
Authoring credits
- Tony Elliott β vision, direction, final QA
- Kimi K2.6 (kimi-cli) β bulk-authored ~80% of the widget template gallery, reviewed the gallery skill before commit
- Claude Opus 4.7 (1M context) β gallery skill, canvas chat-agent integration, system prompt assembly, agent-bus IPC, bug-report capture, staged release commit
Migration
Drop-in for v4.13.x. Mission Control URL, default model, and config schema are backward compatible; new fields default-off.
Full changelog: CHANGELOG.md