Skip to content

v5.0.1 β€” Spacewalk πŸš€

Choose a tag to compare

@Djtony707 Djtony707 released this 26 Apr 01:44
· 298 commits to main since this release

πŸš€ 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 gateway

After ~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

  • systemPromptParts assembles bootstrap + per-turn prompts with per-model overlays and a CANVAS_AWARENESS block.
  • multiAgent.routeMessage threads systemPromptAppendix through to processMessage so the canvas delivers live URL/space/widget context every turn.
  • New self-awareness modules: companyPortability, conflictResolver, peerAdvise, runContinuations, subdirHints, trajectory.
  • agentScope.ts now 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 / gpuVramGB rounded 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/:id endpoints.
  • 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