@@ -106,6 +106,227 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
106106
107107## [ Unreleased]
108108
109+ ## [ 0.26.1] ( https://github.com/syncable-dev/syncable-cli/compare/v0.26.0...v0.26.1 ) - 2025-12-21
110+
111+ ### Added
112+
113+ - * (hadolint)* add native Rust Dockerfile linter with GPL-3.0 license
114+
115+ ### Other
116+
117+ - Merge pull request #221 from syncable-dev/develop
118+
119+ ## [ 0.26.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.25.0...v0.26.0 ) - 2025-12-21
120+
121+ ### Added
122+
123+ - updated agenet behavior for better tool calling and context mngmt
124+
125+ ## [ 0.25.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.24.5...v0.25.0 ) - 2025-12-20
126+
127+ ### Added
128+
129+ - fixed security scan context share
130+
131+ ### Other
132+
133+ - * (@ reference)* updated session logic with "@" ref
134+
135+ ## [ 0.24.5] ( https://github.com/syncable-dev/syncable-cli/compare/v0.24.4...v0.24.5 ) - 2025-12-19
136+
137+ ### Other
138+
139+ - Merge pull request #215 from syncable-dev/develop
140+ - Merge pull request #145 from syncable-dev/dependabot/cargo/develop/rayon-1.11.0
141+
142+ ## [ 0.24.4] ( https://github.com/syncable-dev/syncable-cli/compare/v0.24.3...v0.24.4 ) - 2025-12-19
143+
144+ ### Added
145+
146+ - feat(ROADMAP updates) Updated Roadmap to reflect current progress
147+
148+ ### Other
149+
150+ - bug(newline broken) Fixed a broken UI for file/folder search
151+
152+ ## [ 0.24.3] ( https://github.com/syncable-dev/syncable-cli/compare/v0.24.2...v0.24.3 ) - 2025-12-19
153+
154+ ### Added
155+
156+ - updated with logo
157+
158+ ### Other
159+
160+ - update ROADMAP with completed features and cleaner structure
161+
162+ ## [ 0.24.2] ( https://github.com/syncable-dev/syncable-cli/compare/v0.24.1...v0.24.2 ) - 2025-12-19
163+
164+ ### Added
165+
166+ - * (agent)* enhance input handling with multi-line support and keyboard shortcuts
167+
168+ ### Other
169+
170+ - Merge pull request #209 from syncable-dev/develop
171+ - redesign README with AI Agent focus and improved engagement
172+
173+ ## [ 0.24.1] ( https://github.com/syncable-dev/syncable-cli/compare/v0.24.0...v0.24.1 ) - 2025-12-18
174+
175+ ### Added
176+
177+ - * (agent)* add @ file picker for context file selection
178+
179+ ### Other
180+
181+ - Merge pull request #207 from syncable-dev/develop
182+
183+ ## [ 0.24.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.23.1...v0.24.0 ) - 2025-12-18
184+
185+ ### Added
186+
187+ - updated Agent dockerfile generation alongside the Syncable Cli Companion, allowing for IDE to show diff and change suggestions from the cli agent
188+
189+ ## [ 0.23.1] ( https://github.com/syncable-dev/syncable-cli/compare/v0.23.0...v0.23.1 ) - 2025-12-17
190+
191+ ### Added
192+
193+ - Add Syncable IDE Companion VS Code extension
194+
195+ ### Other
196+
197+ - Merge branch 'main' into release-plz-2025-12-17T22-17-01Z
198+ - release v0.23.0
199+ - Merge pull request #202 from syncable-dev/develop
200+
201+ ## [ 0.23.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.22.3...v0.23.0 ) - 2025-12-17
202+
203+ ### Added
204+
205+ - Add Syncable IDE Companion VS Code extension
206+ - VS Code extension Syncable Cli Companion
207+
208+ ### Other
209+
210+ - Merge pull request #202 from syncable-dev/develop
211+ - Merge pull request #201 from syncable-dev/develop
212+ - Merge branch 'develop' of github.com: syncable-dev /syncable-cli into develop
213+
214+ ## [ 0.22.3] ( https://github.com/syncable-dev/syncable-cli/compare/v0.22.2...v0.22.3 ) - 2025-12-17
215+
216+ ### Other
217+
218+ - update Cargo.lock dependencies
219+
220+ ## [ 0.22.2] ( https://github.com/syncable-dev/syncable-cli/compare/v0.22.1...v0.22.2 ) - 2025-12-17
221+
222+ ### Added
223+
224+ - updated with banner, for Syncable Platform
225+
226+ ## [ 0.22.1] ( https://github.com/syncable-dev/syncable-cli/compare/v0.22.0...v0.22.1 ) - 2025-12-17
227+
228+ ### Other
229+
230+ - Merge pull request #193 from syncable-dev/develop
231+
232+ ## [ 0.22.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.21.0...v0.22.0 ) - 2025-12-17
233+
234+ ### Added
235+
236+ - Syncable Cli Agent now includes thinking and more smooth ui processing.
237+
238+ ## [ 0.21.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.20.0...v0.21.0 ) - 2025-12-16
239+
240+ ### Added
241+
242+ - updated agent layer, with better ui for interactivness
243+
244+ ### Other
245+
246+ - Merge pull request #189 from syncable-dev/develop
247+
248+ ## [ 0.20.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.19.0...v0.20.0 ) - 2025-12-16
249+
250+ ### Added
251+
252+ - updated syncable-cli
253+
254+ ### Other
255+
256+ - Merge pull request #187 from syncable-dev/develop
257+
258+ ## [ 0.19.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.18.6...v0.19.0 ) - 2025-12-16
259+
260+ ### Added
261+
262+ - Add AI agent layer with Rig framework and harden framework detection
263+
264+ ### Other
265+
266+ - Merge pull request #185 from syncable-dev/develop
267+
268+ ## [ 0.18.6] ( https://github.com/syncable-dev/syncable-cli/compare/v0.18.5...v0.18.6 ) - 2025-11-22
269+
270+ ### Added
271+
272+ - updated framework detection
273+
274+ ## [ 0.18.5] ( https://github.com/syncable-dev/syncable-cli/compare/v0.18.4...v0.18.5 ) - 2025-09-29
275+
276+ ### Other
277+
278+ - update Cargo.lock dependencies
279+
280+ ## [ 0.18.4] ( https://github.com/syncable-dev/syncable-cli/compare/v0.18.3...v0.18.4 ) - 2025-09-29
281+
282+ ### Other
283+
284+ - update Cargo.lock dependencies
285+
286+ ## [ 0.18.3] ( https://github.com/syncable-dev/syncable-cli/compare/v0.18.2...v0.18.3 ) - 2025-09-12
287+
288+ ### Added
289+
290+ - Removed Update Banner on json outputs
291+
292+ ## [ 0.18.2] ( https://github.com/syncable-dev/syncable-cli/compare/v0.18.1...v0.18.2 ) - 2025-09-11
293+
294+ ### Added
295+
296+ - fixed vulnerability scan for js and analyzer
297+
298+ ## [ 0.18.1] ( https://github.com/syncable-dev/syncable-cli/compare/v0.18.0...v0.18.1 ) - 2025-09-11
299+
300+ ### Added
301+
302+ - testing analyze
303+
304+ ## [ 0.18.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.17.0...v0.18.0 ) - 2025-09-11
305+
306+ ### Added
307+
308+ - improved analyzer from false positives of voltagen and expo issues
309+
310+ ### Other
311+
312+ - Merge pull request #159 from syncable-dev/develop
313+
314+ ## [ 0.17.0] ( https://github.com/syncable-dev/syncable-cli/compare/v0.16.0...v0.17.0 ) - 2025-09-11
315+
316+ ### Added
317+
318+ - test trigger
319+ - improved telemtry and removed dublets
320+
321+ ### Fixed
322+
323+ - .qodor folder for some reason wasn't corectly ignored
324+
325+ ### Other
326+
327+ - added privacy-policy for telemetry
328+ - fixed vulnerabilities output for different languages
329+
109330## [ 0.12.1] ( https://github.com/syncable-dev/syncable-cli/compare/v0.12.0...v0.12.1 ) - 2025-07-09
110331
111332### Other
0 commit comments