@@ -202,6 +202,109 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
202202
203203### Other
204204
205+ - release v0.34.0
206+ - release v0.34.0
207+ - Merge pull request #279 from syncable-dev/develop
208+ - add verbose logging for deployment config request
209+ - * (wizard)* add debug logging for deployment trigger
210+ - * (62-01)* fix clippy never_loop warnings in wizard orchestrator
211+
212+ ## [ 0.34.0] ( https://github.com/syncable-dev/syncable-cli/releases/tag/v0.34.0 ) - 2026-01-20
213+
214+ ### Added
215+
216+ - * (11.3-03)* add DeployServiceTool for conversational deployment
217+ - * (11.3-02)* add deployment recommendation engine
218+ - * (11.3-01)* add infrastructure presence detection
219+ - * (11.3-01)* add health endpoint detection
220+ - * (11.3-01)* add PortSource enum for source-based port tracking
221+ - * (11.1-01)* fix CloudRunnerConfig to use provider-nested structure
222+ - * (wizard)* add smart repository connection to deploy flow
223+ - * (11-01)* add GitHub integration API types and methods
224+ - * (62.2-01)* integrate Dockerfile selection into wizard
225+ - * (62.2-01)* add Dockerfile selection wizard step
226+ - * (62.1-02)* add deploy new-env command with wizard
227+ - * (62.1-02)* add EnvCommand to CLI with list and select
228+ - * (62.1-01)* add environment fields to PlatformSession
229+ - * (62.1-01)* add Environment type and API methods
230+ - * (61-01)* add is_available to list_deployment_capabilities tool
231+ - * (61-01)* show Coming Soon for unavailable providers in wizard
232+ - * (61-01)* add Scaleway, Cyso providers and is_available method
233+ - * (60-01)* cross-reference analyze_codebase in analyze_project next_steps
234+ - * (60-01)* register AnalyzeCodebaseTool in platform module
235+ - * (60-01)* create AnalyzeCodebaseTool for comprehensive analysis
236+ - * (59-02)* create ProvisionRegistryTool and register tools
237+ - * (59-02)* create CreateDeploymentConfigTool for agent
238+ - * (59-02)* add create_deployment_config API method
239+ - * (59-01)* create ListDeploymentCapabilitiesTool and register tools
240+ - * (59-01)* create AnalyzeProjectTool for deployment discovery
241+ - * (58-01)* integrate registry provisioning into wizard orchestrator
242+ - * (58-01)* create registry provisioning wizard step
243+ - * (58-01)* add registry provisioning types and API methods
244+ - * (57-03)* CLI deploy wizard command integration
245+ - * (57-03)* wizard orchestration
246+ - * (57-03)* service configuration form
247+ - * (57-02)* implement registry selection step
248+ - * (57-02)* implement cluster selection step
249+ - * (57-02)* implement target selection step
250+ - * (57-01)* implement provider selection prompt
251+ - * (57-01)* implement provider status aggregation
252+ - * (57-01)* create wizard module structure
253+ - * (56-01)* add CLI wizard deployment config types
254+ - * (analyzer)* add dockerfile discovery for deployment wizard
255+ - * (platform)* add cluster and registry API methods
256+ - * (46-01)* add API connection health check
257+ - * (46-01)* add actionable suggestions to API errors
258+ - * (46-01)* add retry logic for transient API failures
259+ - * (45-01)* add platform context to input prompt
260+ - * (45-01)* add platform context to welcome banner
261+ - * (44-01)* wire up Project and Org commands in main.rs
262+ - * (44-01)* implement Project and Org command handlers
263+ - * (44-01)* add Project and Org command definitions
264+ - * (43-01)* create GetServiceLogsTool
265+ - * (43-01)* add log types and API method
266+ - * (42-01)* register deployment tools with agent
267+ - * (42-01)* create deployment tools
268+ - * (42-01)* add deployment types and API methods
269+ - * (41-01)* register provider connection tools
270+ - * (41-01)* create provider connection tools
271+ - * (41-01)* add provider connection check to API client
272+ - * (40-01)* register platform tools with agent
273+ - * (40-01)* create platform listing and selection tools
274+ - * (39-01)* create platform API client module
275+ - * (38-01)* wire session loading into agent startup
276+ - * (38-01)* create platform session module
277+
278+ ### Fixed
279+
280+ - * (11.3-01)* enforce human-in-the-loop for deployment changes
281+ - * (11.3-01)* add is_public parameter with safe default (false)
282+ - * (11.3-01)* prevent agent from polling deployment status in infinite loop
283+ - * (11.3-01)* detect correct repository from local git remote
284+ - * (11.3-01)* derive dockerfile paths relative to repo root for Cloud Runner
285+ - * (deploy)* use paths relative to analyzed dir, not project root
286+ - * (deploy)* match manual wizard dockerfile/context path handling
287+ - * (deploy)* correct dockerfile path derivation for subdirectory deployments
288+ - * (prompt)* reduce agent narration of internal reasoning
289+ - * (deploy-status)* check actual service readiness for Cloud Runner
290+ - * (agent)* register CreateDeploymentConfigTool and DeployServiceTool
291+ - * (agent)* register ListDeploymentCapabilitiesTool in agent
292+ - * (api)* use working endpoint for check_provider_connection
293+ - * (api)* wrap get_optional responses in GenericResponse
294+ - * (deploy)* add duplicate detection and environment display to DeployServiceTool
295+ - * (wizard)* use build_context + filename for dockerfile path
296+ - * (wizard)* use full dockerfile path for Docker build
297+ - dockerfile path relative to build context + add deploy status command
298+ - * (api)* correct trigger deployment response parsing
299+ - * (api)* correct deployment config API response parsing
300+ - * (62.1-02)* correct ArtifactRegistry cloudProvider field name
301+ - * (62.1-02)* correct environment API endpoint and field names
302+ - * (62-01)* make deploy wizard the default when no subcommand provided
303+ - detect provider connection from cloud credentials, not resources
304+ - * (api)* unwrap GenericResponse wrapper in platform API client
305+
306+ ### Other
307+
205308- release v0.34.0
206309- Merge pull request #279 from syncable-dev/develop
207310- add verbose logging for deployment config request
0 commit comments