RELEASE LOG & ROADMAP

Release Changelog & Roadmap

Documenting release milestones, architectural evolution, and known boundaries. The current published release package is 0.1.0-preview.2; in-progress development work is noted separately below and not conflated with the release download.

Active Development Source · Under Evolution (Not Yet Released) In Development
Branch: feature / main

The following capabilities are merged or being tested on the development branch, and are not included in the 0.1.0-preview.2 download. Run via local source build to evaluate:

  • Agent Lab Paired Worktrees: Runs baseline and candidate tasks in independent Git worktrees branched from the same commit, evaluated by a separate verifier script.
  • Empirical Outcomes & Inconclusive: Explicitly classifies results into Improved, Worse, and Inconclusive (insufficient evidence or stochastic variance).
  • SessionStart Hook Generation & SafeApply/Undo: Generates read-only hook definitions from promoted rules, safely applies them to local projects, and retains Undo hash snapshots.
Inspect detailed development status and verification notes: docs/status.md ↗
0.1.0-preview.2 · Developer Preview Current Release
Developer Preview
Supported Architecture: macOS 13.0+ · Apple Silicon (arm64)

Key Improvements

  • Workspace Redesign: Major overhaul of the native session workspace and inbox views, improving log browsing efficiency and context extraction responsiveness.
  • Notification & Sound Categorization: Introduced granular notification toggles and sound feedback settings, allowing mute controls for routine completions according to engineer preference.
  • Native Interface Integration: Standardized empirical UI representations, connecting authentic macOS native screenshots and approval details.
  • Core Verification Suite: Consolidated automated test pipelines in the repository (including system test scripts, native RPC communication tests, and full-repo contract checks).

Code Signing & Gatekeeper Instructions

Signing Notice: The preview build is ad-hoc signed without a Developer ID signature or Apple notarization. Download Vela-macOS-arm64.zip and SHA256SUMS to the same directory and execute shasum -a 256 -c SHA256SUMS to verify integrity.

If intercepted by macOS Gatekeeper on initial launch, open macOS System Settings ➔ Privacy & Security, scroll to the bottom, and click "Open Anyway". Never disable Gatekeeper globally. Compiling from official source is supported at any time.
0.1.0-preview.1 · Foundation Release Archive
Release Archive ↗

Initial Core Capabilities

  • Native AppKit Host: WebKit process isolation and menu bar integration, with ⌘1..6 module navigation and global ⌘K search.
  • Agent Log Ingestion: Bounded discovery of Claude Code and Codex logs (Cursor format supported via read-only import), timeline rendering, and inferred session states.
  • Workflows & Dry Run: Markdown workflows (*.md) orchestrating Git checks and build commands with read-only real execution and mutating stub rehearsals.
  • Inbox Gating & Parameter Freezing: Commands queue with frozen parameter hashes requiring explicit single-action approval.
  • Memory Lifecycle & Recall: Four-state lifecycle (Candidate ➔ Active ➔ Superseded ➔ Archived); lexical recall strictly limited to active entries; Private Library completely blocked from agent retrieval.
  • Deterministic Improvement Suggestions: Generated suggestions requiring 3+ occurrences across 2+ sessions; sequential worktree runs comparing exit codes and durations.
  • stdio MCP Interface: Built-in vela mcp providing read-only project context to external agents.

For full commit history and changelog details, see CHANGELOG.md and Feature Status (docs/status.md).