@@ -106,6 +106,48 @@ 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-05
110+
111+ ### Added
112+
113+ - vendor ag-ui-core and ag-ui-server crates
114+ - new availability feature for hetzner deployment through agent. automatically searching available regions/machine types dynamically
115+ - * (agent)* add list_hetzner_availability tool, require dynamic data for Hetzner
116+ - early ag-ui implementation with test along
117+ - * (hetzner)* remove hardcoded data, require dynamic API fetching
118+ - * (wizard)* integrate dynamic Hetzner availability into deployment wizard
119+ - * (hetzner)* add dynamic availability API for smart resource selection
120+ - * (23-01)* wire CopilotKit provider and navigation
121+ - * (23-01)* create agent chat route with CopilotKit
122+ - * (23-01)* create CopilotKit provider wrapper
123+ - * (22-01)* wire processor to server startup
124+ - * (22-01)* implement message processing loop
125+ - * (22-01)* create AgentProcessor module with session management
126+ - * (21-01)* add POST /message endpoint
127+ - * (21-01)* handle WebSocket incoming messages
128+ - * (21-01)* add message channel to ServerState
129+ - * (19-01)* add container deployment configurations
130+ - * (18-01)* add agent command for headless AG-UI server mode
131+ - * (17-01)* emit step/thinking events during agent processing
132+ - * (16-01)* add interrupt methods to EventBridge for human-in-the-loop
133+ - * (15-01)* add AG-UI state synchronization
134+ - * (14-01)* wire LLM response handling to AG-UI EventBridge
135+ - * (13-01)* connect ToolDisplayHook to EventBridge for tool events
136+ - * (12-01)* add --ag-ui flag for frontend connectivity
137+
138+ ### Fixed
139+
140+ - * (hetzner)* use availability API for real-time capacity data
141+ - * (hetzner)* use /api/v1/cloud-runner/hetzner/options endpoint
142+ - * (23-01)* use CopilotChat component instead of headless API
143+
144+ ### Other
145+
146+ - Merge pull request #287 from syncable-dev/develop
147+ - Merge branch 'develop' of github.com: syncable-dev /syncable-cli into develop
148+ - * (23-01)* add CopilotKit dependencies
149+ - * (20-01)* add AG-UI server integration tests
150+
109151## [ 0.34.1] ( https://github.com/syncable-dev/syncable-cli/releases/tag/v0.34.1 ) - 2026-01-22
110152
111153### Other
0 commit comments