Skip to content

Latest commit

 

History

History
111 lines (76 loc) · 2.94 KB

File metadata and controls

111 lines (76 loc) · 2.94 KB

Changelog

All notable changes to this project will be documented in this file.


[0.4.0] - 2026-02-08

Added

  • Visual Pipeline Builder: Full-stack node-based task orchestration editor (React Flow + Dart)
    • Drag-and-drop node catalog with all 13 domains / 37 task types
    • Canvas-based pipeline editing with edge connections
    • Node config panel for parameter editing with {{nodeId.field}} variable references
    • Pipeline execution engine with topological sort and parallel node processing
    • Real-time WebSocket progress visualization (nodes turn green on completion)
    • REST API for pipeline CRUD, execution, and node catalog
    • File-system pipeline storage (~/.opencli/pipelines/*.json)
    • 3 built-in templates: Morning Briefing, System Health Check, Smart Reminder
  • React Router integration for Web UI (/pipelines route)

Fixed

  • Race condition in pipeline Run button (React state setter not synchronous)
  • WebSocket timing: pipeline execution now triggers after auth_success
  • CORS headers missing PUT/DELETE methods for pipeline API

[0.3.10] - 2026-02-08

Fixed

  • iOS App Store permissions and Android Play Store draft status

[0.3.9] - 2026-02-08

Fixed

  • Allow dead_code on IpcRequest and uuid module for Windows

[0.3.8] - 2026-02-07

Fixed

  • Gate Unix-only code behind cfg(unix) for Windows clippy

[0.3.7] - 2026-02-07

Fixed

  • Resolve Rust clippy warnings and make markdown lint non-fatal

[0.3.6] - 2026-02-07

Fixed

  • Disable additional markdownlint rules causing CI failures

[0.3.5] - 2026-02-07

Fixed

  • Exclude tests/docs from markdown lint, handle no dart tests

[0.3.4] - 2026-02-07

Fixed

  • Make dart analyze non-fatal and fix telemetry API startup

[0.3.3] - 2026-02-07

Fixed

  • Resolve remaining CI failures across all workflows

[0.3.2] - 2026-02-07

Fixed

  • Remove TRAY_ICONS_README.md from Flutter assets bundle
  • Resolve Build and Deploy CI failures

[0.3.1] - 2026-02-07

Fixed

  • Resolve v0.3.0 CI failures and add Flutter app to release script

[0.3.0] - 2026-02-07

Added

  • AI video generation system with 1080p quality and business scenarios
  • 4 cloud providers: Replicate, Runway Gen-4, Kling AI, Luma Dream Machine
  • 6 style presets with provider-specific prompt adaptation
  • Progress callbacks and real-time status updates

[0.2.3] - 2026-02-06

Added

  • 12-domain task system with rich UI cards
  • Chat persistence and voice toggle
  • Complex daily tasks (bash -c, osascript) with 6 bug fixes
  • Unified API server and Node.js IPC client

[1.0.0] - 2026-01-31

Added

  • First production-ready release as Enterprise Autonomous Company Operating System
  • 14 major enterprise features, 11,662 lines of code, 24 core modules

[0.5.0] - 2026-01-25

Added

  • Core daemon infrastructure
  • IPC communication system
  • Configuration management
  • Plugin system foundation

[0.1.0] - 2026-01-20

Added

  • Initial project setup
  • Basic CLI client structure