Changelog

Product updates, improvements, and fixes shipped in HyperVids.

April 17, 2026

v0.2.6

Added

  • Browser-based sign-in for publishing templates
  • Remote peers can browse templates, manage variables, and restore workflow versions over RPC

Improved

  • Condition step validation now consolidates warnings for ambiguous routing

April 17, 2026

v0.2.3

Added

  • Templates page with Browse and Installed tabs
  • Install and publish dialogs, plus Workflows badges
  • AI-generated template descriptions with auto-filled slug
  • Publish form auto-fills from workflow data with AI enhance
  • Scheduler crash-loop guard with consecutive-failures tracking

Improved

  • Renamed Marketplace to Templates across the UI

Fixed

  • Version history panel now shows each version's actual content
  • AI descriptions now use the selected version's step definitions

April 16, 2026

v0.2.2

Added

  • Workflow Templates foundation: variables, local versioning, package format
  • Install, publish, and hub client for Templates
  • Version badges and history panel on workflow runs

Improved

  • Agent completion hardened against race conditions

Fixed

  • Resolved stuck workflow runs caused by database contention

April 15, 2026

Added

  • Onboarding wizard covering CLI provider, browser profile, Discord bot, and notifications
  • Chat reset command to archive the current session and start fresh
  • LoadErrorBanner for fetch failures and smartInvoke timeout handling

Improved

  • Conversation history formatting in agent prompts

April 14, 2026

v0.2.1

Added

  • Pending workflows surfaced through the Discord bot
  • Enable and disable controls for imported OpenClaw jobs
  • Skill catalog integration when decomposing jobs and skills

Improved

  • Silent-death detection for child processes in agent management

April 13, 2026

v0.2.0

Added

  • Remote peer management with trusted-peer restoration and reconnection
  • Connection monitoring with peer disconnect handling
  • RPC dispatch for workflows, projects, schedules, hooks, skills, and run artifacts
  • Skill usage tracking with uninstall confirmation
  • Step cache analysis for skill promotion with AI-generated details
  • Delete cache action in the Skills view

Improved

  • Chat agent now pulls from the skill catalog

April 12, 2026

v0.1.7

Added

  • Browser automation via Playwright with profile detection
  • Promote tab for creating reusable skills, with cache listing
  • Skill management with prompt injection and resource handling

Improved

  • Step learnings now include an output tail for richer agent context

April 11, 2026

v0.1.5

Added

  • Paid license activation with feature gating and upgrade prompts
  • Auto-updater with signed, notarized macOS builds
  • Update checker integrated into Settings
  • Live-updating durations via a new useNow hook
  • DEV badge in development builds

Fixed

  • CLI detection in production builds
  • Cleanup of stale processes using process-group handling

April 10, 2026

Added

  • OpenClaw source management
  • Chat agent core (natural-language control over workflows)
  • License activation and feature gating system

Improved

  • Project renamed to HyperVids across the app

April 9, 2026

Added

  • OpenClaw Import for workflows, skills, and jobs
  • Asset copying and path rewriting for imported skills
  • Cron expression conversion and job filtering on import
  • Multi-skill reference handling with smarter enable logic

April 7, 2026

Added

  • Tidy view toggle in the Workflow Editor to hide redundant edges

Improved

  • Header and Workflow Editor polish, including clipboard support

April 6, 2026

Added

  • Discord bot integration for remote control
  • AI-powered workflow creation and clarification in Discord commands
  • Modal input collection in Discord for richer run inputs
  • Confirmation prompt before cancelling a run
  • Cron presets for common scheduling options

April 5, 2026

Added

  • Reveal button for local file and image artifacts

Improved

  • Artifact detection and the Open action for local files

April 4, 2026

Added

  • macOS publish pipeline and auto-updater infrastructure

April 3, 2026

Added

  • Workflow duplication
  • Isolated execution context for CLI commands
  • Workflow artifacts in run output with a collapsible sidebar
  • Concurrency policy for schedules
  • Cursor CLI provider support

Improved

  • Step readiness handles loop-back edges
  • StreamOutput and WorkflowRun layout and text handling