@@ -106,6 +106,49 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
106106
107107## [ Unreleased]
108108
109+ ## [ 0.35.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.34.1...v0.35.0 ) - 2026-02-16
110+
111+ ### Added
112+
113+ - private network service discovery added
114+ - updated wizzard with env findings and private/public endpoint findings
115+ - vendor ag-ui-core and ag-ui-server crates
116+ - new availability feature for hetzner deployment through agent. automatically searching available regions/machine types dynamically
117+ - * (agent)* add list_hetzner_availability tool, require dynamic data for Hetzner
118+ - early ag-ui implementation with test along
119+ - * (hetzner)* remove hardcoded data, require dynamic API fetching
120+ - * (wizard)* integrate dynamic Hetzner availability into deployment wizard
121+ - * (hetzner)* add dynamic availability API for smart resource selection
122+ - * (23-01)* wire CopilotKit provider and navigation
123+ - * (23-01)* create agent chat route with CopilotKit
124+ - * (23-01)* create CopilotKit provider wrapper
125+ - * (22-01)* wire processor to server startup
126+ - * (22-01)* implement message processing loop
127+ - * (22-01)* create AgentProcessor module with session management
128+ - * (21-01)* add POST /message endpoint
129+ - * (21-01)* handle WebSocket incoming messages
130+ - * (21-01)* add message channel to ServerState
131+ - * (19-01)* add container deployment configurations
132+ - * (18-01)* add agent command for headless AG-UI server mode
133+ - * (17-01)* emit step/thinking events during agent processing
134+ - * (16-01)* add interrupt methods to EventBridge for human-in-the-loop
135+ - * (15-01)* add AG-UI state synchronization
136+ - * (14-01)* wire LLM response handling to AG-UI EventBridge
137+ - * (13-01)* connect ToolDisplayHook to EventBridge for tool events
138+ - * (12-01)* add --ag-ui flag for frontend connectivity
139+
140+ ### Fixed
141+
142+ - * (hetzner)* use availability API for real-time capacity data
143+ - * (hetzner)* use /api/v1/cloud-runner/hetzner/options endpoint
144+ - * (23-01)* use CopilotChat component instead of headless API
145+
146+ ### Other
147+
148+ - Merge branch 'develop' of github.com: syncable-dev /syncable-cli into develop
149+ - * (23-01)* add CopilotKit dependencies
150+ - * (20-01)* add AG-UI server integration tests
151+
109152## [ 0.35.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.34.1...v0.35.0 ) - 2026-02-05
110153
111154### Added
0 commit comments