@@ -6,6 +6,53 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
77## [ Unreleased]
88
9+ ## [ 0.35.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.34.1...v0.35.0 ) - 2026-02-20
10+
11+ ### Added
12+
13+ - fixed clippy issues
14+ - cargo fmt
15+ - updated cli with newest dependencies an updated syncable-ag-ui-sdk setup
16+ - private network service discovery added
17+ - updated wizzard with env findings and private/public endpoint findings
18+ - vendor ag-ui-core and ag-ui-server crates
19+ - new availability feature for hetzner deployment through agent. automatically searching available regions/machine types dynamically
20+ - * (agent)* add list_hetzner_availability tool, require dynamic data for Hetzner
21+ - early ag-ui implementation with test along
22+ - * (hetzner)* remove hardcoded data, require dynamic API fetching
23+ - * (wizard)* integrate dynamic Hetzner availability into deployment wizard
24+ - * (hetzner)* add dynamic availability API for smart resource selection
25+ - * (23-01)* wire CopilotKit provider and navigation
26+ - * (23-01)* create agent chat route with CopilotKit
27+ - * (23-01)* create CopilotKit provider wrapper
28+ - * (22-01)* wire processor to server startup
29+ - * (22-01)* implement message processing loop
30+ - * (22-01)* create AgentProcessor module with session management
31+ - * (21-01)* add POST /message endpoint
32+ - * (21-01)* handle WebSocket incoming messages
33+ - * (21-01)* add message channel to ServerState
34+ - * (19-01)* add container deployment configurations
35+ - * (18-01)* add agent command for headless AG-UI server mode
36+ - * (17-01)* emit step/thinking events during agent processing
37+ - * (16-01)* add interrupt methods to EventBridge for human-in-the-loop
38+ - * (15-01)* add AG-UI state synchronization
39+ - * (14-01)* wire LLM response handling to AG-UI EventBridge
40+ - * (13-01)* connect ToolDisplayHook to EventBridge for tool events
41+ - * (12-01)* add --ag-ui flag for frontend connectivity
42+
43+ ### Fixed
44+
45+ - * (hetzner)* use availability API for real-time capacity data
46+ - * (hetzner)* use /api/v1/cloud-runner/hetzner/options endpoint
47+ - * (23-01)* use CopilotChat component instead of headless API
48+
49+ ### Other
50+
51+ - Merge pull request #293 from syncable-dev/develop
52+ - Merge branch 'develop' of github.com: syncable-dev /syncable-cli into develop
53+ - * (23-01)* add CopilotKit dependencies
54+ - * (20-01)* add AG-UI server integration tests
55+
956## [ 0.35.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.34.1...v0.35.0 ) - 2026-02-05
1057
1158### Added
0 commit comments