Skip to content

Commit 9fd837f

Browse files
authored
chore: release v0.35.0
1 parent d0735b1 commit 9fd837f

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,49 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
143143

144144
### Other
145145

146+
- release v0.34.2
147+
- Merge pull request #287 from syncable-dev/develop
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+
152+
## [0.35.0](https://github.com/syncable-dev/syncable-cli/compare/v0.34.1...v0.35.0) - 2026-02-05
153+
154+
### Added
155+
156+
- vendor ag-ui-core and ag-ui-server crates
157+
- new availability feature for hetzner deployment through agent. automatically searching available regions/machine types dynamically
158+
- *(agent)* add list_hetzner_availability tool, require dynamic data for Hetzner
159+
- early ag-ui implementation with test along
160+
- *(hetzner)* remove hardcoded data, require dynamic API fetching
161+
- *(wizard)* integrate dynamic Hetzner availability into deployment wizard
162+
- *(hetzner)* add dynamic availability API for smart resource selection
163+
- *(23-01)* wire CopilotKit provider and navigation
164+
- *(23-01)* create agent chat route with CopilotKit
165+
- *(23-01)* create CopilotKit provider wrapper
166+
- *(22-01)* wire processor to server startup
167+
- *(22-01)* implement message processing loop
168+
- *(22-01)* create AgentProcessor module with session management
169+
- *(21-01)* add POST /message endpoint
170+
- *(21-01)* handle WebSocket incoming messages
171+
- *(21-01)* add message channel to ServerState
172+
- *(19-01)* add container deployment configurations
173+
- *(18-01)* add agent command for headless AG-UI server mode
174+
- *(17-01)* emit step/thinking events during agent processing
175+
- *(16-01)* add interrupt methods to EventBridge for human-in-the-loop
176+
- *(15-01)* add AG-UI state synchronization
177+
- *(14-01)* wire LLM response handling to AG-UI EventBridge
178+
- *(13-01)* connect ToolDisplayHook to EventBridge for tool events
179+
- *(12-01)* add --ag-ui flag for frontend connectivity
180+
181+
### Fixed
182+
183+
- *(hetzner)* use availability API for real-time capacity data
184+
- *(hetzner)* use /api/v1/cloud-runner/hetzner/options endpoint
185+
- *(23-01)* use CopilotChat component instead of headless API
186+
187+
### Other
188+
146189
- Merge pull request #287 from syncable-dev/develop
147190
- Merge branch 'develop' of github.com:syncable-dev/syncable-cli into develop
148191
- *(23-01)* add CopilotKit dependencies

0 commit comments

Comments
 (0)