Skip to content

Changelog

All notable changes to HELIX Mission Control are documented here.

v1.3.3 — April 7, 2026 — Installation & Onboarding Fixes

Installation Reliability

  • Smart API base detection for billing endpoints (fixes macOS Docker Desktop 404)
  • Gateway entrypoint generates valid OpenClaw config (no invalid "server" key)
  • Gateway preserves existing model config on restart (no more overwriting synced config)
  • OPENCLAW_CONFIG_PATH uses container path instead of host path
  • Backend volume mount aligned with gateway for shared OpenClaw config
  • Gateway sync writes correct OpenClaw schema (models/auth/per-agent auth-profiles)
  • AI model changes from Settings > AI Models now sync to OpenClaw gateway automatically

Onboarding & Licensing

  • Setup-check page links to correct /settings/billing URL
  • Billing page shows license key activation card for users with no license
  • Trial lock screen includes "Start 7-Day Free Trial" button
  • Trial cache correctly preserves trial=true on revalidation
  • Onboarding health check considers org+admin+license as complete (fallback for pre-existing installs)
  • Billing page shows expiry warning banner (amber 7 days, red 2 days)

Marketplace

  • Agent, skill, workflow, and plugin installs correctly read names from marketplace manifest
  • Plugin and workflow template types supported in marketplace install
  • Plugin capabilities auto-generate IDs when missing from manifest
  • Install tracking reads license key from database when env var not set

v1.3.1 — April 1, 2026

New Features

  • Google Gemini provider — Native support for Gemini 2.5 Pro, Flash, Flash Lite, and 3 Flash Preview. AIza API keys auto-detected.
  • OpenRouter provider — Access 300+ models through one API key with sk-or- key auto-detection.
  • License management UI — Admin dashboard: view all licenses, extend trials, edit expiry, change status, delete licenses, event history.
  • Instance revalidation — License changes trigger automatic cache refresh on customer instances.

Improvements

  • API proxy for fresh installs — Next.js rewrites eliminate need for Nginx on Docker Desktop installs.
  • Smart API key placeholders — Provider-specific key prefix hints in model configuration.
  • Install script hardening — macOS root guard, user-writable logs, pre-created directories.
  • Update daemon systemd service — Auto-created on Linux installs, enabled on boot.
  • Landing page redesign — Real screenshots, tabbed demo, feature showcase.
  • Feature knowledge base — 14 docs pages with screenshots at /features/.

Bug Fixes

  • Fixed onboarding 404 on fresh Docker Desktop installs.
  • Added /install redirect to /getting-started/installation.
  • Fixed staging container naming conflicts.

v1.3.0 — March 31, 2026

New Features

  • Token Budgets — Per-agent monthly USD spending limits with 80% warning and auto-pause at 100%. Cost dashboard at /costs.
  • Scheduled Tasks — Cron-like recurring task schedules (daily/weekly/monthly/interval). Overview at /schedules.
  • Goal Hierarchy — Organization mission → objectives → key results → tasks. Goal context injected into agent prompts at dispatch time. /goals page.
  • Execution Tracing — Every LLM reasoning step, tool call, and result logged during agent task execution. Drill-down trace viewer accessible from task detail.
  • Agent Delegation — Agents can delegate sub-tasks to specialist agents. Human-approved, one level deep, parent agent re-dispatches to compile results.
  • Update Daemon Hardening — 10-minute build timeout, progress stages, cancel support with UI button.
  • White Label Reset — Reset all branding to defaults with one click from Settings > White Label.
  • Beta License Creation — Create beta tester licenses directly from admin dashboard (admin.helixnode.tech).

Infrastructure

  • ESLint no-unused-vars set to warn (prevents Claude Code build failures)
  • Gateway config isolation between staging and production environments
  • Execution trace content capture fix for streaming responses

v1.2.0 — March 29, 2026

White Label System (Batches 1–8)

  • Full rebrand capability for agencies and partners
  • Branding engine with custom logos, colors, app name, and domain
  • White label settings UI in admin panel
  • License-gated white label features
  • Branded email templates (invitations, notifications, password reset)
  • White label onboarding step in setup wizard
  • Marketplace isolation per white label instance
  • White label documentation and landing page section

Password Reset

  • Forgot password flow with branded email delivery
  • Admin-initiated password reset from Team page

Provider Fixes

  • Kimi Code trailing slash fix for API compatibility
  • API key prefix auto-detection with unambiguous matching

UI & Infrastructure

  • Billing page light/dark mode theming
  • Gateway config isolation with force sync
  • Landing page launched — waitlist removed, install CTAs added, white label section

v1.1.2 — March 28, 2026

Security & Permissions

  • Board permission tightening on attachments, execute, and agent tasks endpoints

Marketplace

  • Department pack install support

Agent Intelligence

  • Skills pack with 4 skills and bundle

v1.1.1 — March 28, 2026

Infrastructure

  • Staging environment setup
  • Gateway config isolation
  • Gateway entrypoint sk-kimi key extraction fix

Bug Fixes

  • License key formatter fix
  • Billing cache response format fix

v1.1.0 — March 27, 2026

Multi-OS Install Script

  • Ubuntu 20.04 / 22.04 / 24.04 support
  • Debian 11 / 12 support
  • macOS Apple Silicon and Intel support
  • Landing page macOS install tab

Model Providers

  • Moonshot K2.5 series added
  • Anthropic Claude 4.x series added
  • OpenAI GPT-5.x series added

Automated Backups

  • Scheduled backups with dashboard management UI

Version System

  • Built-in version tracking with one-click updates

Marketplace

  • Agent Intelligence marketplace pack

v1.0.0 — March 27, 2026

Initial Release

  • Multi-Agent Kanban Orchestration — department and board management with drag-and-drop task flow
  • Agent Memory — SOUL.md identity system and MEMORY.md persistent rule learning per agent
  • BYOK Models — bring your own API keys across 6 providers
  • Telegram Bot Integration — notifications and agent interaction via Telegram
  • Marketplace — 50+ official templates (agents, skills, workflows, plugins) with one-click install
  • Board Permissions — default-closed permission model for secure multi-tenant access
  • Skills System — markdown-based skill documents with always-on, board, and tag activation modes
  • Workflows — visual DAG builder for multi-step automations
  • Plugins — connect agents to external services with encrypted credential storage
  • Department & Board CRUD — full organizational hierarchy management
  • One-Command Install Script — single command to deploy the full stack

Built by HelixNode