Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.35 KB

File metadata and controls

45 lines (31 loc) · 1.35 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Each component maintains its own version independently.


linkwork-server

  • Initial open-source release of the core scheduling engine

linkwork-executor

  • Initial open-source release of the secure command execution sandbox

linkwork-agent-sdk

  • Initial open-source release of the Agent runtime with LLM orchestration and MCP integration

linkwork-mcp-gateway

  • Initial open-source release of the MCP tool proxy with auth and usage metering

linkwork-web

  • Initial open-source release of the frontend reference implementation

0.1.0 - 2026-03-26

linkwork-server

Added

  • Role (AI position) management API
  • Skill marketplace with version management and hot-reload
  • MCP tool registration and routing
  • Task scheduling and real-time WebSocket status streaming
  • Approval workflow for high-risk operations
  • Cron-based shift scheduling
  • Multi-model support via OpenAI-compatible interface
  • Docker Compose quick-start launcher